X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=30ac8ad13e1ff6b8aa1292e2f0aaec92eef3b939;hb=faf616abe44b655b3154c5421b3ede39aca8783a;hp=5e1f5fb73bc860b82ead6acf05278de0ced88c26;hpb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;p=yaz-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 5e1f5fb..30ac8ad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,8 +74,10 @@ 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 @@ -83,17 +85,14 @@ DIST_SUBDIRS = util odr z39.50 asn ill zutil comstack ccl tab retrieval server l SUBDIRS = @SUBDIRS_VAR@ -noinst_SCRIPTS = yaz-config SPEC_FILE = $(PACKAGE).spec EXTRA_DIST = $(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -SCRIPTS = $(noinst_SCRIPTS) - +CONFIG_CLEAN_FILES = yaz-config DIST_COMMON = README Makefile.am Makefile.in TODO aclocal.m4 \ config.guess config.sub configure configure.in install-sh ltconfig \ -ltmain.sh missing mkinstalldirs +ltmain.sh missing mkinstalldirs yaz-config.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -116,6 +115,8 @@ config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) +yaz-config: $(top_builddir)/config.status yaz-config.in + cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -289,7 +290,7 @@ install-am: all-am install: install-recursive uninstall-am: uninstall: uninstall-recursive -all-am: Makefile $(SCRIPTS) +all-am: Makefile all-redirect: all-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install @@ -342,15 +343,6 @@ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -yaz-config: Makefile - @echo "#!/bin/sh" >yaz-config - @echo "# YAZ settings for developers" >>yaz-config - @echo "YAZBIN=\"`pwd`/bin\"" >>yaz-config - @echo "YAZTAB=\"`pwd`/tab\"" >>yaz-config - @echo "YAZLIB=\"-L`pwd`/lib/.libs -lyaz @LIBS@\"" >>yaz-config - @echo "YAZINC=\"-I`pwd`/include\"" >>yaz-config - chmod +x yaz-config - dist-hook: cd doc; make mkdir $(distdir)/win