Skip to content

Commit

Permalink
Autoconf-ified cluster library build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin committed May 12, 2010
1 parent fbb7540 commit 5b81c73
Show file tree
Hide file tree
Showing 32 changed files with 40,658 additions and 149 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
*~
.DS_Store
*.pyc
autom4te.cache
Empty file added LICENSE
Empty file.
20 changes: 18 additions & 2 deletions Makefile.am
@@ -1,3 +1,20 @@
AUTOMAKE_OPTIONS = foreign # Don't require NEWS, README, INSTALL, etc.
ACLOCAL_AMFLAGS = -I m4

# Build-time configuration of libraries.
include_HEADERS=cluster-config.h
DISTCLEANFILES = cluster-config.h _configs.sed

dist_noinst_SCRIPTS = \
build/do_configure_atlas \
build/do_configure_bgl \
build/do_configure_bgl_fen \
build/do_configure_bgp \
build/do_configure_bgp_fen \
build/do_configure_darwin

EXTRA_DIST = LICENSE README

lib_LTLIBRARIES = libcluster.la

noinst_HEADERS = \
Expand Down Expand Up @@ -67,8 +84,7 @@ reuse_test_SOURCES = reuse_test.C
write_members_test_SOURCES = write_members_test.C

LDADD = \
libcluster.la \
../libwavelet/libwavelet.la
libcluster.la

INCLUDES = \
$(BOOST_CPPFLAGS) \
Expand Down

0 comments on commit 5b81c73

Please sign in to comment.