source: main/tags/2.31/gsdl/packages/yaz/include/Makefile.in@ 25382

Last change on this file since 25382 was 1713, checked in by jrm21, 24 years ago

Tidied up YAZ Makefiles and Makefiles.ins

  • Property svn:keywords set to Author Date Id Revision
File size: 8.2 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
76SUBDIRS = yaz
77mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78CONFIG_CLEAN_FILES =
79DIST_COMMON = Makefile.am Makefile.in
80
81
82DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
83
84TAR = tar
85GZIP_ENV = --best
86all: all-redirect
87.SUFFIXES:
88##$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
89## cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps include/Makefile
90
91Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
92 cd $(top_builddir) \
93 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
94
95
96# This directory's subdirectories are mostly independent; you can cd
97# into them and run `make' without going through this Makefile.
98# To change the values of `make' variables: instead of editing Makefiles,
99# (1) if the variable is set in `config.status', edit `config.status'
100# (which will cause the Makefiles to be regenerated when you run `make');
101# (2) otherwise, pass the desired values on the `make' command line.
102
103# @SET_MAKE@
104
105all-recursive install-data-recursive install-exec-recursive \
106installdirs-recursive install-recursive uninstall-recursive \
107check-recursive installcheck-recursive info-recursive dvi-recursive:
108 @set fnord $(MAKEFLAGS); amf=$$2; \
109 dot_seen=no; \
110 target=`echo $@ | sed s/-recursive//`; \
111 list='$(SUBDIRS)'; for subdir in $$list; do \
112 echo "Making $$target in $$subdir"; \
113 if test "$$subdir" = "."; then \
114 dot_seen=yes; \
115 local_target="$$target-am"; \
116 else \
117 local_target="$$target"; \
118 fi; \
119 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
120 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
121 done; \
122 if test "$$dot_seen" = "no"; then \
123 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
124 fi; test -z "$$fail"
125
126mostlyclean-recursive clean-recursive distclean-recursive \
127maintainer-clean-recursive:
128 @set fnord $(MAKEFLAGS); amf=$$2; \
129 dot_seen=no; \
130 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
131 rev="$$subdir $$rev"; \
132 test "$$subdir" = "." && dot_seen=yes; \
133 done; \
134 test "$$dot_seen" = "no" && rev=". $$rev"; \
135 target=`echo $@ | sed s/-recursive//`; \
136 for subdir in $$rev; do \
137 echo "Making $$target in $$subdir"; \
138 if test "$$subdir" = "."; then \
139 local_target="$$target-am"; \
140 else \
141 local_target="$$target"; \
142 fi; \
143 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
144 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
145 done && test -z "$$fail"
146tags-recursive:
147 list='$(SUBDIRS)'; for subdir in $$list; do \
148 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
149 done
150
151tags: TAGS
152
153ID: $(HEADERS) $(SOURCES) $(LISP)
154 list='$(SOURCES) $(HEADERS)'; \
155 unique=`for i in $$list; do echo $$i; done | \
156 awk ' { files[$$0] = 1; } \
157 END { for (i in files) print i; }'`; \
158 here=`pwd` && cd $(srcdir) \
159 && mkid -f$$here/ID $$unique $(LISP)
160
161TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
162 tags=; \
163 here=`pwd`; \
164 list='$(SUBDIRS)'; for subdir in $$list; do \
165 if test "$$subdir" = .; then :; else \
166 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
167 fi; \
168 done; \
169 list='$(SOURCES) $(HEADERS)'; \
170 unique=`for i in $$list; do echo $$i; done | \
171 awk ' { files[$$0] = 1; } \
172 END { for (i in files) print i; }'`; \
173 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
174 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
175
176mostlyclean-tags:
177
178clean-tags:
179
180distclean-tags:
181 -rm -f TAGS ID
182
183maintainer-clean-tags:
184
185distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
186
187subdir = include
188
189distdir: $(DISTFILES)
190 @for file in $(DISTFILES); do \
191 d=$(srcdir); \
192 if test -d $$d/$$file; then \
193 cp -pr $$/$$file $(distdir)/$$file; \
194 else \
195 test -f $(distdir)/$$file \
196 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
197 || cp -p $$d/$$file $(distdir)/$$file || :; \
198 fi; \
199 done
200 for subdir in $(SUBDIRS); do \
201 if test "$$subdir" = .; then :; else \
202 test -d $(distdir)/$$subdir \
203 || mkdir $(distdir)/$$subdir \
204 || exit 1; \
205 chmod 777 $(distdir)/$$subdir; \
206 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
207 || exit 1; \
208 fi; \
209 done
210info-am:
211info: info-recursive
212dvi-am:
213dvi: dvi-recursive
214check-am: all-am
215check: check-recursive
216installcheck-am:
217installcheck: installcheck-recursive
218install-exec-am:
219install-exec: install-exec-recursive
220
221install-data-am:
222install-data: install-data-recursive
223
224install-am: all-am
225 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
226install: install-recursive
227uninstall-am:
228uninstall: uninstall-recursive
229all-am: Makefile
230all-redirect: all-recursive
231install-strip:
232 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
233installdirs: installdirs-recursive
234installdirs-am:
235
236
237mostlyclean-generic:
238
239clean-generic:
240
241distclean-generic:
242 -rm -f Makefile $(CONFIG_CLEAN_FILES)
243 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
244
245maintainer-clean-generic:
246mostlyclean-am: mostlyclean-tags mostlyclean-generic
247
248mostlyclean: mostlyclean-recursive
249
250clean-am: clean-tags clean-generic mostlyclean-am
251
252clean: clean-recursive
253
254distclean-am: distclean-tags distclean-generic clean-am
255
256distclean: distclean-recursive
257
258maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
259 distclean-am
260 @echo "This command is intended for maintainers to use;"
261 @echo "it deletes files that may require special tools to rebuild."
262
263maintainer-clean: maintainer-clean-recursive
264
265.PHONY: install-data-recursive uninstall-data-recursive \
266install-exec-recursive uninstall-exec-recursive installdirs-recursive \
267uninstalldirs-recursive all-recursive check-recursive \
268installcheck-recursive info-recursive dvi-recursive \
269mostlyclean-recursive distclean-recursive clean-recursive \
270maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
271distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
272dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
273install-exec install-data-am install-data install-am install \
274uninstall-am uninstall all-redirect all-am all installdirs-am \
275installdirs mostlyclean-generic distclean-generic clean-generic \
276maintainer-clean-generic clean mostlyclean distclean maintainer-clean
277
278
279# Tell versions [3.59,3.63) of GNU make to not export all variables.
280# Otherwise a system limit (for SysV at least) may be exceeded.
281.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.