From: Marc Cromme Date: Thu, 27 Apr 2006 20:40:41 +0000 (+0000) Subject: make distcheck works now X-Git-Tag: before.bug.529~154 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=3f8634ae4b443725ed340661a3a9ccdaae2da92f make distcheck works now =============================================== idzebra-1.4.0 archives ready for distribution: idzebra-1.4.0.tar.gz =============================================== --- diff --git a/dict/Makefile.am b/dict/Makefile.am index ff21250..91595b5 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.11 2004-12-08 12:23:08 adam Exp $ +## $Id: Makefile.am,v 1.12 2006-04-27 20:40:41 marc Exp $ lib_LTLIBRARIES = libidzebra-dict.la noinst_PROGRAMS = dicttest dictext @@ -24,3 +24,9 @@ dictext_SOURCES = dictext.c scantest_SOURCES = scantest.c + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf + diff --git a/isamb/Makefile.am b/isamb/Makefile.am index 8b48530..708d539 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.7 2004-09-30 08:16:48 adam Exp $ +## $Id: Makefile.am,v 1.8 2006-04-27 20:40:41 marc Exp $ lib_LTLIBRARIES = libidzebra-isamb.la @@ -16,3 +16,8 @@ libidzebra_isamb_la_SOURCES = isamb.c AM_CPPFLAGS=-I$(srcdir)/../include $(YAZINC) LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a $(YAZLALIB) + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf diff --git a/test/api/Makefile.am b/test/api/Makefile.am index a2e875c..9c56604 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.34 2006-04-05 02:03:33 adam Exp $ +# $Id: Makefile.am,v 1.35 2006-04-27 20:40:41 marc Exp $ noinst_PROGRAMS = testclient testclient_SOURCES = testclient.c @@ -50,3 +50,10 @@ zebralibs = \ LDADD = libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf + -rm -rf register/*.LCK + -rm -rf register/*.log + -rm -rf register/*.mf diff --git a/test/charmap/Makefile.am b/test/charmap/Makefile.am index 066cab2..8bc3790 100644 --- a/test/charmap/Makefile.am +++ b/test/charmap/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.3 2005-06-14 10:33:31 adam Exp $ +# $Id: Makefile.am,v 1.4 2006-04-27 20:40:42 marc Exp $ check_PROGRAMS = charmap1 @@ -25,4 +25,9 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf + diff --git a/test/config/Makefile.am b/test/config/Makefile.am index 5139392..0983823 100644 --- a/test/config/Makefile.am +++ b/test/config/Makefile.am @@ -1,6 +1,11 @@ -# $Id: Makefile.am,v 1.2 2003-09-16 13:58:00 adam Exp $ +# $Id: Makefile.am,v 1.3 2006-04-27 20:40:42 marc Exp $ check_SCRIPTS = test1.sh test2.sh TESTS = test1.sh test2.sh EXTRA_DIST = zebra.cfg $(check_SCRIPTS) g.rec g.abs m.rec m.flt m.rec + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf diff --git a/test/espec/Makefile.am b/test/espec/Makefile.am index b36cb4f..48a4365 100644 --- a/test/espec/Makefile.am +++ b/test/espec/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.1 2004-12-14 09:47:55 adam Exp $ +# $Id: Makefile.am,v 1.2 2006-04-27 20:40:42 marc Exp $ check_PROGRAMS = t1 @@ -25,3 +25,8 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf + diff --git a/test/filters/Makefile.am b/test/filters/Makefile.am index c312fcb..133e399 100644 --- a/test/filters/Makefile.am +++ b/test/filters/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.1 2005-06-14 20:03:02 adam Exp $ +# $Id: Makefile.am,v 1.2 2006-04-27 20:40:42 marc Exp $ check_PROGRAMS = text grs.xml grs.marc @@ -27,4 +27,8 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf diff --git a/test/malxml/Makefile.am b/test/malxml/Makefile.am index b461166..c94be68 100644 --- a/test/malxml/Makefile.am +++ b/test/malxml/Makefile.am @@ -1,6 +1,11 @@ -# $Id: Makefile.am,v 1.1 2003-09-08 09:30:17 adam Exp $ +# $Id: Makefile.am,v 1.2 2006-04-27 20:40:42 marc Exp $ check_SCRIPTS = test1.sh TESTS = test1.sh EXTRA_DIST = zebra.cfg $(check_SCRIPTS) f1.xml + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf diff --git a/test/marcxml/Makefile.am b/test/marcxml/Makefile.am index 3ad42ff..7474718 100644 --- a/test/marcxml/Makefile.am +++ b/test/marcxml/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.4 2005-04-28 08:20:41 adam Exp $ +# $Id: Makefile.am,v 1.5 2006-04-27 20:40:42 marc Exp $ check_PROGRAMS = t1 t2 @@ -27,3 +27,7 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf diff --git a/test/mbox/Makefile.am b/test/mbox/Makefile.am index bdabaed..bd9c778 100644 --- a/test/mbox/Makefile.am +++ b/test/mbox/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.4 2005-04-28 09:18:20 adam Exp $ +# $Id: Makefile.am,v 1.5 2006-04-27 20:40:43 marc Exp $ check_PROGRAMS = mbox1 TESTS = $(check_PROGRAMS) @@ -24,3 +24,8 @@ zebralibs = \ ../../util/libidzebra-util.la LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf diff --git a/test/rusmarc/Makefile.am b/test/rusmarc/Makefile.am index 9891389..ecfc71f 100644 --- a/test/rusmarc/Makefile.am +++ b/test/rusmarc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.5 2004-12-04 00:51:39 adam Exp $ +# $Id: Makefile.am,v 1.6 2006-04-27 20:40:43 marc Exp $ check_PROGRAMS = t1 @@ -31,3 +31,7 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf diff --git a/test/sort/Makefile.am b/test/sort/Makefile.am index f3f8e5c..c323ecc 100644 --- a/test/sort/Makefile.am +++ b/test/sort/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.4 2004-12-02 15:02:52 adam Exp $ +# $Id: Makefile.am,v 1.5 2006-04-27 20:40:43 marc Exp $ check_PROGRAMS = sort1 @@ -26,3 +26,7 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf diff --git a/test/sort2/Makefile.am b/test/sort2/Makefile.am index d34d7ae..5eb748a 100644 --- a/test/sort2/Makefile.am +++ b/test/sort2/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.3 2004-12-04 01:08:33 adam Exp $ +# $Id: Makefile.am,v 1.4 2006-04-27 20:40:43 marc Exp $ check_PROGRAMS = t1 @@ -26,4 +26,8 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf diff --git a/test/xpath/Makefile.am b/test/xpath/Makefile.am index 82a3420..5437cc3 100644 --- a/test/xpath/Makefile.am +++ b/test/xpath/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.11 2004-12-15 13:07:07 adam Exp $ +# $Id: Makefile.am,v 1.12 2006-04-27 20:40:43 marc Exp $ check_PROGRAMS = xpath1 xpath2 xpath3 xpath4 xpath5 xpath6 @@ -30,3 +30,7 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf diff --git a/test/xslt/Makefile.am b/test/xslt/Makefile.am index 01ff86f..7127599 100644 --- a/test/xslt/Makefile.am +++ b/test/xslt/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.7 2005-08-18 12:50:18 adam Exp $ +# $Id: Makefile.am,v 1.8 2006-04-27 20:40:44 marc Exp $ check_PROGRAMS = xslt1 xslt2 xslt3 xslt4 TESTS = $(check_PROGRAMS) @@ -29,3 +29,8 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf + diff --git a/test/zsh/Makefile.am b/test/zsh/Makefile.am index a9440d3..5b66e5c 100644 --- a/test/zsh/Makefile.am +++ b/test/zsh/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.3 2003-09-16 14:43:30 adam Exp $ +# $Id: Makefile.am,v 1.4 2006-04-27 20:40:44 marc Exp $ #dist-hook: # -mkdir $(distdir)/records @@ -11,3 +11,11 @@ TESTS = testall.sh EXTRA_DIST = $(check_SCRIPTS) test1.zsh test2.zsh zebra.cfg +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf + -rm -rf reg/*.LCK + -rm -rf reg/*.log + -rm -rf reg/*.mf + diff --git a/util/Makefile.am b/util/Makefile.am index 57e2750..8ff62e1 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.16 2006-03-23 09:15:25 adam Exp $ +## $Id: Makefile.am,v 1.17 2006-04-27 20:40:45 marc Exp $ lib_LTLIBRARIES = libidzebra-util.la @@ -25,3 +25,9 @@ passtest_SOURCES = passtest.c tstcharmap_SOURCES = tstcharmap.c tstflock_SOURCES = tstflock.c + + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf