1 # This file is part of Pazpar2.
3 sbin_PROGRAMS = pazpar2
4 noinst_PROGRAMS = pazpar2_play
10 TESTS = $(check_PROGRAMS)
12 noinst_LIBRARIES = libpazpar2.a
14 CONFIG_CLEAN_FILES=*.log
18 libpazpar2_a_SOURCES = \
19 charsets.c charsets.h \
21 connection.c connection.h \
22 database.c database.h \
24 facet_limit.c facet_limit.h \
27 http.c http.h http_command.c \
29 jenkins_hash.c jenkins_hash.h \
30 marchash.c marchash.h \
32 normalize7bit.c normalize7bit.h \
33 normalize_cache.c normalize_cache.h \
34 normalize_record.c normalize_record.h \
36 pazpar2_config.c pazpar2_config.h \
38 reclists.c reclists.h \
40 relevance.c relevance.h \
41 sel_thread.c sel_thread.h \
42 service_xslt.c service_xslt.h \
44 settings.c settings.h \
45 termlists.c termlists.h
47 pazpar2_SOURCES = pazpar2.c
48 pazpar2_LDADD = libpazpar2.a $(YAZLIB)
50 pazpar2_play_SOURCES = pazpar2_play.c
51 pazpar2_play_LDADD = $(YAZLIB)
53 test_sel_thread_SOURCES = test_sel_thread.c
54 test_sel_thread_LDADD = libpazpar2.a $(YAZLIB)
56 test_normalize_SOURCES = test_normalize.c
57 test_normalize_LDADD = libpazpar2.a $(YAZLIB)