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