fd7aa60df2ca24b720504166a1f960b24d364100
[idzebra-moved-to-github.git] / test / filters / Makefile.am
1 # $Id: Makefile.am,v 1.4 2006-07-06 12:42:23 marc Exp $
2
3 check_PROGRAMS = text grs.xml grs.xml.idzebra grs.marc
4
5 TESTS = $(check_PROGRAMS)
6
7 EXTRA_DIST = zebra.cfg record.xml record-idzebra.xml record.mrc
8
9 text_SOURCES = text.c
10 grs_xml_SOURCES = grs.xml.c
11 grs_xml_idzebra_SOURCES = grs.xml.idzebra.c
12 grs_marc_SOURCES = grs.marc.c
13
14 AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
15
16 LDADD = ../api/libtestlib.a ../../$(main_zebralib) $(YAZLALIB)
17
18 clean-local:
19         -rm -rf *.LCK 
20         -rm -rf *.log 
21         -rm -rf *.mf 
22