2006-09-04 15:12:24 +00:00
|
|
|
pkglib_LTLIBRARIES = libstore.la
|
2003-10-20 10:05:01 +00:00
|
|
|
|
2005-07-22 14:52:45 +00:00
|
|
|
libstore_la_SOURCES = \
|
2005-01-19 16:39:47 +00:00
|
|
|
store.cc store.hh derivations.cc derivations.hh \
|
2006-03-06 11:21:15 +00:00
|
|
|
build.cc build.hh \
|
|
|
|
misc.cc misc.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 \
|
2006-05-12 11:47:45 +00:00
|
|
|
gc.cc gc.hh
|
|
|
|
|
|
|
|
BUILT_SOURCES = derivations-ast.cc derivations-ast.hh
|
2004-10-29 11:22:49 +00:00
|
|
|
|
2005-01-19 16:39:47 +00:00
|
|
|
EXTRA_DIST = derivations-ast.def derivations-ast.cc
|
2003-10-20 10:05:01 +00:00
|
|
|
|
2003-12-01 14:36:50 +00:00
|
|
|
AM_CXXFLAGS = -Wall \
|
2006-05-12 11:47:45 +00:00
|
|
|
-I$(srcdir)/.. ${bdb_include} ${aterm_include} -I$(srcdir)/../libutil
|
2004-10-29 11:22:49 +00:00
|
|
|
|
2005-01-19 16:39:47 +00:00
|
|
|
derivations-ast.cc derivations-ast.hh: ../aterm-helper.pl derivations-ast.def
|
2006-05-12 11:47:45 +00:00
|
|
|
$(perl) $(srcdir)/../aterm-helper.pl derivations-ast.hh derivations-ast.cc < $(srcdir)/derivations-ast.def
|