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

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 10.5 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 = README 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 = gtar
95GZIP_ENV = --best
96all: all-redirect
97.SUFFIXES:
98$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
99 cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
100
101Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
102 cd $(top_builddir) \
103 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
104
105$(ACLOCAL_M4): configure.in
106 cd $(srcdir) && $(ACLOCAL)
107
108config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
109 $(SHELL) ./config.status --recheck
110$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
111 cd $(srcdir) && $(AUTOCONF)
112
113# This directory's subdirectories are mostly independent; you can cd
114# into them and run `make' without going through this Makefile.
115# To change the values of `make' variables: instead of editing Makefiles,
116# (1) if the variable is set in `config.status', edit `config.status'
117# (which will cause the Makefiles to be regenerated when you run `make');
118# (2) otherwise, pass the desired values on the `make' command line.
119
120@SET_MAKE@
121
122all-recursive install-data-recursive install-exec-recursive \
123installdirs-recursive install-recursive uninstall-recursive \
124check-recursive installcheck-recursive info-recursive dvi-recursive:
125 @set fnord $(MAKEFLAGS); amf=$$2; \
126 dot_seen=no; \
127 target=`echo $@ | sed s/-recursive//`; \
128 list='$(SUBDIRS)'; for subdir in $$list; do \
129 echo "Making $$target in $$subdir"; \
130 if test "$$subdir" = "."; then \
131 dot_seen=yes; \
132 local_target="$$target-am"; \
133 else \
134 local_target="$$target"; \
135 fi; \
136 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
137 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
138 done; \
139 if test "$$dot_seen" = "no"; then \
140 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
141 fi; test -z "$$fail"
142
143mostlyclean-recursive clean-recursive distclean-recursive \
144maintainer-clean-recursive:
145 @set fnord $(MAKEFLAGS); amf=$$2; \
146 dot_seen=no; \
147 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
148 rev="$$subdir $$rev"; \
149 test "$$subdir" = "." && dot_seen=yes; \
150 done; \
151 test "$$dot_seen" = "no" && rev=". $$rev"; \
152 target=`echo $@ | sed s/-recursive//`; \
153 for subdir in $$rev; do \
154 echo "Making $$target in $$subdir"; \
155 if test "$$subdir" = "."; then \
156 local_target="$$target-am"; \
157 else \
158 local_target="$$target"; \
159 fi; \
160 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
161 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
162 done && test -z "$$fail"
163tags-recursive:
164 list='$(SUBDIRS)'; for subdir in $$list; do \
165 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
166 done
167
168tags: TAGS
169
170ID: $(HEADERS) $(SOURCES) $(LISP)
171 list='$(SOURCES) $(HEADERS)'; \
172 unique=`for i in $$list; do echo $$i; done | \
173 awk ' { files[$$0] = 1; } \
174 END { for (i in files) print i; }'`; \
175 here=`pwd` && cd $(srcdir) \
176 && mkid -f$$here/ID $$unique $(LISP)
177
178TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
179 tags=; \
180 here=`pwd`; \
181 list='$(SUBDIRS)'; for subdir in $$list; do \
182 if test "$$subdir" = .; then :; else \
183 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
184 fi; \
185 done; \
186 list='$(SOURCES) $(HEADERS)'; \
187 unique=`for i in $$list; do echo $$i; done | \
188 awk ' { files[$$0] = 1; } \
189 END { for (i in files) print i; }'`; \
190 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
191 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
192
193mostlyclean-tags:
194
195clean-tags:
196
197distclean-tags:
198 -rm -f TAGS ID
199
200maintainer-clean-tags:
201
202distdir = $(PACKAGE)-$(VERSION)
203top_distdir = $(distdir)
204
205# This target untars the dist file and tries a VPATH configuration. Then
206# it guarantees that the distribution is self-contained by making another
207# tarfile.
208distcheck: dist
209 -rm -rf $(distdir)
210 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
211 mkdir $(distdir)/=build
212 mkdir $(distdir)/=inst
213 dc_install_base=`cd $(distdir)/=inst && pwd`; \
214 cd $(distdir)/=build \
215 && ../configure --srcdir=.. --prefix=$$dc_install_base \
216 && $(MAKE) $(AM_MAKEFLAGS) \
217 && $(MAKE) $(AM_MAKEFLAGS) dvi \
218 && $(MAKE) $(AM_MAKEFLAGS) check \
219 && $(MAKE) $(AM_MAKEFLAGS) install \
220 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
221 && $(MAKE) $(AM_MAKEFLAGS) dist
222 -rm -rf $(distdir)
223 @banner="$(distdir).tar.gz is ready for distribution"; \
224 dashes=`echo "$$banner" | sed s/./=/g`; \
225 echo "$$dashes"; \
226 echo "$$banner"; \
227 echo "$$dashes"
228dist: distdir
229 -chmod -R a+r $(distdir)
230 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
231 -rm -rf $(distdir)
232dist-all: distdir
233 -chmod -R a+r $(distdir)
234 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
235 -rm -rf $(distdir)
236distdir: $(DISTFILES)
237 -rm -rf $(distdir)
238 mkdir $(distdir)
239 -chmod 777 $(distdir)
240 @for file in $(DISTFILES); do \
241 d=$(srcdir); \
242 if test -d $$d/$$file; then \
243 cp -pr $$/$$file $(distdir)/$$file; \
244 else \
245 test -f $(distdir)/$$file \
246 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
247 || cp -p $$d/$$file $(distdir)/$$file || :; \
248 fi; \
249 done
250 for subdir in $(DIST_SUBDIRS); do \
251 if test "$$subdir" = .; then :; else \
252 test -d $(distdir)/$$subdir \
253 || mkdir $(distdir)/$$subdir \
254 || exit 1; \
255 chmod 777 $(distdir)/$$subdir; \
256 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
257 || exit 1; \
258 fi; \
259 done
260 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
261info-am:
262info: info-recursive
263dvi-am:
264dvi: dvi-recursive
265check-am: all-am
266check: check-recursive
267installcheck-am:
268installcheck: installcheck-recursive
269install-exec-am:
270install-exec: install-exec-recursive
271
272install-data-am:
273install-data: install-data-recursive
274
275install-am: all-am
276 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
277install: install-recursive
278uninstall-am:
279uninstall: uninstall-recursive
280all-am: Makefile $(SCRIPTS)
281all-redirect: all-recursive
282install-strip:
283 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
284installdirs: installdirs-recursive
285installdirs-am:
286
287
288mostlyclean-generic:
289
290clean-generic:
291
292distclean-generic:
293 -rm -f Makefile $(CONFIG_CLEAN_FILES)
294 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
295
296maintainer-clean-generic:
297mostlyclean-am: mostlyclean-tags mostlyclean-generic
298
299mostlyclean: mostlyclean-recursive
300
301clean-am: clean-tags clean-generic mostlyclean-am
302
303clean: clean-recursive
304
305distclean-am: distclean-tags distclean-generic clean-am
306
307distclean: distclean-recursive
308 -rm -f config.status
309
310maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
311 distclean-am
312 @echo "This command is intended for maintainers to use;"
313 @echo "it deletes files that may require special tools to rebuild."
314
315maintainer-clean: maintainer-clean-recursive
316 -rm -f config.status
317
318.PHONY: install-data-recursive uninstall-data-recursive \
319install-exec-recursive uninstall-exec-recursive installdirs-recursive \
320uninstalldirs-recursive all-recursive check-recursive \
321installcheck-recursive info-recursive dvi-recursive \
322mostlyclean-recursive distclean-recursive clean-recursive \
323maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
324distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
325dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
326install-exec install-data-am install-data install-am install \
327uninstall-am uninstall all-redirect all-am all installdirs-am \
328installdirs mostlyclean-generic distclean-generic clean-generic \
329maintainer-clean-generic clean mostlyclean distclean maintainer-clean
330
331
332yaz-config:
333 @echo "#!/bin/sh" >yaz-config
334 @echo "# YAZ settings for developers" >>yaz-config
335 @echo "YAZBIN=\"`pwd`/bin\"" >>yaz-config
336 @echo "YAZTAB=\"`pwd`/tab\"" >>yaz-config
337 @echo "YAZLIB=\"-L`pwd`/lib -lyaz @LIBS@\"" >>yaz-config
338 @echo "YAZINC=\"-I`pwd`/include\"" >>yaz-config
339 chmod +x yaz-config
340
341dist-hook:
342 mkdir $(distdir)/win
343 -cp $(srcdir)/win/* $(distdir)/win
344
345rpm: $(PACKAGE)-$(VERSION).tar.gz
346 cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES
347 rpm -ba $(SPEC_FILE)
348
349# Tell versions [3.59,3.63) of GNU make to not export all variables.
350# Otherwise a system limit (for SysV at least) may be exceeded.
351.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.