X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2FMakefile.in;h=67e11b7b21162514df1cfd686f6b94f1f842b980;hb=db715f04889e8811b9162e5308a8702985437f3f;hp=31e1f8db3d041f15584477541114f79984c66b92;hpb=e973eb3ceaeaf25735f8250aed8400c87ddcb9da;p=yaz-moved-to-github.git diff --git a/include/Makefile.in b/include/Makefile.in index 31e1f8d..67e11b7 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -57,19 +57,27 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ +AS = @AS@ ASNMODULE = @ASNMODULE@ CC = @CC@ CPP = @CPP@ +DLLTOOL = @DLLTOOL@ ILLLIB = @ILLLIB@ ILLMODULE = @ILLMODULE@ +LD = @LD@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ +NM = @NM@ +OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ +READLINE_LIBS = @READLINE_LIBS@ SUBDIRS_VAR = @SUBDIRS_VAR@ VERSION = @VERSION@ -have_sgml2html = @have_sgml2html@ -have_sgml2latex = @have_sgml2latex@ -have_sgml2txt = @have_sgml2txt@ +YAZ_SRC_ROOT = @YAZ_SRC_ROOT@ AUTOMAKE_OPTIONS = foreign @@ -100,8 +108,6 @@ 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: @@ -128,10 +134,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"; \ @@ -257,6 +264,7 @@ clean-am: clean-tags clean-generic mostlyclean-am clean: clean-recursive distclean-am: distclean-tags distclean-generic clean-am + -rm -f libtool distclean: distclean-recursive