OSDN Git Service

* configure, Makefile.in: Rebuilt.
[pf3gnuchains/gcc-fork.git] / zlib / Makefile.in
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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AS = @AS@
67 CC = @CC@
68 COMPPATH = @COMPPATH@
69 CPP = @CPP@
70 DLLTOOL = @DLLTOOL@
71 EXEEXT = @EXEEXT@
72 LD = @LD@
73 LIBTOOL = @LIBTOOL@
74 LN_S = @LN_S@
75 MAINT = @MAINT@
76 MAKEINFO = @MAKEINFO@
77 NM = @NM@
78 PACKAGE = @PACKAGE@
79 RANLIB = @RANLIB@
80 USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
81 VERSION = @VERSION@
82 target_all = @target_all@
83 zlib_basedir = @zlib_basedir@
84
85 AUTOMAKE_OPTIONS = cygnus
86
87 # Multilib support variables.
88 MULTISRCTOP = 
89 MULTIBUILDTOP = 
90 MULTIDIRS = 
91 MULTISUBDIR = 
92 MULTIDO = true
93 MULTICLEAN = true
94
95 toolexecdir = $(exec_prefix)/$(target_alias)
96 toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
97
98 toolexeclib_LTLIBRARIES = @target_all@
99 EXTRA_LTLIBRARIES = libzgcj.la
100
101 libzgcj_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h \
102 gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h \
103 inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \
104 trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h
105
106
107 libzgcj_la_LDFLAGS = -release $(VERSION) -rpath $(toolexeclibdir)
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
110 CONFIG_CLEAN_FILES = 
111 LTLIBRARIES =  $(toolexeclib_LTLIBRARIES)
112
113
114 DEFS = @DEFS@ -I. -I$(srcdir) 
115 CPPFLAGS = @CPPFLAGS@
116 LDFLAGS = @LDFLAGS@
117 LIBS = @LIBS@
118 libzgcj_la_LIBADD = 
119 libzgcj_la_OBJECTS =  adler32.lo compress.lo crc32.lo deflate.lo gzio.lo \
120 infblock.lo infcodes.lo inffast.lo inflate.lo inftrees.lo infutil.lo \
121 trees.lo uncompr.lo zutil.lo
122 CFLAGS = @CFLAGS@
123 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125 CCLD = $(CC)
126 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
127 DIST_COMMON =  README ChangeLog Makefile.am Makefile.in acinclude.m4 \
128 aclocal.m4 configure configure.in
129
130
131 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
132
133 TAR = tar
134 GZIP_ENV = --best
135 SOURCES = $(libzgcj_la_SOURCES)
136 OBJECTS = $(libzgcj_la_OBJECTS)
137
138 all: all-redirect
139 .SUFFIXES:
140 .SUFFIXES: .S .c .lo .o .s
141 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
142         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
143
144 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
145         cd $(top_builddir) \
146           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
147
148 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
149         cd $(srcdir) && $(ACLOCAL)
150
151 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
152         $(SHELL) ./config.status --recheck
153 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
154         cd $(srcdir) && $(AUTOCONF)
155
156 mostlyclean-toolexeclibLTLIBRARIES:
157
158 clean-toolexeclibLTLIBRARIES:
159         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
160
161 distclean-toolexeclibLTLIBRARIES:
162
163 maintainer-clean-toolexeclibLTLIBRARIES:
164
165 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
166         @$(NORMAL_INSTALL)
167         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
168         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
169           if test -f $$p; then \
170             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
171             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
172           else :; fi; \
173         done
174
175 uninstall-toolexeclibLTLIBRARIES:
176         @$(NORMAL_UNINSTALL)
177         list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
178           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
179         done
180
181 .c.o:
182         $(COMPILE) -c $<
183
184 .s.o:
185         $(COMPILE) -c $<
186
187 .S.o:
188         $(COMPILE) -c $<
189
190 mostlyclean-compile:
191         -rm -f *.o core *.core
192
193 clean-compile:
194
195 distclean-compile:
196         -rm -f *.tab.c
197
198 maintainer-clean-compile:
199
200 .c.lo:
201         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
202
203 .s.lo:
204         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
205
206 .S.lo:
207         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
208
209 mostlyclean-libtool:
210         -rm -f *.lo
211
212 clean-libtool:
213         -rm -rf .libs _libs
214
215 distclean-libtool:
216
217 maintainer-clean-libtool:
218
219 libzgcj.la: $(libzgcj_la_OBJECTS) $(libzgcj_la_DEPENDENCIES)
220         $(LINK)  $(libzgcj_la_LDFLAGS) $(libzgcj_la_OBJECTS) $(libzgcj_la_LIBADD) $(LIBS)
221
222 tags: TAGS
223
224 ID: $(HEADERS) $(SOURCES) $(LISP)
225         list='$(SOURCES) $(HEADERS)'; \
226         unique=`for i in $$list; do echo $$i; done | \
227           awk '    { files[$$0] = 1; } \
228                END { for (i in files) print i; }'`; \
229         here=`pwd` && cd $(srcdir) \
230           && mkid -f$$here/ID $$unique $(LISP)
231
232 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
233         tags=; \
234         here=`pwd`; \
235         list='$(SOURCES) $(HEADERS)'; \
236         unique=`for i in $$list; do echo $$i; done | \
237           awk '    { files[$$0] = 1; } \
238                END { for (i in files) print i; }'`; \
239         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
240           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
241
242 mostlyclean-tags:
243
244 clean-tags:
245
246 distclean-tags:
247         -rm -f TAGS ID
248
249 maintainer-clean-tags:
250
251 distdir = $(PACKAGE)-$(VERSION)
252 top_distdir = $(distdir)
253
254 # This target untars the dist file and tries a VPATH configuration.  Then
255 # it guarantees that the distribution is self-contained by making another
256 # tarfile.
257 distcheck: dist
258         -rm -rf $(distdir)
259         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
260         mkdir $(distdir)/=build
261         mkdir $(distdir)/=inst
262         dc_install_base=`cd $(distdir)/=inst && pwd`; \
263         cd $(distdir)/=build \
264           && ../configure --srcdir=.. --prefix=$$dc_install_base \
265           && $(MAKE) $(AM_MAKEFLAGS) \
266           && $(MAKE) $(AM_MAKEFLAGS) dvi \
267           && $(MAKE) $(AM_MAKEFLAGS) check \
268           && $(MAKE) $(AM_MAKEFLAGS) install \
269           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
270           && $(MAKE) $(AM_MAKEFLAGS) dist
271         -rm -rf $(distdir)
272         @banner="$(distdir).tar.gz is ready for distribution"; \
273         dashes=`echo "$$banner" | sed s/./=/g`; \
274         echo "$$dashes"; \
275         echo "$$banner"; \
276         echo "$$dashes"
277 dist: distdir
278         -chmod -R a+r $(distdir)
279         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
280         -rm -rf $(distdir)
281 dist-all: distdir
282         -chmod -R a+r $(distdir)
283         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
284         -rm -rf $(distdir)
285 distdir: $(DISTFILES)
286         -rm -rf $(distdir)
287         mkdir $(distdir)
288         -chmod 777 $(distdir)
289         @for file in $(DISTFILES); do \
290           if test -f $$file; then d=.; else d=$(srcdir); fi; \
291           if test -d $$d/$$file; then \
292             cp -pr $$/$$file $(distdir)/$$file; \
293           else \
294             test -f $(distdir)/$$file \
295             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
296             || cp -p $$d/$$file $(distdir)/$$file || :; \
297           fi; \
298         done
299 info-am:
300 info: info-am
301 dvi-am:
302 dvi: dvi-am
303 check-am:
304 check: check-am
305 installcheck-am:
306 installcheck: installcheck-am
307 install-info-am: 
308 install-info: install-info-am
309 install-exec-am: install-toolexeclibLTLIBRARIES
310 install-exec: install-exec-am
311
312 install-data-am:
313 install-data: install-data-am
314
315 install-am: all-am
316         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
317 install: install-am
318 uninstall-am: uninstall-toolexeclibLTLIBRARIES
319 uninstall: uninstall-am
320 all-am: Makefile $(LTLIBRARIES)
321 all-redirect: all-am
322 install-strip:
323         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
324 installdirs:
325         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
326
327
328 mostlyclean-generic:
329
330 clean-generic:
331
332 distclean-generic:
333         -rm -f Makefile $(CONFIG_CLEAN_FILES)
334         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
335
336 maintainer-clean-generic:
337 mostlyclean-am:  mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
338                 mostlyclean-libtool mostlyclean-tags \
339                 mostlyclean-generic
340
341 mostlyclean: mostlyclean-am
342
343 clean-am:  clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
344                 clean-tags clean-generic mostlyclean-am
345
346 clean: clean-am
347
348 distclean-am:  distclean-toolexeclibLTLIBRARIES distclean-compile \
349                 distclean-libtool distclean-tags distclean-generic \
350                 clean-am
351         -rm -f libtool
352
353 distclean: distclean-am
354         -rm -f config.status
355
356 maintainer-clean-am:  maintainer-clean-toolexeclibLTLIBRARIES \
357                 maintainer-clean-compile maintainer-clean-libtool \
358                 maintainer-clean-tags maintainer-clean-generic \
359                 distclean-am
360         @echo "This command is intended for maintainers to use;"
361         @echo "it deletes files that may require special tools to rebuild."
362
363 maintainer-clean: maintainer-clean-am
364         -rm -f config.status
365
366 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
367 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
368 maintainer-clean-toolexeclibLTLIBRARIES \
369 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
370 mostlyclean-compile distclean-compile clean-compile \
371 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
372 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
373 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
374 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
375 install-info install-exec-am install-exec install-data-am install-data \
376 install-am install uninstall-am uninstall all-redirect all-am all \
377 installdirs mostlyclean-generic distclean-generic clean-generic \
378 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
379
380
381 # Tell versions [3.59,3.63) of GNU make to not export all variables.
382 # Otherwise a system limit (for SysV at least) may be exceeded.
383 .NOEXPORT: