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-25 13:01:21 +00:00
|
|
|
store.cc store.hh storeexpr.cc storeexpr.hh \
|
2004-06-18 18:09:32 +00:00
|
|
|
normalise.cc misc.cc normalise.hh \
|
2003-11-25 13:01:21 +00:00
|
|
|
globals.cc globals.hh db.cc db.hh \
|
2004-08-25 11:43:49 +00:00
|
|
|
references.cc references.hh pathlocks.cc pathlocks.hh \
|
2004-10-29 11:22:49 +00:00
|
|
|
gc.cc gc.hh storeexpr-ast.hh
|
|
|
|
|
|
|
|
EXTRA_DIST = storeexpr-ast.def storeexpr-ast.cc
|
2003-10-20 10:05:01 +00:00
|
|
|
|
2003-12-01 14:36:50 +00:00
|
|
|
AM_CXXFLAGS = -Wall \
|
2004-02-16 16:37:16 +00:00
|
|
|
-I.. ${bdb_include} ${aterm_include} -I../libutil
|
2004-10-29 11:22:49 +00:00
|
|
|
|
|
|
|
storeexpr-ast.cc storeexpr-ast.hh: ../aterm-helper.pl storeexpr-ast.def
|
|
|
|
$(perl) ../aterm-helper.pl storeexpr-ast.hh storeexpr-ast.cc < storeexpr-ast.def
|
|
|
|
|
|
|
|
storeexpr.cc: storeexpr-ast.hh
|