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

20 lines
646 B
Makefile
Raw Normal View History

pkglib_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 build.hh \
misc.cc misc.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
BUILT_SOURCES = derivations-ast.cc derivations-ast.hh
EXTRA_DIST = derivations-ast.def derivations-ast.cc
2003-10-20 06:05:01 -04:00
AM_CXXFLAGS = -Wall \
-I$(srcdir)/.. ${bdb_include} ${aterm_include} -I$(srcdir)/../libutil
derivations-ast.cc derivations-ast.hh: ../aterm-helper.pl derivations-ast.def
$(perl) $(srcdir)/../aterm-helper.pl derivations-ast.hh derivations-ast.cc < $(srcdir)/derivations-ast.def