2003-11-18 10:55:27 +00:00
|
|
|
noinst_LIBRARIES = libstore.a
|
2003-10-20 10:05:01 +00:00
|
|
|
|
2003-11-18 10:55:27 +00:00
|
|
|
libstore_a_SOURCES = \
|
2003-11-18 11:22:29 +00:00
|
|
|
store.cc storeexpr.cc normalise.cc exec.cc \
|
2003-11-18 10:47:59 +00:00
|
|
|
globals.cc db.cc references.cc pathlocks.cc
|
2003-10-20 10:05:01 +00:00
|
|
|
|
2003-11-18 10:47:59 +00:00
|
|
|
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \
|
|
|
|
-I.. -I../../externals/inst/include -I../libutil
|
2003-10-20 10:05:01 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = *.hh *.h test-builder-*.sh
|
2003-11-16 17:46:31 +00:00
|
|
|
|
|
|
|
check_PROGRAMS = test-aterm
|
|
|
|
|
|
|
|
test_aterm_SOURCES = test-aterm.cc
|
2003-11-18 10:55:27 +00:00
|
|
|
test_aterm_LDADD = libstore.a $(LDADD) ../boost/format/libformat.a \
|
2003-11-16 17:46:31 +00:00
|
|
|
-L../../externals/inst/lib -ldb_cxx -lATerm
|
|
|
|
|