Start work on ICU based regexp searches
[idzebra-moved-to-github.git] / isamb / Makefile.am
1
2 noinst_LTLIBRARIES = libidzebra-isamb.la
3
4 noinst_PROGRAMS = benchisamb benchindex1
5 check_PROGRAMS = tstisamb
6
7 EXTRA_DIST = bench1.sh bench1.plt bench2.sh bench2.plt \
8  filesystems.plt dictisam.plt
9
10 TESTS = $(check_PROGRAMS)
11
12 tstisamb_SOURCES = tstisamb.c
13 tstisamb_LDADD = libidzebra-isamb.la \
14  ../bfile/libidzebra-bfile.la \
15  ../util/libidzebra-util.la $(YAZLALIB)
16
17 benchisamb_SOURCES = benchisamb.c
18 benchisamb_LDADD = libidzebra-isamb.la \
19  ../bfile/libidzebra-bfile.la \
20  ../util/libidzebra-util.la $(YAZLALIB)
21
22 benchindex1_SOURCES = benchindex1.c
23 benchindex1_LDADD = libidzebra-isamb.la \
24  ../bfile/libidzebra-bfile.la \
25  ../dict/libidzebra-dict.la \
26  ../util/libidzebra-util.la $(YAZLALIB)
27
28 libidzebra_isamb_la_SOURCES = isamb.c
29
30 AM_CPPFLAGS=-I$(srcdir)/../include $(YAZINC)
31
32 LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a $(YAZLALIB)
33
34 clean-local:
35         -rm -rf *.LCK 
36         -rm -rf *.log 
37         -rm -rf *.mf