OSDN Git Service

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