# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ####### # Modified for the NZDL Greenstone project. The original is still in # Makefile.am, for processing with automake. ####### SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . ASNMODULE = @ASNMODULE@ CC = @CC@ CPP = @CPP@ ILLLIB = @ILLLIB@ ILLMODULE = @ILLMODULE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SUBDIRS_VAR = @SUBDIRS_VAR@ VERSION = @VERSION@ have_sgml2html = @have_sgml2html@ have_sgml2latex = @have_sgml2latex@ have_sgml2txt = @have_sgml2txt@ DIST_SUBDIRS = util odr z39.50 asn ill zutil comstack ccl tab retrieval server lib include client ztest doc SUBDIRS = @SUBDIRS_VAR@ 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 = config.status config.cache config.log DIST_COMMON = Makefile.am Makefile.in TODO aclocal.m4 configure \ configure.in install-sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) all: all-recursive # make install should not do anything for greenstone (I hope...) install: clean: clean-recursive distclean: distclean-recursive -rm -f Makefile $(CONFIG_CLEAN_FILES) # Don't want Makefile.in automatically re-generated from Makefile.am... # # .SUFFIXES: # $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) # cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile # # Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status # cd $(top_builddir) \ # && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status # # $(ACLOCAL_M4): configure.in # cd $(srcdir) && $(ACLOCAL) # # config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) # $(SHELL) ./config.status --recheck # $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) # cd $(srcdir) && $(AUTOCONF) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (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@ clean-recursive all-recursive: set fnord $(MAKEFLAGS); amf=$$2; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ (cd $$subdir && $(MAKE) $$target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; # echo "Making $$target in $$subdir"; distclean-recursive: for subdir in $(SUBDIRS); do \ (cd $$subdir && test -e Makefile && $(MAKE) distclean); done distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) .PHONY: all install clean distclean \ all-recursive distclean-recursive clean-recursive \ distdir top_distdir yaz-config dist-hook rpm yaz-config: @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 -lyaz @LIBS@\"" >>yaz-config @echo "YAZINC=\"-I`pwd`/include\"" >>yaz-config chmod +x yaz-config dist-hook: mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES rpm -ba $(SPEC_FILE) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: