X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile.in;h=59c6f3f533dc14aad266d24e317fbb4f50787a26;hp=9caa70a573b95ee66a26ea7d5bb7c03b8ace16d5;hb=2b33b395b50c562323ea2b0251f9b798cf5241d2;hpb=6a045f4752f3aeeeb4e0d952a1240245c5c67a37 diff --git a/test/Makefile.in b/test/Makefile.in index 9caa70a..59c6f3f 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -69,7 +69,9 @@ TCL_INCLUDE = @TCL_INCLUDE@ TCL_LIB = @TCL_LIB@ VERSION = @VERSION@ YAZINC = @YAZINC@ +YAZLALIB = @YAZLALIB@ YAZLIB = @YAZLIB@ +YAZVERSION = @YAZVERSION@ yazconfig = @yazconfig@ SUBDIRS = gils usmarc @@ -99,6 +101,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. +@SET_MAKE@ + all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @@ -125,11 +129,10 @@ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ + rev="$$subdir $$rev"; \ + test "$$subdir" = "." && dot_seen=yes; \ done; \ - rev="$$rev ."; \ + test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \