guix/src/libstore/Makefile.am

18 lines
598 B
Makefile
Raw Normal View History

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 = \
store.cc store.hh derivations.cc derivations.hh \
build.cc misc.cc build.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 \
gc.cc gc.hh derivations-ast.hh
EXTRA_DIST = derivations-ast.def derivations-ast.cc
2003-10-20 10:05:01 +00:00
AM_CXXFLAGS = -Wall \
-I.. ${bdb_include} ${aterm_include} -I../libutil
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
derivations.cc store.cc: derivations-ast.hh