OSDN Git Service

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