X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=a3df7db78ef7d2321fc4bf0d6617e0104a55023b;hb=2b33b395b50c562323ea2b0251f9b798cf5241d2;hp=5103b340ddd4956af71f43409439ff9612bd1802;hpb=6a045f4752f3aeeeb4e0d952a1240245c5c67a37;p=idzebra-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 5103b34..a3df7db 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,13 +69,15 @@ TCL_INCLUDE = @TCL_INCLUDE@ TCL_LIB = @TCL_LIB@ VERSION = @VERSION@ YAZINC = @YAZINC@ +YAZLALIB = @YAZLALIB@ YAZLIB = @YAZLIB@ +YAZVERSION = @YAZVERSION@ yazconfig = @yazconfig@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = README CHANGELOG -@ISZMBOL_TRUE@SUBDIRS = util bfile dfa dict isams isamc isam rset recctrl tab index test +@ISZMBOL_TRUE@SUBDIRS = util bfile dfa dict isams isamb isamc isam rset recctrl tab index test @ISZMBOL_FALSE@SUBDIRS = util bfile dfa dict isams rset recctrl tab index test DIST_SUBDIRS = $(SUBDIRS) include doc @@ -115,6 +117,8 @@ $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCI # (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: @@ -141,11 +145,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"; \