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-05-11 18:05:44 +00:00
|
|
|
normalise.cc normalise.hh \
|
2003-11-25 13:01:21 +00:00
|
|
|
globals.cc globals.hh db.cc db.hh \
|
|
|
|
references.cc references.hh pathlocks.cc pathlocks.hh
|
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
|