1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src/libstore/Makefile.am

18 lines
599 B
Makefile
Raw Normal View History

2005-07-22 10:52:45 -04:00
lib_LTLIBRARIES = libstore.la
2003-10-20 06:05:01 -04:00
2005-07-22 10:52:45 -04:00
libstore_la_SOURCES = \
store.cc store.hh derivations.cc derivations.hh \
build.cc misc.cc build.hh \
2003-11-25 08:01:21 -05: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 06:05:01 -04: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