about summary refs log tree commit diff
path: root/src/libstore/Makefile.am
blob: 515311efac780aa265703610e18d06a3c66cfef3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkglib_LTLIBRARIES = libstore.la

libstore_la_SOURCES = \
 store.cc derivations.cc build.cc misc.cc globals.cc db.cc \
 references.cc pathlocks.cc gc.cc 

pkginclude_HEADERS = \
 store.hh derivations.hh build.hh misc.hh globals.hh db.hh \
 references.hh pathlocks.hh gc.hh 

libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la

BUILT_SOURCES = derivations-ast.cc derivations-ast.hh

EXTRA_DIST = derivations-ast.def derivations-ast.cc

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