2003-11-18 11:55:27 +01:00
|
|
|
noinst_LIBRARIES = libstore.a
|
2003-10-20 12:05:01 +02:00
|
|
|
|
2003-11-18 11:55:27 +01:00
|
|
|
libstore_a_SOURCES = \
|
2003-11-25 14:01:21 +01:00
|
|
|
store.cc store.hh storeexpr.cc storeexpr.hh \
|
2004-06-18 20:09:32 +02:00
|
|
|
normalise.cc misc.cc normalise.hh \
|
2003-11-25 14:01:21 +01:00
|
|
|
globals.cc globals.hh db.cc db.hh \
|
|
|
|
references.cc references.hh pathlocks.cc pathlocks.hh
|
2003-10-20 12:05:01 +02:00
|
|
|
|
2003-12-01 15:36:50 +01:00
|
|
|
AM_CXXFLAGS = -Wall \
|
2004-02-16 17:37:16 +01:00
|
|
|
-I.. ${bdb_include} ${aterm_include} -I../libutil
|