source: trunk/gsdl/packages/yaz/Makefile.in@ 1577

Last change on this file since 1577 was 1531, checked in by jrm21, 24 years ago

Modified yaz package so that autoconf and automake are never automatically
run.

  • Property svn:keywords set to Author Date Id Revision
File size: 10.6 KB
Line 
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60ASNMODULE = @ASNMODULE@
61CC = @CC@
62CPP = @CPP@
63ILLLIB = @ILLLIB@
64ILLMODULE = @ILLMODULE@
65MAKEINFO = @MAKEINFO@
66PACKAGE = @PACKAGE@
67RANLIB = @RANLIB@
68SUBDIRS_VAR = @SUBDIRS_VAR@
69VERSION = @VERSION@
70have_sgml2html = @have_sgml2html@
71have_sgml2latex = @have_sgml2latex@
72have_sgml2txt = @have_sgml2txt@
73
74AUTOMAKE_OPTIONS = foreign
75
76DIST_SUBDIRS = util odr z39.50 asn ill zutil comstack ccl tab retrieval server lib include client ztest doc
77
78SUBDIRS = @SUBDIRS_VAR@
79
80noinst_SCRIPTS = yaz-config
81SPEC_FILE = $(PACKAGE).spec
82EXTRA_DIST = $(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
85CONFIG_CLEAN_FILES =
86SCRIPTS = $(noinst_SCRIPTS)
87
88DIST_COMMON = Makefile.am Makefile.in TODO aclocal.m4 configure \
89configure.in install-sh missing mkinstalldirs
90
91
92DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
93
94TAR = tar
95GZIP_ENV = --best
96all: all-redirect
97
98# DON'T WANT IT AUTOMATICALLY REGENERATING ITSELF!!!
99# .SUFFIXES:
100# $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
101# cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
102#
103# Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
104# cd $(top_builddir) \
105# && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
106#
107# $(ACLOCAL_M4): configure.in
108# cd $(srcdir) && $(ACLOCAL)
109#
110# config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
111# $(SHELL) ./config.status --recheck
112# $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
113# cd $(srcdir) && $(AUTOCONF)
114
115# This directory's subdirectories are mostly independent; you can cd
116# into them and run `make' without going through this Makefile.
117# To change the values of `make' variables: instead of editing Makefiles,
118# (1) if the variable is set in `config.status', edit `config.status'
119# (which will cause the Makefiles to be regenerated when you run `make');
120# (2) otherwise, pass the desired values on the `make' command line.
121
122@SET_MAKE@
123
124all-recursive install-data-recursive install-exec-recursive \
125installdirs-recursive install-recursive uninstall-recursive \
126check-recursive installcheck-recursive info-recursive dvi-recursive:
127 @set fnord $(MAKEFLAGS); amf=$$2; \
128 dot_seen=no; \
129 target=`echo $@ | sed s/-recursive//`; \
130 list='$(SUBDIRS)'; for subdir in $$list; do \
131 echo "Making $$target in $$subdir"; \
132 if test "$$subdir" = "."; then \
133 dot_seen=yes; \
134 local_target="$$target-am"; \
135 else \
136 local_target="$$target"; \
137 fi; \
138 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
139 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
140 done; \
141 if test "$$dot_seen" = "no"; then \
142 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
143 fi; test -z "$$fail"
144
145mostlyclean-recursive clean-recursive distclean-recursive \
146maintainer-clean-recursive:
147 @set fnord $(MAKEFLAGS); amf=$$2; \
148 dot_seen=no; \
149 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
150 rev="$$subdir $$rev"; \
151 test "$$subdir" = "." && dot_seen=yes; \
152 done; \
153 test "$$dot_seen" = "no" && rev=". $$rev"; \
154 target=`echo $@ | sed s/-recursive//`; \
155 for subdir in $$rev; do \
156 echo "Making $$target in $$subdir"; \
157 if test "$$subdir" = "."; then \
158 local_target="$$target-am"; \
159 else \
160 local_target="$$target"; \
161 fi; \
162 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
163 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
164 done && test -z "$$fail"
165tags-recursive:
166 list='$(SUBDIRS)'; for subdir in $$list; do \
167 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
168 done
169
170tags: TAGS
171
172ID: $(HEADERS) $(SOURCES) $(LISP)
173 list='$(SOURCES) $(HEADERS)'; \
174 unique=`for i in $$list; do echo $$i; done | \
175 awk ' { files[$$0] = 1; } \
176 END { for (i in files) print i; }'`; \
177 here=`pwd` && cd $(srcdir) \
178 && mkid -f$$here/ID $$unique $(LISP)
179
180TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
181 tags=; \
182 here=`pwd`; \
183 list='$(SUBDIRS)'; for subdir in $$list; do \
184 if test "$$subdir" = .; then :; else \
185 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
186 fi; \
187 done; \
188 list='$(SOURCES) $(HEADERS)'; \
189 unique=`for i in $$list; do echo $$i; done | \
190 awk ' { files[$$0] = 1; } \
191 END { for (i in files) print i; }'`; \
192 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
193 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
194
195mostlyclean-tags:
196
197clean-tags:
198
199distclean-tags:
200 -rm -f TAGS ID
201
202maintainer-clean-tags:
203
204distdir = $(PACKAGE)-$(VERSION)
205top_distdir = $(distdir)
206
207# This target untars the dist file and tries a VPATH configuration. Then
208# it guarantees that the distribution is self-contained by making another
209# tarfile.
210distcheck: dist
211 -rm -rf $(distdir)
212 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
213 mkdir $(distdir)/=build
214 mkdir $(distdir)/=inst
215 dc_install_base=`cd $(distdir)/=inst && pwd`; \
216 cd $(distdir)/=build \
217 && ../configure --srcdir=.. --prefix=$$dc_install_base \
218 && $(MAKE) $(AM_MAKEFLAGS) \
219 && $(MAKE) $(AM_MAKEFLAGS) dvi \
220 && $(MAKE) $(AM_MAKEFLAGS) check \
221 && $(MAKE) $(AM_MAKEFLAGS) install \
222 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
223 && $(MAKE) $(AM_MAKEFLAGS) dist
224 -rm -rf $(distdir)
225 @banner="$(distdir).tar.gz is ready for distribution"; \
226 dashes=`echo "$$banner" | sed s/./=/g`; \
227 echo "$$dashes"; \
228 echo "$$banner"; \
229 echo "$$dashes"
230dist: distdir
231 -chmod -R a+r $(distdir)
232 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
233 -rm -rf $(distdir)
234dist-all: distdir
235 -chmod -R a+r $(distdir)
236 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
237 -rm -rf $(distdir)
238distdir: $(DISTFILES)
239 -rm -rf $(distdir)
240 mkdir $(distdir)
241 -chmod 777 $(distdir)
242 @for file in $(DISTFILES); do \
243 d=$(srcdir); \
244 if test -d $$d/$$file; then \
245 cp -pr $$/$$file $(distdir)/$$file; \
246 else \
247 test -f $(distdir)/$$file \
248 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
249 || cp -p $$d/$$file $(distdir)/$$file || :; \
250 fi; \
251 done
252 for subdir in $(DIST_SUBDIRS); do \
253 if test "$$subdir" = .; then :; else \
254 test -d $(distdir)/$$subdir \
255 || mkdir $(distdir)/$$subdir \
256 || exit 1; \
257 chmod 777 $(distdir)/$$subdir; \
258 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
259 || exit 1; \
260 fi; \
261 done
262 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
263info-am:
264info: info-recursive
265dvi-am:
266dvi: dvi-recursive
267check-am: all-am
268check: check-recursive
269installcheck-am:
270installcheck: installcheck-recursive
271install-exec-am:
272install-exec: install-exec-recursive
273
274install-data-am:
275install-data: install-data-recursive
276
277install-am: all-am
278 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
279install: install-recursive
280uninstall-am:
281uninstall: uninstall-recursive
282all-am: Makefile $(SCRIPTS)
283all-redirect: all-recursive
284install-strip:
285 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
286installdirs: installdirs-recursive
287installdirs-am:
288
289
290mostlyclean-generic:
291
292clean-generic:
293
294distclean-generic:
295 -rm -f Makefile $(CONFIG_CLEAN_FILES)
296 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
297
298maintainer-clean-generic:
299mostlyclean-am: mostlyclean-tags mostlyclean-generic
300
301mostlyclean: mostlyclean-recursive
302
303clean-am: clean-tags clean-generic mostlyclean-am
304
305clean: clean-recursive
306
307distclean-am: distclean-tags distclean-generic clean-am
308
309distclean: distclean-recursive
310 -rm -f config.status
311
312maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
313 distclean-am
314 @echo "This command is intended for maintainers to use;"
315 @echo "it deletes files that may require special tools to rebuild."
316
317maintainer-clean: maintainer-clean-recursive
318 -rm -f config.status
319
320.PHONY: install-data-recursive uninstall-data-recursive \
321install-exec-recursive uninstall-exec-recursive installdirs-recursive \
322uninstalldirs-recursive all-recursive check-recursive \
323installcheck-recursive info-recursive dvi-recursive \
324mostlyclean-recursive distclean-recursive clean-recursive \
325maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
326distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
327dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
328install-exec install-data-am install-data install-am install \
329uninstall-am uninstall all-redirect all-am all installdirs-am \
330installdirs mostlyclean-generic distclean-generic clean-generic \
331maintainer-clean-generic clean mostlyclean distclean maintainer-clean
332
333
334yaz-config:
335 @echo "#!/bin/sh" >yaz-config
336 @echo "# YAZ settings for developers" >>yaz-config
337 @echo "YAZBIN=\"`pwd`/bin\"" >>yaz-config
338 @echo "YAZTAB=\"`pwd`/tab\"" >>yaz-config
339 @echo "YAZLIB=\"-L`pwd`/lib -lyaz @LIBS@\"" >>yaz-config
340 @echo "YAZINC=\"-I`pwd`/include\"" >>yaz-config
341 chmod +x yaz-config
342
343dist-hook:
344 mkdir $(distdir)/win
345 -cp $(srcdir)/win/* $(distdir)/win
346
347rpm: $(PACKAGE)-$(VERSION).tar.gz
348 cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES
349 rpm -ba $(SPEC_FILE)
350
351# Tell versions [3.59,3.63) of GNU make to not export all variables.
352# Otherwise a system limit (for SysV at least) may be exceeded.
353.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.