mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / zlib / Makefile.in
blob01ac7f7d2b0ccb9e6e60a6f1fd0e482c391ecd51
1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 # Copyright (c) 2004-2007 MySQL AB
19 # This program is free software; you can redistribute it and/or modify
20 # it under the terms of the GNU General Public License as published by
21 # the Free Software Foundation; version 2 of the License.
23 # This program is distributed in the hope that it will be useful,
24 # but WITHOUT ANY WARRANTY; without even the implied warranty of
25 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 # GNU General Public License for more details.
28 # You should have received a copy of the GNU General Public License
29 # along with this program; if not, write to the Free Software
30 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
32 # Process this file with automake to create Makefile.in
35 VPATH = @srcdir@
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 target_triplet = @target@
54 subdir = zlib
55 DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
56 $(srcdir)/Makefile.in ChangeLog
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
59 $(top_srcdir)/config/ac-macros/alloca.m4 \
60 $(top_srcdir)/config/ac-macros/check_cpu.m4 \
61 $(top_srcdir)/config/ac-macros/character_sets.m4 \
62 $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
63 $(top_srcdir)/config/ac-macros/plugins.m4 \
64 $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
65 $(top_srcdir)/config/ac-macros/large_file.m4 \
66 $(top_srcdir)/config/ac-macros/misc.m4 \
67 $(top_srcdir)/config/ac-macros/readline.m4 \
68 $(top_srcdir)/config/ac-macros/ssl.m4 \
69 $(top_srcdir)/config/ac-macros/zlib.m4 \
70 $(top_srcdir)/configure.in
71 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72 $(ACLOCAL_M4)
73 mkinstalldirs = $(install_sh) -d
74 CONFIG_HEADER = $(top_builddir)/include/config.h
75 CONFIG_CLEAN_FILES =
76 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
77 am__vpath_adj = case $$p in \
78 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
79 *) f=$$p;; \
80 esac;
81 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
82 am__installdirs = "$(DESTDIR)$(pkglibdir)"
83 pkglibLTLIBRARIES_INSTALL = $(INSTALL)
84 LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
85 libz_la_LIBADD =
86 am_libz_la_OBJECTS = adler32.lo compress.lo crc32.lo deflate.lo \
87 gzio.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo \
88 uncompr.lo zutil.lo
89 libz_la_OBJECTS = $(am_libz_la_OBJECTS)
90 libz_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libz_la_LDFLAGS) \
92 $(LDFLAGS) -o $@
93 libzlt_la_LIBADD =
94 am__objects_1 = adler32.lo compress.lo crc32.lo deflate.lo gzio.lo \
95 infback.lo inffast.lo inflate.lo inftrees.lo trees.lo \
96 uncompr.lo zutil.lo
97 am_libzlt_la_OBJECTS = $(am__objects_1)
98 libzlt_la_OBJECTS = $(am_libzlt_la_OBJECTS)
99 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
100 depcomp = $(SHELL) $(top_srcdir)/depcomp
101 am__depfiles_maybe = depfiles
102 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
106 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107 CCLD = $(CC)
108 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
110 $(LDFLAGS) -o $@
111 SOURCES = $(libz_la_SOURCES) $(libzlt_la_SOURCES)
112 DIST_SOURCES = $(libz_la_SOURCES) $(libzlt_la_SOURCES)
113 HEADERS = $(noinst_HEADERS)
114 ETAGS = etags
115 CTAGS = ctags
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 ABI_CHECK = @ABI_CHECK@
118 ACLOCAL = @ACLOCAL@
119 ALLOCA = @ALLOCA@
120 AMTAR = @AMTAR@
121 AM_CFLAGS = @AM_CFLAGS@
122 AM_CXXFLAGS = @AM_CXXFLAGS@
123 AR = @AR@
124 ARFLAGS = @ARFLAGS@
125 AS = @AS@
126 ASFLAGS = @ASFLAGS@
127 AUTOCONF = @AUTOCONF@
128 AUTOHEADER = @AUTOHEADER@
129 AUTOMAKE = @AUTOMAKE@
130 AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
131 AWK = @AWK@
132 CC = @CC@
133 CCAS = @CCAS@
134 CCASDEPMODE = @CCASDEPMODE@
135 CCASFLAGS = @CCASFLAGS@
136 CCDEPMODE = @CCDEPMODE@
137 CC_VERSION = @CC_VERSION@
138 CFLAGS = @CFLAGS@
139 CHECK_PID = @CHECK_PID@
140 CHMOD = @CHMOD@
141 CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
142 CLIENT_LIBS = @CLIENT_LIBS@
143 CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
144 CMP = @CMP@
145 COMPILATION_COMMENT = @COMPILATION_COMMENT@
146 CONF_COMMAND = @CONF_COMMAND@
147 CP = @CP@
148 CPP = @CPP@
149 CPPFLAGS = @CPPFLAGS@
150 CXX = @CXX@
151 CXXCPP = @CXXCPP@
152 CXXDEPMODE = @CXXDEPMODE@
153 CXXFLAGS = @CXXFLAGS@
154 CXXLDFLAGS = @CXXLDFLAGS@
155 CXX_VERSION = @CXX_VERSION@
156 CYGPATH_W = @CYGPATH_W@
157 DEFS = @DEFS@
158 DEPDIR = @DEPDIR@
159 DIFF = @DIFF@
160 DOT_FRM_VERSION = @DOT_FRM_VERSION@
161 DOXYGEN = @DOXYGEN@
162 DSYMUTIL = @DSYMUTIL@
163 DUMPBIN = @DUMPBIN@
164 DVIS = @DVIS@
165 ECHO_C = @ECHO_C@
166 ECHO_N = @ECHO_N@
167 ECHO_T = @ECHO_T@
168 EGREP = @EGREP@
169 EXEEXT = @EXEEXT@
170 FGREP = @FGREP@
171 FIND_PROC = @FIND_PROC@
172 GETCONF = @GETCONF@
173 GREP = @GREP@
174 GXX = @GXX@
175 HOSTNAME = @HOSTNAME@
176 INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
177 INSTALL = @INSTALL@
178 INSTALL_DATA = @INSTALL_DATA@
179 INSTALL_PROGRAM = @INSTALL_PROGRAM@
180 INSTALL_SCRIPT = @INSTALL_SCRIPT@
181 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182 KILL = @KILL@
183 LD = @LD@
184 LDFLAGS = @LDFLAGS@
185 LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
186 LIBDL = @LIBDL@
187 LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
188 LIBOBJS = @LIBOBJS@
189 LIBS = $(NON_THREADED_LIBS)
190 LIBTOOL = @LIBTOOL@
191 LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
192 LIPO = @LIPO@
193 LM_CFLAGS = @LM_CFLAGS@
194 LN = @LN@
195 LN_CP_F = @LN_CP_F@
196 LN_S = @LN_S@
197 LTLIBOBJS = @LTLIBOBJS@
198 MACHINE_TYPE = @MACHINE_TYPE@
199 MAKEINDEX = @MAKEINDEX@
200 MAKEINFO = @MAKEINFO@
201 MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
202 MAKE_SHELL = @MAKE_SHELL@
203 MKDIR_P = @MKDIR_P@
204 MV = @MV@
205 MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
206 MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
207 MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
208 MYSQLD_USER = @MYSQLD_USER@
209 MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
210 MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
211 MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
212 MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
213 MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
214 MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
215 MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
216 MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
217 MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
218 MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
219 NDB_DEFS = @NDB_DEFS@
220 NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
221 NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
222 NDB_SCI_LIBS = @NDB_SCI_LIBS@
223 NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
224 NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
225 NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
226 NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
227 NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
228 NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
229 NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
230 NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
231 NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
232 NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
233 NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
234 NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
235 NM = @NM@
236 NMEDIT = @NMEDIT@
237 NOINST_LDFLAGS = @NOINST_LDFLAGS@
238 NON_THREADED_LIBS = @NON_THREADED_LIBS@
239 OBJDUMP = @OBJDUMP@
240 OBJEXT = @OBJEXT@
241 OTOOL = @OTOOL@
242 OTOOL64 = @OTOOL64@
243 PACKAGE = @PACKAGE@
244 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
245 PACKAGE_NAME = @PACKAGE_NAME@
246 PACKAGE_STRING = @PACKAGE_STRING@
247 PACKAGE_TARNAME = @PACKAGE_TARNAME@
248 PACKAGE_VERSION = @PACKAGE_VERSION@
249 PATH_SEPARATOR = @PATH_SEPARATOR@
250 PDFLATEX = @PDFLATEX@
251 PDFMANUAL = @PDFMANUAL@
252 PERL = @PERL@
253 PERL5 = @PERL5@
254 PROTOCOL_VERSION = @PROTOCOL_VERSION@
255 PS = @PS@
256 RANLIB = @RANLIB@
257 RM = @RM@
258 SAVE_ASFLAGS = @SAVE_ASFLAGS@
259 SAVE_CC = @SAVE_CC@
260 SAVE_CFLAGS = @SAVE_CFLAGS@
261 SAVE_CXX = @SAVE_CXX@
262 SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
263 SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
264 SAVE_LDFLAGS = @SAVE_LDFLAGS@
265 SED = @SED@
266 SET_MAKE = @SET_MAKE@
267 SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
268 SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
269 SHELL = @SHELL@
270 STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
271 STRIP = @STRIP@
272 SYSTEM_TYPE = @SYSTEM_TYPE@
273 TAR = @TAR@
274 TARGET_LINUX = @TARGET_LINUX@
275 TERMCAP_LIB = @TERMCAP_LIB@
276 TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
277 THREAD_LOBJECTS = @THREAD_LOBJECTS@
278 VERSION = @VERSION@
279 WRAPLIBS = @WRAPLIBS@
280 YACC = @YACC@
281 YACC_HEXT = @YACC_HEXT@
282 ZLIB_DEPS = @ZLIB_DEPS@
283 ZLIB_INCLUDES = @ZLIB_INCLUDES@
284 ZLIB_LIBS = @ZLIB_LIBS@
285 abs_builddir = @abs_builddir@
286 abs_srcdir = @abs_srcdir@
287 abs_top_builddir = @abs_top_builddir@
288 abs_top_srcdir = @abs_top_srcdir@
289 ac_ct_CC = @ac_ct_CC@
290 ac_ct_CXX = @ac_ct_CXX@
291 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
292 am__include = @am__include@
293 am__leading_dot = @am__leading_dot@
294 am__quote = @am__quote@
295 am__tar = @am__tar@
296 am__untar = @am__untar@
297 bindir = @bindir@
298 build = @build@
299 build_alias = @build_alias@
300 build_cpu = @build_cpu@
301 build_os = @build_os@
302 build_vendor = @build_vendor@
303 builddir = @builddir@
304 condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
305 condition_dependent_plugin_links = @condition_dependent_plugin_links@
306 condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
307 condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
308 datadir = @datadir@
309 datarootdir = @datarootdir@
310 docdir = @docdir@
311 docs_dirs = @docs_dirs@
312 dvidir = @dvidir@
313 exec_prefix = @exec_prefix@
314 extra_docs = @extra_docs@
315 host = @host@
316 host_alias = @host_alias@
317 host_cpu = @host_cpu@
318 host_os = @host_os@
319 host_vendor = @host_vendor@
320 htmldir = @htmldir@
321 includedir = @includedir@
322 infodir = @infodir@
323 innodb_system_libs = @innodb_system_libs@
324 install_sh = @install_sh@
325 libdir = @libdir@
326 libexecdir = @libexecdir@
327 libmysqld_dirs = @libmysqld_dirs@
328 localedir = @localedir@
329 localstatedir = @localstatedir@
330 lt_ECHO = @lt_ECHO@
331 man1_files = @man1_files@
332 man8_files = @man8_files@
333 man_dirs = @man_dirs@
334 mandir = @mandir@
335 mkdir_p = @mkdir_p@
336 mysql_pg_dirs = @mysql_pg_dirs@
337 mysql_pg_distdirs = @mysql_pg_distdirs@
338 mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
339 mysql_plugin_defs = @mysql_plugin_defs@
340 mysql_plugin_dirs = @mysql_plugin_dirs@
341 mysql_plugin_libs = @mysql_plugin_libs@
342 mysql_se_dirs = @mysql_se_dirs@
343 mysql_se_distdirs = @mysql_se_distdirs@
344 mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
345 ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
346 ndb_cxxflags_fix = @ndb_cxxflags_fix@
347 ndb_mgmclient_libs = @ndb_mgmclient_libs@
348 ndb_opt_subdirs = @ndb_opt_subdirs@
349 ndb_port = @ndb_port@
350 ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
351 ndbcluster_includes = @ndbcluster_includes@
352 ndbcluster_libs = @ndbcluster_libs@
353 ndbcluster_system_libs = @ndbcluster_system_libs@
354 netware_dir = @netware_dir@
355 oldincludedir = @oldincludedir@
356 openssl_includes = @openssl_includes@
357 openssl_libs = @openssl_libs@
358 pdfdir = @pdfdir@
359 plugin_archive_shared_target = @plugin_archive_shared_target@
360 plugin_archive_static_target = @plugin_archive_static_target@
361 plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
362 plugin_blackhole_static_target = @plugin_blackhole_static_target@
363 plugin_csv_shared_target = @plugin_csv_shared_target@
364 plugin_csv_static_target = @plugin_csv_static_target@
365 plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
366 plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
367 plugin_example_shared_target = @plugin_example_shared_target@
368 plugin_example_static_target = @plugin_example_static_target@
369 plugin_federated_shared_target = @plugin_federated_shared_target@
370 plugin_federated_static_target = @plugin_federated_static_target@
371 plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
372 plugin_ftexample_static_target = @plugin_ftexample_static_target@
373 plugin_heap_shared_target = @plugin_heap_shared_target@
374 plugin_heap_static_target = @plugin_heap_static_target@
375 plugin_innobase_shared_target = @plugin_innobase_shared_target@
376 plugin_innobase_static_target = @plugin_innobase_static_target@
377 plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
378 plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
379 plugin_myisam_shared_target = @plugin_myisam_shared_target@
380 plugin_myisam_static_target = @plugin_myisam_static_target@
381 plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
382 plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
383 plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
384 plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
385 plugin_partition_shared_target = @plugin_partition_shared_target@
386 plugin_partition_static_target = @plugin_partition_static_target@
387 prefix = @prefix@
388 program_transform_name = @program_transform_name@
389 psdir = @psdir@
390 readline_basedir = @readline_basedir@
391 readline_dir = @readline_dir@
392 readline_h_ln_cmd = @readline_h_ln_cmd@
393 readline_link = @readline_link@
394 readline_topdir = @readline_topdir@
395 sbindir = @sbindir@
396 server_scripts = @server_scripts@
397 sharedstatedir = @sharedstatedir@
398 sql_client_dirs = @sql_client_dirs@
399 sql_server = @sql_server@
400 sql_server_dirs = @sql_server_dirs@
401 sql_union_dirs = @sql_union_dirs@
402 srcdir = @srcdir@
403 sysconfdir = @sysconfdir@
404 target = @target@
405 target_alias = @target_alias@
406 target_cpu = @target_cpu@
407 target_os = @target_os@
408 target_vendor = @target_vendor@
409 tools_dirs = @tools_dirs@
410 top_build_prefix = @top_build_prefix@
411 top_builddir = @top_builddir@
412 top_srcdir = @top_srcdir@
413 uname_prog = @uname_prog@
414 yassl_dir = @yassl_dir@
415 yassl_h_ln_cmd = @yassl_h_ln_cmd@
416 yassl_libs = @yassl_libs@
417 yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
418 yassl_thread_cxxflags = @yassl_thread_cxxflags@
419 zlib_dir = @zlib_dir@
420 INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
421 pkglib_LTLIBRARIES = libz.la
422 noinst_LTLIBRARIES = libzlt.la
423 libz_la_LDFLAGS = -static
424 noinst_HEADERS = crc32.h deflate.h inffast.h inffixed.h inflate.h \
425 inftrees.h trees.h zconf.h zlib.h zutil.h
427 libz_la_SOURCES = adler32.c compress.c crc32.c deflate.c gzio.c \
428 infback.c inffast.c inflate.c inftrees.c trees.c \
429 uncompr.c zutil.c
431 libzlt_la_SOURCES = $(libz_la_SOURCES)
432 EXTRA_DIST = README FAQ INDEX ChangeLog algorithm.txt zlib.3 CMakeLists.txt
433 all: all-am
435 .SUFFIXES:
436 .SUFFIXES: .c .lo .o .obj
437 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
438 @for dep in $?; do \
439 case '$(am__configure_deps)' in \
440 *$$dep*) \
441 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
442 && { if test -f $@; then exit 0; else break; fi; }; \
443 exit 1;; \
444 esac; \
445 done; \
446 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu zlib/Makefile'; \
447 cd $(top_srcdir) && \
448 $(AUTOMAKE) --gnu zlib/Makefile
449 .PRECIOUS: Makefile
450 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
451 @case '$?' in \
452 *config.status*) \
453 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
454 *) \
455 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
456 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
457 esac;
459 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
460 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462 $(top_srcdir)/configure: $(am__configure_deps)
463 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
464 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
465 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467 clean-noinstLTLIBRARIES:
468 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
469 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
470 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
471 test "$$dir" != "$$p" || dir=.; \
472 echo "rm -f \"$${dir}/so_locations\""; \
473 rm -f "$${dir}/so_locations"; \
474 done
475 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
476 @$(NORMAL_INSTALL)
477 test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
478 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
479 if test -f $$p; then \
480 f=$(am__strip_dir) \
481 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
482 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
483 else :; fi; \
484 done
486 uninstall-pkglibLTLIBRARIES:
487 @$(NORMAL_UNINSTALL)
488 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
489 p=$(am__strip_dir) \
490 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
491 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
492 done
494 clean-pkglibLTLIBRARIES:
495 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
496 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
497 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
498 test "$$dir" != "$$p" || dir=.; \
499 echo "rm -f \"$${dir}/so_locations\""; \
500 rm -f "$${dir}/so_locations"; \
501 done
502 libz.la: $(libz_la_OBJECTS) $(libz_la_DEPENDENCIES)
503 $(libz_la_LINK) -rpath $(pkglibdir) $(libz_la_OBJECTS) $(libz_la_LIBADD) $(LIBS)
504 libzlt.la: $(libzlt_la_OBJECTS) $(libzlt_la_DEPENDENCIES)
505 $(LINK) $(libzlt_la_OBJECTS) $(libzlt_la_LIBADD) $(LIBS)
507 mostlyclean-compile:
508 -rm -f *.$(OBJEXT)
510 distclean-compile:
511 -rm -f *.tab.c
513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adler32.Plo@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Plo@am__quote@
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deflate.Plo@am__quote@
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzio.Plo@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infback.Plo@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inffast.Plo@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inflate.Plo@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inftrees.Plo@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trees.Plo@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uncompr.Plo@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zutil.Plo@am__quote@
526 .c.o:
527 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
528 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
529 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
530 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
531 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
533 .c.obj:
534 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
535 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
536 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
538 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
540 .c.lo:
541 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
542 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
543 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
547 mostlyclean-libtool:
548 -rm -f *.lo
550 clean-libtool:
551 -rm -rf .libs _libs
553 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
554 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
555 unique=`for i in $$list; do \
556 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557 done | \
558 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559 END { if (nonempty) { for (i in files) print i; }; }'`; \
560 mkid -fID $$unique
561 tags: TAGS
563 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
564 $(TAGS_FILES) $(LISP)
565 tags=; \
566 here=`pwd`; \
567 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
568 unique=`for i in $$list; do \
569 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570 done | \
571 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572 END { if (nonempty) { for (i in files) print i; }; }'`; \
573 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
574 test -n "$$unique" || unique=$$empty_fix; \
575 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576 $$tags $$unique; \
578 ctags: CTAGS
579 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
580 $(TAGS_FILES) $(LISP)
581 tags=; \
582 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
583 unique=`for i in $$list; do \
584 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
585 done | \
586 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
587 END { if (nonempty) { for (i in files) print i; }; }'`; \
588 test -z "$(CTAGS_ARGS)$$tags$$unique" \
589 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
590 $$tags $$unique
592 GTAGS:
593 here=`$(am__cd) $(top_builddir) && pwd` \
594 && cd $(top_srcdir) \
595 && gtags -i $(GTAGS_ARGS) $$here
597 distclean-tags:
598 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
600 distdir: $(DISTFILES)
601 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
602 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
603 list='$(DISTFILES)'; \
604 dist_files=`for file in $$list; do echo $$file; done | \
605 sed -e "s|^$$srcdirstrip/||;t" \
606 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
607 case $$dist_files in \
608 */*) $(MKDIR_P) `echo "$$dist_files" | \
609 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
610 sort -u` ;; \
611 esac; \
612 for file in $$dist_files; do \
613 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
614 if test -d $$d/$$file; then \
615 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
616 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
617 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
618 fi; \
619 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
620 else \
621 test -f $(distdir)/$$file \
622 || cp -p $$d/$$file $(distdir)/$$file \
623 || exit 1; \
624 fi; \
625 done
626 check-am: all-am
627 check: check-am
628 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
629 installdirs:
630 for dir in "$(DESTDIR)$(pkglibdir)"; do \
631 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
632 done
633 install: install-am
634 install-exec: install-exec-am
635 install-data: install-data-am
636 uninstall: uninstall-am
638 install-am: all-am
639 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
641 installcheck: installcheck-am
642 install-strip:
643 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
644 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
645 `test -z '$(STRIP)' || \
646 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
647 mostlyclean-generic:
649 clean-generic:
651 distclean-generic:
652 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
654 maintainer-clean-generic:
655 @echo "This command is intended for maintainers to use"
656 @echo "it deletes files that may require special tools to rebuild."
657 clean: clean-am
659 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
660 clean-pkglibLTLIBRARIES mostlyclean-am
662 distclean: distclean-am
663 -rm -rf ./$(DEPDIR)
664 -rm -f Makefile
665 distclean-am: clean-am distclean-compile distclean-generic \
666 distclean-tags
668 dvi: dvi-am
670 dvi-am:
672 html: html-am
674 info: info-am
676 info-am:
678 install-data-am:
680 install-dvi: install-dvi-am
682 install-exec-am: install-pkglibLTLIBRARIES
684 install-html: install-html-am
686 install-info: install-info-am
688 install-man:
690 install-pdf: install-pdf-am
692 install-ps: install-ps-am
694 installcheck-am:
696 maintainer-clean: maintainer-clean-am
697 -rm -rf ./$(DEPDIR)
698 -rm -f Makefile
699 maintainer-clean-am: distclean-am maintainer-clean-generic
701 mostlyclean: mostlyclean-am
703 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
704 mostlyclean-libtool
706 pdf: pdf-am
708 pdf-am:
710 ps: ps-am
712 ps-am:
714 uninstall-am: uninstall-pkglibLTLIBRARIES
716 .MAKE: install-am install-strip
718 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
719 clean-libtool clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
720 ctags distclean distclean-compile distclean-generic \
721 distclean-libtool distclean-tags distdir dvi dvi-am html \
722 html-am info info-am install install-am install-data \
723 install-data-am install-dvi install-dvi-am install-exec \
724 install-exec-am install-html install-html-am install-info \
725 install-info-am install-man install-pdf install-pdf-am \
726 install-pkglibLTLIBRARIES install-ps install-ps-am \
727 install-strip installcheck installcheck-am installdirs \
728 maintainer-clean maintainer-clean-generic mostlyclean \
729 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
730 pdf pdf-am ps ps-am tags uninstall uninstall-am \
731 uninstall-pkglibLTLIBRARIES
734 # Don't update the files from bitkeeper
735 %::SCCS/s.%
736 # Tell versions [3.59,3.63) of GNU make to not export all variables.
737 # Otherwise a system limit (for SysV at least) may be exceeded.
738 .NOEXPORT: