1 # $Id: Makefile.am,v 1.11 2007-04-20 13:03:22 marc Exp $
4 check_PROGRAMS = test_config test_relevance test_sel_thread
5 TESTS = $(check_PROGRAMS)
7 noinst_LIBRARIES = libpazpar2.a
9 MAINTAINERCLEANFILES = Makefile.in cconfig.h
13 libpazpar2_a_SOURCES = config.c config.h eventl.c eventl.h \
14 http.c http_command.c http_command.h http.h \
16 record.h reclists.c reclists.h \
17 relevance.c relevance.h termlists.c termlists.h \
18 util.c util.h zeerex.c zeerex.h database.c database.h \
19 settings.h settings.c sel_thread.c sel_thread.h
21 pazpar2_SOURCES = pazpar2.c
22 pazpar2_LDADD = libpazpar2.a $(YAZLIB)
24 test_config_SOURCES = test_config.c
25 test_config_LDADD = libpazpar2.a $(YAZLIB)
27 test_relevance_SOURCES = test_relevance.c
28 test_relevance_LDADD = libpazpar2.a $(YAZLIB)
30 test_sel_thread_SOURCES = test_sel_thread.c
31 test_sel_thread_LDADD = libpazpar2.a $(YAZLIB)