X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2FMakefile.in;h=b1c943b477d098aa19c1265cef42dc1c993b3e6c;hp=692a8bd7f269b48d6994bbc1c2b088b8f0b82210;hb=9f6bbd483ea92b4a5ae114a36bfebd942e138460;hpb=c0903fd5f123d300c1a107af6cbd6f70631fcf32 diff --git a/include/Makefile.in b/include/Makefile.in index 692a8bd..b1c943b 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -10,10 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# Copyright (C) 1995-2000, Index Data -# All rights reserved. -# $Id: Makefile.in,v 1.2 2000-02-28 11:27:22 adam Exp $ - SHELL = @SHELL@ @@ -61,22 +57,33 @@ 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@ +LIBTHREAD = @LIBTHREAD@ +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@ +YAZ_SRC_ROOT = @YAZ_SRC_ROOT@ AUTOMAKE_OPTIONS = foreign SUBDIRS = yaz mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../include/yaz/config.h CONFIG_CLEAN_FILES = DIST_COMMON = Makefile.am Makefile.in @@ -102,8 +109,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: @@ -130,10 +135,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"; \ @@ -259,6 +265,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