nix-super/src/libstore/Makefile.am

18 lines
571 B
Makefile
Raw Normal View History

2003-11-18 12:55:27 +02:00
noinst_LIBRARIES = libstore.a
2003-10-20 13:05:01 +03:00
2003-11-18 12:55:27 +02:00
libstore_a_SOURCES = \
2003-11-25 15:01:21 +02:00
store.cc store.hh storeexpr.cc storeexpr.hh \
normalise.cc misc.cc normalise.hh \
2003-11-25 15:01:21 +02: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 13:05:01 +03: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