tvl-depot/src/libstore/Makefile.am

11 lines
287 B
Makefile
Raw Normal View History

2003-11-18 11:55:27 +01:00
noinst_LIBRARIES = libstore.a
2003-10-20 12:05:01 +02:00
2003-11-18 11:55:27 +01:00
libstore_a_SOURCES = \
store.cc storeexpr.cc normalise.cc exec.cc \
2003-11-18 11:47:59 +01:00
globals.cc db.cc references.cc pathlocks.cc
2003-10-20 12:05:01 +02:00
2003-11-18 11:47:59 +01:00
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \
-I.. -I../../externals/inst/include -I../libutil
2003-10-20 12:05:01 +02:00
2003-11-25 13:35:52 +01:00
EXTRA_DIST = *.hh *.h test-builder-*.sh test.cc