]> git.mxchange.org Git - flightgear.git/blob - zlib/Makefile.in
Modified Files:
[flightgear.git] / zlib / Makefile.in
1 # Makefile.in generated automatically by automake 1.2h from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
33
34 DISTDIR =
35
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39
40 top_builddir = ../..
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
52
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 host_alias = @host_alias@
60 host_triplet = @host@
61 CC = @CC@
62 CXX = @CXX@
63 LD = @LD@
64 LIBTOOL = @LIBTOOL@
65 LN_S = @LN_S@
66 MAINT = @MAINT@
67 MAKEINFO = @MAKEINFO@
68 NM = @NM@
69 PACKAGE = @PACKAGE@
70 RANLIB = @RANLIB@
71 VERSION = @VERSION@
72
73 libdir  = ${exec_prefix}/lib
74
75 EXTRA_DIST = ChangeLog INDEX Make_vms.com Makefile.riscos README \
76         algorithm.txt descrip.mms example.c maketree.c minigzip.c zlib.3
77
78 lib_LTLIBRARIES = libz.la
79
80 libz_la_SOURCES = \
81         adler32.c \
82         compress.c \
83         crc32.c \
84         deflate.c \
85         deflate.h \
86         gzio.c \
87         infblock.c \
88         infblock.h \
89         infcodes.c \
90         infcodes.h \
91         inffast.c \
92         inffast.h \
93         inffixed.h \
94         inflate.c \
95         inftrees.c \
96         inftrees.h \
97         infutil.c \
98         infutil.h \
99         trees.c \
100         trees.h \
101         uncompr.c \
102         zconf.h \
103         zlib.h \
104         zutil.c \
105         zutil.h
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = ../../Include/config.h
108 CONFIG_CLEAN_FILES = 
109 LTLIBRARIES =  $(lib_LTLIBRARIES)
110
111
112 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
113 CPPFLAGS = @CPPFLAGS@
114 LDFLAGS = @LDFLAGS@
115 LIBS = @LIBS@
116 X_CFLAGS = @X_CFLAGS@
117 X_LIBS = @X_LIBS@
118 X_EXTRA_LIBS = @X_EXTRA_LIBS@
119 X_PRE_LIBS = @X_PRE_LIBS@
120 libz_la_LDFLAGS = 
121 libz_la_LIBADD = 
122 libz_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) $(CPPFLAGS) $(CFLAGS)
127 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
128 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
129 DIST_COMMON =  README ChangeLog Makefile.am Makefile.in configure
130
131
132 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133
134 TAR = tar
135 GZIP = --best
136 DEP_FILES =  .deps/adler32.P .deps/compress.P .deps/crc32.P \
137 .deps/deflate.P .deps/gzio.P .deps/infblock.P .deps/infcodes.P \
138 .deps/inffast.P .deps/inflate.P .deps/inftrees.P .deps/infutil.P \
139 .deps/trees.P .deps/uncompr.P .deps/zutil.P
140 SOURCES = $(libz_la_SOURCES)
141 OBJECTS = $(libz_la_OBJECTS)
142
143 all: Makefile $(LTLIBRARIES)
144
145 .SUFFIXES:
146 .SUFFIXES: .S .c .lo .o .s
147 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
148         cd $(top_srcdir) && $(AUTOMAKE) --gnu Lib/zlib/Makefile
149
150 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
151         cd $(top_builddir) \
152           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
153
154
155 mostlyclean-libLTLIBRARIES:
156
157 clean-libLTLIBRARIES:
158         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
159
160 distclean-libLTLIBRARIES:
161
162 maintainer-clean-libLTLIBRARIES:
163
164 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
165         @$(NORMAL_INSTALL)
166         $(mkinstalldirs) $(DESTDIR)$(libdir)
167         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
168           if test -f $$p; then \
169             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
170             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
171           else :; fi; \
172         done
173
174 uninstall-libLTLIBRARIES:
175         @$(NORMAL_UNINSTALL)
176         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
177           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
178         done
179
180 .s.o:
181         $(COMPILE) -c $<
182
183 .S.o:
184         $(COMPILE) -c $<
185
186 mostlyclean-compile:
187         -rm -f *.o core *.core
188
189 clean-compile:
190
191 distclean-compile:
192         -rm -f *.tab.c
193
194 maintainer-clean-compile:
195
196 .s.lo:
197         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
198
199 .S.lo:
200         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
201
202 mostlyclean-libtool:
203         -rm -f *.lo
204
205 clean-libtool:
206         -rm -rf .libs _libs
207
208 distclean-libtool:
209
210 maintainer-clean-libtool:
211
212 libz.la: $(libz_la_OBJECTS) $(libz_la_DEPENDENCIES)
213         $(LINK) -rpath $(libdir) $(libz_la_LDFLAGS) $(libz_la_OBJECTS) $(libz_la_LIBADD) $(LIBS)
214
215 tags: TAGS
216
217 ID: $(HEADERS) $(SOURCES) $(LISP)
218         here=`pwd` && cd $(srcdir) \
219           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
220
221 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
222         tags=; \
223         here=`pwd`; \
224         list='$(SOURCES) $(HEADERS)'; \
225         unique=`for i in $$list; do echo $$i; done | \
226           awk '    { files[$$0] = 1; } \
227                END { for (i in files) print i; }'`; \
228         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
229           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
230
231 mostlyclean-tags:
232
233 clean-tags:
234
235 distclean-tags:
236         -rm -f TAGS ID
237
238 maintainer-clean-tags:
239
240 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
241
242 subdir = Lib/zlib
243
244 distdir: $(DISTFILES)
245         here=`cd $(top_builddir) && pwd`; \
246         top_distdir=`cd $(top_distdir) && pwd`; \
247         distdir=`cd $(distdir) && pwd`; \
248         cd $(top_srcdir) \
249           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Lib/zlib/Makefile
250         @for file in $(DISTFILES); do \
251           d=$(srcdir); \
252           test -f $(distdir)/$$file \
253           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
254           || cp -p $$d/$$file $(distdir)/$$file; \
255         done
256
257 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
258
259 -include $(DEP_FILES)
260
261 mostlyclean-depend:
262
263 clean-depend:
264
265 distclean-depend:
266
267 maintainer-clean-depend:
268         -rm -rf .deps
269
270 %.o: %.c
271         @echo '$(COMPILE) -c $<'; \
272         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
273
274 %.lo: %.c
275         @echo '$(LTCOMPILE) -c $<'; \
276         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
277         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
278           < .deps/$(*F).p > .deps/$(*F).P
279         @-rm -f .deps/$(*F).p
280 info:
281 dvi:
282 check: all
283         $(MAKE)
284 installcheck:
285 install-exec: install-libLTLIBRARIES
286         @$(NORMAL_INSTALL)
287
288 install-data: 
289         @$(NORMAL_INSTALL)
290
291 install: install-exec install-data all
292         @:
293
294 uninstall: uninstall-libLTLIBRARIES
295
296 install-strip:
297         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
298 installdirs:
299         $(mkinstalldirs)  $(DATADIR)$(libdir)
300
301
302 mostlyclean-generic:
303         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
304
305 clean-generic:
306         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
307
308 distclean-generic:
309         -rm -f Makefile $(DISTCLEANFILES)
310         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
311         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
312
313 maintainer-clean-generic:
314         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
315         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
316 mostlyclean:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
317                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
318                 mostlyclean-generic
319
320 clean:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
321                 clean-depend clean-generic mostlyclean
322
323 distclean:  distclean-libLTLIBRARIES distclean-compile distclean-libtool \
324                 distclean-tags distclean-depend distclean-generic clean
325         -rm -f config.status
326         -rm -f libtool
327
328 maintainer-clean:  maintainer-clean-libLTLIBRARIES \
329                 maintainer-clean-compile maintainer-clean-libtool \
330                 maintainer-clean-tags maintainer-clean-depend \
331                 maintainer-clean-generic distclean
332         @echo "This command is intended for maintainers to use;"
333         @echo "it deletes files that may require special tools to rebuild."
334
335 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
336 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
337 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
338 distclean-compile clean-compile maintainer-clean-compile \
339 mostlyclean-libtool distclean-libtool clean-libtool \
340 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
341 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
342 distclean-depend clean-depend maintainer-clean-depend info dvi \
343 installcheck install-exec install-data install uninstall all \
344 installdirs mostlyclean-generic distclean-generic clean-generic \
345 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
346
347
348 # example.c
349 # maketree.c
350 # minigzip.c
351
352 INCLUDES +=
353
354 # Tell versions [3.59,3.63) of GNU make to not export all variables.
355 # Otherwise a system limit (for SysV at least) may be exceeded.
356 .NOEXPORT: