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

libstore_a_SOURCES = \
 store.cc store.hh storeexpr.cc storeexpr.hh \
 normalise.cc misc.cc normalise.hh \
 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

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