2006-09-04 17:12:24 +02:00
|
|
|
pkglib_LTLIBRARIES = libstore.la
|
2003-10-20 12:05:01 +02:00
|
|
|
|
2005-07-22 16:52:45 +02:00
|
|
|
libstore_la_SOURCES = \
|
2006-11-30 19:35:36 +01:00
|
|
|
store-api.cc local-store.cc remote-store.cc derivations.cc build.cc misc.cc \
|
|
|
|
globals.cc db.cc references.cc pathlocks.cc gc.cc
|
2006-09-05 00:41:36 +02:00
|
|
|
|
|
|
|
pkginclude_HEADERS = \
|
2006-11-30 22:32:46 +01:00
|
|
|
store-api.hh local-store.hh remote-store.hh derivations.hh misc.hh \
|
2006-11-30 21:13:59 +01:00
|
|
|
globals.hh db.hh references.hh pathlocks.hh gc.hh \
|
|
|
|
worker-protocol.hh
|
2006-09-05 00:41:36 +02:00
|
|
|
|
|
|
|
libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la
|
2006-05-12 13:47:45 +02:00
|
|
|
|
|
|
|
BUILT_SOURCES = derivations-ast.cc 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 \
|
2006-05-12 13:47:45 +02:00
|
|
|
-I$(srcdir)/.. ${bdb_include} ${aterm_include} -I$(srcdir)/../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
|
2006-05-12 13:47:45 +02:00
|
|
|
$(perl) $(srcdir)/../aterm-helper.pl derivations-ast.hh derivations-ast.cc < $(srcdir)/derivations-ast.def
|