X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=622ffb38a2bdbcaebffd49eb82cf5b87c0f003bf;hb=5a78c428319c846f4b6d0426a0a590f769e2c631;hp=cd764e50e93123c8dff2d447887220e5dcefd9fe;hpb=b9ba556f29428d79db2a874b1a33504290125216;p=idzebra-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index cd764e5..622ffb3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -64,18 +64,19 @@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PROGPREFIX = @PROGPREFIX@ RANLIB = @RANLIB@ -SUBLIBS = @SUBLIBS@ 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,8 +116,6 @@ $(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: @@ -143,10 +142,11 @@ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ - rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ done; \ - test "$$dot_seen" = "no" && rev=". $$rev"; \ + rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \