X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2FMakefile.in;h=995b62876494d8ddd72a5f74dc6d2e1c0a7919ef;hp=31e1f8db3d041f15584477541114f79984c66b92;hb=180d8e06b6f1e7fe34b1a80ca1edde0dddf113f1;hpb=e973eb3ceaeaf25735f8250aed8400c87ddcb9da diff --git a/include/Makefile.in b/include/Makefile.in index 31e1f8d..995b628 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 @@ -257,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