about summary refs log blame commit diff
path: root/src/libstore/Makefile.am
blob: b365f57c682ea9393c891189c6f4d2196ec85512 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                             
 
                      
                                             
                                            
 

                                                 

                                       



                                  
                                                                    

                                            
noinst_LIBRARIES = libstore.a

libstore_a_SOURCES = \
 store.cc storeexpr.cc normalise.cc exec.cc \
 globals.cc db.cc references.cc pathlocks.cc

AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \
 -I.. -I../../externals/inst/include -I../libutil

EXTRA_DIST = *.hh *.h test-builder-*.sh

check_PROGRAMS = test-aterm

test_aterm_SOURCES = test-aterm.cc
test_aterm_LDADD = libstore.a $(LDADD) ../boost/format/libformat.a \
 -L../../externals/inst/lib -ldb_cxx -lATerm