2005-07-22 16:52:45 +02:00
|
|
|
lib_LTLIBRARIES = libstore.la
|
2003-10-20 12:05:01 +02:00
|
|
|
|
2005-07-22 16:52:45 +02:00
|
|
|
libstore_la_SOURCES = \
|
2005-01-19 17:39:47 +01:00
|
|
|
store.cc store.hh derivations.cc derivations.hh \
|
|
|
|
build.cc misc.cc build.hh \
|
2003-11-25 14:01:21 +01:00
|
|
|
globals.cc globals.hh db.cc db.hh \
|
2004-08-25 13:43:49 +02:00
|
|
|
references.cc references.hh pathlocks.cc pathlocks.hh \
|
2005-01-19 17:39:47 +01:00
|
|
|
gc.cc gc.hh derivations-ast.hh
|
2004-10-29 13:22:49 +02:00
|
|
|
|
2005-01-19 17:39:47 +01:00
|
|
|
EXTRA_DIST = derivations-ast.def derivations-ast.cc
|
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
|
2004-10-29 13:22:49 +02:00
|
|
|
|
2005-01-19 17:39:47 +01:00
|
|
|
derivations-ast.cc derivations-ast.hh: ../aterm-helper.pl derivations-ast.def
|
|
|
|
$(perl) ../aterm-helper.pl derivations-ast.hh derivations-ast.cc < derivations-ast.def
|
2004-10-29 13:22:49 +02:00
|
|
|
|
2005-02-09 10:50:29 +01:00
|
|
|
derivations.cc store.cc: derivations-ast.hh
|