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
571 B
Makefile
Raw Normal View History

2003-11-18 05:55:27 -05:00
noinst_LIBRARIES = libstore.a
2003-10-20 06:05:01 -04:00
2003-11-18 05:55:27 -05:00
libstore_a_SOURCES = \
2003-11-25 08:01:21 -05:00
store.cc store.hh storeexpr.cc storeexpr.hh \
normalise.cc misc.cc normalise.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 storeexpr-ast.hh
EXTRA_DIST = storeexpr-ast.def storeexpr-ast.cc
2003-10-20 06:05:01 -04:00
AM_CXXFLAGS = -Wall \
-I.. ${bdb_include} ${aterm_include} -I../libutil
storeexpr-ast.cc storeexpr-ast.hh: ../aterm-helper.pl storeexpr-ast.def
$(perl) ../aterm-helper.pl storeexpr-ast.hh storeexpr-ast.cc < storeexpr-ast.def
storeexpr.cc: storeexpr-ast.hh