Renamed index_rule to index_type.
[idzebra-moved-to-github.git] / util / Makefile.am
1 ## $Id: Makefile.am,v 1.36 2007-10-25 09:22:36 adam Exp $
2
3 noinst_LTLIBRARIES = libidzebra-util.la
4
5 check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass tstres \
6         tst_index_types
7
8 TESTS = $(check_PROGRAMS)
9
10 bin_SCRIPTS = idzebra-config-2.0
11
12 EXTRA_DIST = zebrasrv.rh tstcharmap.chr tstpass.txt tstres.cfg
13
14 DISTCLEANFILES = idzebra-config-2.0
15
16 AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) -DDEFAULT_PROFILE_PATH=\"$(pkgdatadir)/tab\"
17 LDADD = libidzebra-util.la $(YAZLALIB)
18
19 libidzebra_util_la_SOURCES = version.c zint.c res.c charmap.c zebramap.c \
20  passwddb.c zebra-lock.c dirent.c xpath.c atoi_zn.c snippet.c flock.c \
21  attrfind.c exit.c it_key.c su_codec.c index_types.c 
22
23 tstpass_SOURCES = tstpass.c
24
25 tstcharmap_SOURCES = tstcharmap.c
26
27 tstflock_SOURCES = tstflock.c
28
29 tstlockscope_SOURCES = tstlockscope.c
30
31 tstres_SOURCES = tstres.c
32
33 tst_index_types_SOURCES = tst_index_types.c
34
35 clean-local:
36         -rm -rf *.LCK 
37         -rm -rf *.log 
38         -rm -rf *.mf 
39         -rm -rf tstflock.out
40