beta-0.89.2
[luatex.git] / source / libs / zlib / Makefile.in
blob60c4caec1749ed5d4afb7c26848a8588500a15dc
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 @build_TRUE@check_PROGRAMS = example$(EXEEXT) minigzip$(EXEEXT)
90 subdir = .
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
93 $(top_srcdir)/../../m4/kpse-largefile.m4 \
94 $(top_srcdir)/../../m4/kpse-visibility.m4 \
95 $(top_srcdir)/../../m4/kpse-warnings.m4 \
96 $(top_srcdir)/../../m4/kpse-win32.m4 $(top_srcdir)/version.ac \
97 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
101 $(am__configure_deps) $(am__dist_check_SCRIPTS_DIST) \
102 $(am__DIST_COMMON)
103 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
104 configure.lineno config.status.lineno
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = config.h
107 CONFIG_CLEAN_FILES =
108 CONFIG_CLEAN_VPATH_FILES =
109 LIBRARIES = $(noinst_LIBRARIES)
110 AR = ar
111 ARFLAGS = cru
112 AM_V_AR = $(am__v_AR_@AM_V@)
113 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
114 am__v_AR_0 = @echo " AR " $@;
115 am__v_AR_1 =
116 libz_a_AR = $(AR) $(ARFLAGS)
117 libz_a_LIBADD =
118 am__dirstamp = $(am__leading_dot)dirstamp
119 nodist_libz_a_OBJECTS = @ZLIB_TREE@/adler32.$(OBJEXT) \
120 @ZLIB_TREE@/compress.$(OBJEXT) @ZLIB_TREE@/crc32.$(OBJEXT) \
121 @ZLIB_TREE@/deflate.$(OBJEXT) @ZLIB_TREE@/infback.$(OBJEXT) \
122 @ZLIB_TREE@/gzclose.$(OBJEXT) @ZLIB_TREE@/gzlib.$(OBJEXT) \
123 @ZLIB_TREE@/gzread.$(OBJEXT) @ZLIB_TREE@/gzwrite.$(OBJEXT) \
124 @ZLIB_TREE@/inffast.$(OBJEXT) @ZLIB_TREE@/inflate.$(OBJEXT) \
125 @ZLIB_TREE@/inftrees.$(OBJEXT) @ZLIB_TREE@/trees.$(OBJEXT) \
126 @ZLIB_TREE@/uncompr.$(OBJEXT) @ZLIB_TREE@/zutil.$(OBJEXT)
127 libz_a_OBJECTS = $(nodist_libz_a_OBJECTS)
128 nodist_example_OBJECTS = @ZLIB_TREE@/test/example.$(OBJEXT)
129 example_OBJECTS = $(nodist_example_OBJECTS)
130 example_LDADD = $(LDADD)
131 example_DEPENDENCIES = libz.a
132 nodist_minigzip_OBJECTS = @ZLIB_TREE@/test/minigzip.$(OBJEXT)
133 minigzip_OBJECTS = $(nodist_minigzip_OBJECTS)
134 minigzip_LDADD = $(LDADD)
135 minigzip_DEPENDENCIES = libz.a
136 am__dist_check_SCRIPTS_DIST = zlib.test
137 AM_V_P = $(am__v_P_@AM_V@)
138 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139 am__v_P_0 = false
140 am__v_P_1 = :
141 AM_V_GEN = $(am__v_GEN_@AM_V@)
142 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
143 am__v_GEN_0 = @echo " GEN " $@;
144 am__v_GEN_1 =
145 AM_V_at = $(am__v_at_@AM_V@)
146 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
147 am__v_at_0 = @
148 am__v_at_1 =
149 DEFAULT_INCLUDES = -I.@am__isrc@
150 depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp
151 am__depfiles_maybe = depfiles
152 am__mv = mv -f
153 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
154 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
155 AM_V_CC = $(am__v_CC_@AM_V@)
156 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
157 am__v_CC_0 = @echo " CC " $@;
158 am__v_CC_1 =
159 CCLD = $(CC)
160 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
161 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
162 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
163 am__v_CCLD_0 = @echo " CCLD " $@;
164 am__v_CCLD_1 =
165 SOURCES = $(nodist_libz_a_SOURCES) $(nodist_example_SOURCES) \
166 $(nodist_minigzip_SOURCES)
167 DIST_SOURCES =
168 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
169 ctags-recursive dvi-recursive html-recursive info-recursive \
170 install-data-recursive install-dvi-recursive \
171 install-exec-recursive install-html-recursive \
172 install-info-recursive install-pdf-recursive \
173 install-ps-recursive install-recursive installcheck-recursive \
174 installdirs-recursive pdf-recursive ps-recursive \
175 tags-recursive uninstall-recursive
176 am__can_run_installinfo = \
177 case $$AM_UPDATE_INFO_DIR in \
178 n|no|NO) false;; \
179 *) (install-info --version) >/dev/null 2>&1;; \
180 esac
181 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
182 distclean-recursive maintainer-clean-recursive
183 am__recursive_targets = \
184 $(RECURSIVE_TARGETS) \
185 $(RECURSIVE_CLEAN_TARGETS) \
186 $(am__extra_recursive_targets)
187 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
188 cscope check recheck distdir dist dist-all distcheck
189 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
190 $(LISP)config.h.in
191 # Read a list of newline-separated strings from the standard input,
192 # and print each of them once, without duplicates. Input order is
193 # *not* preserved.
194 am__uniquify_input = $(AWK) '\
195 BEGIN { nonempty = 0; } \
196 { items[$$0] = 1; nonempty = 1; } \
197 END { if (nonempty) { for (i in items) print i; }; } \
199 # Make sure the list of sources is unique. This is necessary because,
200 # e.g., the same source file might be shared among _SOURCES variables
201 # for different programs/libraries.
202 am__define_uniq_tagged_files = \
203 list='$(am__tagged_files)'; \
204 unique=`for i in $$list; do \
205 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206 done | $(am__uniquify_input)`
207 ETAGS = etags
208 CTAGS = ctags
209 CSCOPE = cscope
210 am__tty_colors_dummy = \
211 mgn= red= grn= lgn= blu= brg= std=; \
212 am__color_tests=no
213 am__tty_colors = { \
214 $(am__tty_colors_dummy); \
215 if test "X$(AM_COLOR_TESTS)" = Xno; then \
216 am__color_tests=no; \
217 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
218 am__color_tests=yes; \
219 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
220 am__color_tests=yes; \
221 fi; \
222 if test $$am__color_tests = yes; then \
223 red='\e[0;31m'; \
224 grn='\e[0;32m'; \
225 lgn='\e[1;32m'; \
226 blu='\e[1;34m'; \
227 mgn='\e[0;35m'; \
228 brg='\e[1m'; \
229 std='\e[m'; \
230 fi; \
232 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
233 am__vpath_adj = case $$p in \
234 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
235 *) f=$$p;; \
236 esac;
237 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
238 am__install_max = 40
239 am__nobase_strip_setup = \
240 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
241 am__nobase_strip = \
242 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
243 am__nobase_list = $(am__nobase_strip_setup); \
244 for p in $$list; do echo "$$p $$p"; done | \
245 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
246 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
247 if (++n[$$2] == $(am__install_max)) \
248 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
249 END { for (dir in files) print dir, files[dir] }'
250 am__base_list = \
251 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
252 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
253 am__uninstall_files_from_dir = { \
254 test -z "$$files" \
255 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
256 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
257 $(am__cd) "$$dir" && rm -f $$files; }; \
259 am__recheck_rx = ^[ ]*:recheck:[ ]*
260 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
261 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
262 # A command that, given a newline-separated list of test names on the
263 # standard input, print the name of the tests that are to be re-run
264 # upon "make recheck".
265 am__list_recheck_tests = $(AWK) '{ \
266 recheck = 1; \
267 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
269 if (rc < 0) \
271 if ((getline line2 < ($$0 ".log")) < 0) \
272 recheck = 0; \
273 break; \
275 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
277 recheck = 0; \
278 break; \
280 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
282 break; \
284 }; \
285 if (recheck) \
286 print $$0; \
287 close ($$0 ".trs"); \
288 close ($$0 ".log"); \
290 # A command that, given a newline-separated list of test names on the
291 # standard input, create the global log from their .trs and .log files.
292 am__create_global_log = $(AWK) ' \
293 function fatal(msg) \
295 print "fatal: making $@: " msg | "cat >&2"; \
296 exit 1; \
298 function rst_section(header) \
300 print header; \
301 len = length(header); \
302 for (i = 1; i <= len; i = i + 1) \
303 printf "="; \
304 printf "\n\n"; \
307 copy_in_global_log = 1; \
308 global_test_result = "RUN"; \
309 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
311 if (rc < 0) \
312 fatal("failed to read from " $$0 ".trs"); \
313 if (line ~ /$(am__global_test_result_rx)/) \
315 sub("$(am__global_test_result_rx)", "", line); \
316 sub("[ ]*$$", "", line); \
317 global_test_result = line; \
319 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
320 copy_in_global_log = 0; \
321 }; \
322 if (copy_in_global_log) \
324 rst_section(global_test_result ": " $$0); \
325 while ((rc = (getline line < ($$0 ".log"))) != 0) \
327 if (rc < 0) \
328 fatal("failed to read from " $$0 ".log"); \
329 print line; \
330 }; \
331 printf "\n"; \
332 }; \
333 close ($$0 ".trs"); \
334 close ($$0 ".log"); \
336 # Restructured Text title.
337 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
338 # Solaris 10 'make', and several other traditional 'make' implementations,
339 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
340 # by disabling -e (using the XSI extension "set +e") if it's set.
341 am__sh_e_setup = case $$- in *e*) set +e;; esac
342 # Default flags passed to test drivers.
343 am__common_driver_flags = \
344 --color-tests "$$am__color_tests" \
345 --enable-hard-errors "$$am__enable_hard_errors" \
346 --expect-failure "$$am__expect_failure"
347 # To be inserted before the command running the test. Creates the
348 # directory for the log if needed. Stores in $dir the directory
349 # containing $f, in $tst the test, in $log the log. Executes the
350 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
351 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
352 # will run the test scripts (or their associated LOG_COMPILER, if
353 # thy have one).
354 am__check_pre = \
355 $(am__sh_e_setup); \
356 $(am__vpath_adj_setup) $(am__vpath_adj) \
357 $(am__tty_colors); \
358 srcdir=$(srcdir); export srcdir; \
359 case "$@" in \
360 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
361 *) am__odir=.;; \
362 esac; \
363 test "x$$am__odir" = x"." || test -d "$$am__odir" \
364 || $(MKDIR_P) "$$am__odir" || exit $$?; \
365 if test -f "./$$f"; then dir=./; \
366 elif test -f "$$f"; then dir=; \
367 else dir="$(srcdir)/"; fi; \
368 tst=$$dir$$f; log='$@'; \
369 if test -n '$(DISABLE_HARD_ERRORS)'; then \
370 am__enable_hard_errors=no; \
371 else \
372 am__enable_hard_errors=yes; \
373 fi; \
374 case " $(XFAIL_TESTS) " in \
375 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
376 am__expect_failure=yes;; \
377 *) \
378 am__expect_failure=no;; \
379 esac; \
380 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
381 # A shell command to get the names of the tests scripts with any registered
382 # extension removed (i.e., equivalently, the names of the test logs, with
383 # the '.log' extension removed). The result is saved in the shell variable
384 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
385 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
386 # since that might cause problem with VPATH rewrites for suffix-less tests.
387 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
388 am__set_TESTS_bases = \
389 bases='$(TEST_LOGS)'; \
390 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
391 bases=`echo $$bases`
392 RECHECK_LOGS = $(TEST_LOGS)
393 TEST_SUITE_LOG = test-suite.log
394 TEST_EXTENSIONS = @EXEEXT@ .test
395 am__test_logs1 = $(TESTS:=.log)
396 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
397 TEST_LOGS = $(am__test_logs2:.test.log=.log)
398 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/../../build-aux/test-driver
399 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
400 $(TEST_LOG_FLAGS)
401 am__set_b = \
402 case '$@' in \
403 */*) \
404 case '$*' in \
405 */*) b='$*';; \
406 *) b=`echo '$@' | sed 's/\.log$$//'`; \
407 esac;; \
408 *) \
409 b='$*';; \
410 esac
411 DIST_SUBDIRS = $(SUBDIRS)
412 am__DIST_COMMON = $(srcdir)/../../am/dist_hook.am \
413 $(srcdir)/../../am/rebuild.am $(srcdir)/Makefile.in \
414 $(srcdir)/config.h.in $(top_srcdir)/../../build-aux/compile \
415 $(top_srcdir)/../../build-aux/depcomp \
416 $(top_srcdir)/../../build-aux/install-sh \
417 $(top_srcdir)/../../build-aux/missing \
418 $(top_srcdir)/../../build-aux/test-driver \
419 ../../build-aux/compile ../../build-aux/config.guess \
420 ../../build-aux/config.sub ../../build-aux/depcomp \
421 ../../build-aux/install-sh ../../build-aux/ltmain.sh \
422 ../../build-aux/missing ../../build-aux/texinfo.tex \
423 ../../build-aux/ylwrap ChangeLog README
424 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
425 distdir = $(PACKAGE)-$(VERSION)
426 top_distdir = $(distdir)
427 am__remove_distdir = \
428 if test -d "$(distdir)"; then \
429 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
430 && rm -rf "$(distdir)" \
431 || { sleep 5 && rm -rf "$(distdir)"; }; \
432 else :; fi
433 am__post_remove_distdir = $(am__remove_distdir)
434 am__relativize = \
435 dir0=`pwd`; \
436 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
437 sed_rest='s,^[^/]*/*,,'; \
438 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
439 sed_butlast='s,/*[^/]*$$,,'; \
440 while test -n "$$dir1"; do \
441 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
442 if test "$$first" != "."; then \
443 if test "$$first" = ".."; then \
444 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
445 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
446 else \
447 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
448 if test "$$first2" = "$$first"; then \
449 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
450 else \
451 dir2="../$$dir2"; \
452 fi; \
453 dir0="$$dir0"/"$$first"; \
454 fi; \
455 fi; \
456 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
457 done; \
458 reldir="$$dir2"
459 DIST_ARCHIVES = $(distdir).tar.gz
460 GZIP_ENV = --best
461 DIST_TARGETS = dist-gzip
462 distuninstallcheck_listfiles = find . -type f -print
463 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
464 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
465 distcleancheck_listfiles = find . -type f -print
466 ACLOCAL = @ACLOCAL@
467 AMTAR = @AMTAR@
468 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
469 AUTOCONF = @AUTOCONF@
470 AUTOHEADER = @AUTOHEADER@
471 AUTOMAKE = @AUTOMAKE@
472 AWK = @AWK@
473 CC = @CC@
474 CCDEPMODE = @CCDEPMODE@
475 CFLAGS = @CFLAGS@
476 CPP = @CPP@
477 CPPFLAGS = @CPPFLAGS@
478 CYGPATH_W = @CYGPATH_W@
479 DEFS = @DEFS@
480 DEPDIR = @DEPDIR@
481 ECHO_C = @ECHO_C@
482 ECHO_N = @ECHO_N@
483 ECHO_T = @ECHO_T@
484 EGREP = @EGREP@
485 EXEEXT = @EXEEXT@
486 GREP = @GREP@
487 INSTALL = @INSTALL@
488 INSTALL_DATA = @INSTALL_DATA@
489 INSTALL_PROGRAM = @INSTALL_PROGRAM@
490 INSTALL_SCRIPT = @INSTALL_SCRIPT@
491 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
492 LDFLAGS = @LDFLAGS@
493 LIBOBJS = @LIBOBJS@
494 LIBS = @LIBS@
495 LN_S = @LN_S@
496 LTLIBOBJS = @LTLIBOBJS@
497 MAINT = @MAINT@
498 MAKEINFO = @MAKEINFO@
499 MKDIR_P = @MKDIR_P@
500 OBJEXT = @OBJEXT@
501 PACKAGE = @PACKAGE@
502 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
503 PACKAGE_NAME = @PACKAGE_NAME@
504 PACKAGE_STRING = @PACKAGE_STRING@
505 PACKAGE_TARNAME = @PACKAGE_TARNAME@
506 PACKAGE_URL = @PACKAGE_URL@
507 PACKAGE_VERSION = @PACKAGE_VERSION@
508 PATH_SEPARATOR = @PATH_SEPARATOR@
509 RANLIB = @RANLIB@
510 SET_MAKE = @SET_MAKE@
511 SHELL = @SHELL@
512 STRIP = @STRIP@
513 VERSION = @VERSION@
514 VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
515 WARNING_CFLAGS = @WARNING_CFLAGS@
516 ZLIB_DEFINES = @ZLIB_DEFINES@
517 ZLIB_TREE = @ZLIB_TREE@
518 abs_builddir = @abs_builddir@
519 abs_srcdir = @abs_srcdir@
520 abs_top_builddir = @abs_top_builddir@
521 abs_top_srcdir = @abs_top_srcdir@
522 ac_ct_CC = @ac_ct_CC@
523 am__include = @am__include@
524 am__leading_dot = @am__leading_dot@
525 am__quote = @am__quote@
526 am__tar = @am__tar@
527 am__untar = @am__untar@
528 bindir = @bindir@
529 build_alias = @build_alias@
530 builddir = @builddir@
531 datadir = @datadir@
532 datarootdir = @datarootdir@
533 docdir = @docdir@
534 dvidir = @dvidir@
535 exec_prefix = @exec_prefix@
536 host_alias = @host_alias@
537 htmldir = @htmldir@
538 includedir = @includedir@
539 infodir = @infodir@
540 install_sh = @install_sh@
541 libdir = @libdir@
542 libexecdir = @libexecdir@
543 localedir = @localedir@
544 localstatedir = @localstatedir@
545 mandir = @mandir@
546 mkdir_p = @mkdir_p@
547 oldincludedir = @oldincludedir@
548 pdfdir = @pdfdir@
549 prefix = @prefix@
550 program_transform_name = @program_transform_name@
551 psdir = @psdir@
552 sbindir = @sbindir@
553 sharedstatedir = @sharedstatedir@
554 srcdir = @srcdir@
555 sysconfdir = @sysconfdir@
556 target_alias = @target_alias@
557 top_build_prefix = @top_build_prefix@
558 top_builddir = @top_builddir@
559 top_srcdir = @top_srcdir@
560 EXTRA_DIST = $(ZLIB_TREE) zlib-PATCHES
561 NEVER_DIST = `find . $(NEVER_NAMES)`
563 # Files not to be distributed
564 NEVER_NAMES = -name .svn $(NEVER_NAMES_SUB)
565 NEVER_NAMES_SUB = -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)'
566 NEVER_NAMES_LT = -o -name .libs -o -name '*.lo'
567 SUBDIRS = . include
568 AM_CPPFLAGS = -I$(top_srcdir)/$(ZLIB_TREE) $(ZLIB_DEFINES)
569 AM_CFLAGS = $(VISIBILITY_CFLAGS) # $(WARNING_CFLAGS)
570 noinst_LIBRARIES = libz.a
571 nodist_libz_a_SOURCES = \
572 @ZLIB_TREE@/adler32.c \
573 @ZLIB_TREE@/compress.c \
574 @ZLIB_TREE@/crc32.c \
575 @ZLIB_TREE@/crc32.h \
576 @ZLIB_TREE@/deflate.c \
577 @ZLIB_TREE@/deflate.h \
578 @ZLIB_TREE@/infback.c \
579 @ZLIB_TREE@/gzclose.c \
580 @ZLIB_TREE@/gzguts.h \
581 @ZLIB_TREE@/gzlib.c \
582 @ZLIB_TREE@/gzread.c \
583 @ZLIB_TREE@/gzwrite.c \
584 @ZLIB_TREE@/inffast.c \
585 @ZLIB_TREE@/inffast.h \
586 @ZLIB_TREE@/inffixed.h \
587 @ZLIB_TREE@/inflate.c \
588 @ZLIB_TREE@/inflate.h \
589 @ZLIB_TREE@/inftrees.c \
590 @ZLIB_TREE@/inftrees.h \
591 @ZLIB_TREE@/trees.c \
592 @ZLIB_TREE@/trees.h \
593 @ZLIB_TREE@/uncompr.c \
594 @ZLIB_TREE@/zutil.h \
595 @ZLIB_TREE@/zutil.c
597 @build_TRUE@dist_check_SCRIPTS = zlib.test
598 @build_TRUE@TESTS = zlib.test
599 CLEANFILES = foo.gz foo_gz rebuild.stamp
600 LDADD = libz.a
601 nodist_example_SOURCES = @ZLIB_TREE@/test/example.c
602 nodist_minigzip_SOURCES = @ZLIB_TREE@/test/minigzip.c
603 DISTCLEANFILES = zconf.h
605 # Rebuild
606 rebuild_prereq =
607 rebuild_target = all
608 all: config.h
609 $(MAKE) $(AM_MAKEFLAGS) all-recursive
611 .SUFFIXES:
612 .SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
613 am--refresh: Makefile
615 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../am/dist_hook.am $(srcdir)/../../am/rebuild.am $(am__configure_deps)
616 @for dep in $?; do \
617 case '$(am__configure_deps)' in \
618 *$$dep*) \
619 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
620 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
621 && exit 0; \
622 exit 1;; \
623 esac; \
624 done; \
625 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
626 $(am__cd) $(top_srcdir) && \
627 $(AUTOMAKE) --foreign Makefile
628 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
629 @case '$?' in \
630 *config.status*) \
631 echo ' $(SHELL) ./config.status'; \
632 $(SHELL) ./config.status;; \
633 *) \
634 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
635 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
636 esac;
637 $(srcdir)/../../am/dist_hook.am $(srcdir)/../../am/rebuild.am $(am__empty):
639 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
640 $(SHELL) ./config.status --recheck
642 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
643 $(am__cd) $(srcdir) && $(AUTOCONF)
644 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
645 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
646 $(am__aclocal_m4_deps):
648 config.h: stamp-h1
649 @test -f $@ || rm -f stamp-h1
650 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
652 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
653 @rm -f stamp-h1
654 cd $(top_builddir) && $(SHELL) ./config.status config.h
655 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
656 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
657 rm -f stamp-h1
658 touch $@
660 distclean-hdr:
661 -rm -f config.h stamp-h1
663 clean-noinstLIBRARIES:
664 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
665 @ZLIB_TREE@/$(am__dirstamp):
666 @$(MKDIR_P) @ZLIB_TREE@
667 @: > @ZLIB_TREE@/$(am__dirstamp)
668 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp):
669 @$(MKDIR_P) @ZLIB_TREE@/$(DEPDIR)
670 @: > @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
671 @ZLIB_TREE@/adler32.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
672 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
673 @ZLIB_TREE@/compress.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
674 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
675 @ZLIB_TREE@/crc32.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
676 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
677 @ZLIB_TREE@/deflate.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
678 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
679 @ZLIB_TREE@/infback.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
680 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
681 @ZLIB_TREE@/gzclose.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
682 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
683 @ZLIB_TREE@/gzlib.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
684 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
685 @ZLIB_TREE@/gzread.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
686 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
687 @ZLIB_TREE@/gzwrite.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
688 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
689 @ZLIB_TREE@/inffast.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
690 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
691 @ZLIB_TREE@/inflate.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
692 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
693 @ZLIB_TREE@/inftrees.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
694 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
695 @ZLIB_TREE@/trees.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
696 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
697 @ZLIB_TREE@/uncompr.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
698 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
699 @ZLIB_TREE@/zutil.$(OBJEXT): @ZLIB_TREE@/$(am__dirstamp) \
700 @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
702 libz.a: $(libz_a_OBJECTS) $(libz_a_DEPENDENCIES) $(EXTRA_libz_a_DEPENDENCIES)
703 $(AM_V_at)-rm -f libz.a
704 $(AM_V_AR)$(libz_a_AR) libz.a $(libz_a_OBJECTS) $(libz_a_LIBADD)
705 $(AM_V_at)$(RANLIB) libz.a
707 clean-checkPROGRAMS:
708 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
709 @ZLIB_TREE@/test/$(am__dirstamp):
710 @$(MKDIR_P) @ZLIB_TREE@/test
711 @: > @ZLIB_TREE@/test/$(am__dirstamp)
712 @ZLIB_TREE@/test/$(DEPDIR)/$(am__dirstamp):
713 @$(MKDIR_P) @ZLIB_TREE@/test/$(DEPDIR)
714 @: > @ZLIB_TREE@/test/$(DEPDIR)/$(am__dirstamp)
715 @ZLIB_TREE@/test/example.$(OBJEXT): @ZLIB_TREE@/test/$(am__dirstamp) \
716 @ZLIB_TREE@/test/$(DEPDIR)/$(am__dirstamp)
718 example$(EXEEXT): $(example_OBJECTS) $(example_DEPENDENCIES) $(EXTRA_example_DEPENDENCIES)
719 @rm -f example$(EXEEXT)
720 $(AM_V_CCLD)$(LINK) $(example_OBJECTS) $(example_LDADD) $(LIBS)
721 @ZLIB_TREE@/test/minigzip.$(OBJEXT): @ZLIB_TREE@/test/$(am__dirstamp) \
722 @ZLIB_TREE@/test/$(DEPDIR)/$(am__dirstamp)
724 minigzip$(EXEEXT): $(minigzip_OBJECTS) $(minigzip_DEPENDENCIES) $(EXTRA_minigzip_DEPENDENCIES)
725 @rm -f minigzip$(EXEEXT)
726 $(AM_V_CCLD)$(LINK) $(minigzip_OBJECTS) $(minigzip_LDADD) $(LIBS)
728 mostlyclean-compile:
729 -rm -f *.$(OBJEXT)
730 -rm -f @ZLIB_TREE@/*.$(OBJEXT)
731 -rm -f @ZLIB_TREE@/test/*.$(OBJEXT)
733 distclean-compile:
734 -rm -f *.tab.c
736 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/adler32.Po@am__quote@
737 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/compress.Po@am__quote@
738 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/crc32.Po@am__quote@
739 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/deflate.Po@am__quote@
740 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/gzclose.Po@am__quote@
741 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/gzlib.Po@am__quote@
742 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/gzread.Po@am__quote@
743 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/gzwrite.Po@am__quote@
744 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/infback.Po@am__quote@
745 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/inffast.Po@am__quote@
746 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/inflate.Po@am__quote@
747 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/inftrees.Po@am__quote@
748 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/trees.Po@am__quote@
749 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/uncompr.Po@am__quote@
750 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/$(DEPDIR)/zutil.Po@am__quote@
751 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/test/$(DEPDIR)/example.Po@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@@ZLIB_TREE@/test/$(DEPDIR)/minigzip.Po@am__quote@
754 .c.o:
755 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
756 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
757 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
759 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
760 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
762 .c.obj:
763 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
764 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
765 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
766 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
767 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
768 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
770 # This directory's subdirectories are mostly independent; you can cd
771 # into them and run 'make' without going through this Makefile.
772 # To change the values of 'make' variables: instead of editing Makefiles,
773 # (1) if the variable is set in 'config.status', edit 'config.status'
774 # (which will cause the Makefiles to be regenerated when you run 'make');
775 # (2) otherwise, pass the desired values on the 'make' command line.
776 $(am__recursive_targets):
777 @fail=; \
778 if $(am__make_keepgoing); then \
779 failcom='fail=yes'; \
780 else \
781 failcom='exit 1'; \
782 fi; \
783 dot_seen=no; \
784 target=`echo $@ | sed s/-recursive//`; \
785 case "$@" in \
786 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
787 *) list='$(SUBDIRS)' ;; \
788 esac; \
789 for subdir in $$list; do \
790 echo "Making $$target in $$subdir"; \
791 if test "$$subdir" = "."; then \
792 dot_seen=yes; \
793 local_target="$$target-am"; \
794 else \
795 local_target="$$target"; \
796 fi; \
797 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
798 || eval $$failcom; \
799 done; \
800 if test "$$dot_seen" = "no"; then \
801 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
802 fi; test -z "$$fail"
804 ID: $(am__tagged_files)
805 $(am__define_uniq_tagged_files); mkid -fID $$unique
806 tags: tags-recursive
807 TAGS: tags
809 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
810 set x; \
811 here=`pwd`; \
812 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
813 include_option=--etags-include; \
814 empty_fix=.; \
815 else \
816 include_option=--include; \
817 empty_fix=; \
818 fi; \
819 list='$(SUBDIRS)'; for subdir in $$list; do \
820 if test "$$subdir" = .; then :; else \
821 test ! -f $$subdir/TAGS || \
822 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
823 fi; \
824 done; \
825 $(am__define_uniq_tagged_files); \
826 shift; \
827 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
828 test -n "$$unique" || unique=$$empty_fix; \
829 if test $$# -gt 0; then \
830 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
831 "$$@" $$unique; \
832 else \
833 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
834 $$unique; \
835 fi; \
837 ctags: ctags-recursive
839 CTAGS: ctags
840 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
841 $(am__define_uniq_tagged_files); \
842 test -z "$(CTAGS_ARGS)$$unique" \
843 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
844 $$unique
846 GTAGS:
847 here=`$(am__cd) $(top_builddir) && pwd` \
848 && $(am__cd) $(top_srcdir) \
849 && gtags -i $(GTAGS_ARGS) "$$here"
850 cscope: cscope.files
851 test ! -s cscope.files \
852 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
853 clean-cscope:
854 -rm -f cscope.files
855 cscope.files: clean-cscope cscopelist
856 cscopelist: cscopelist-recursive
858 cscopelist-am: $(am__tagged_files)
859 list='$(am__tagged_files)'; \
860 case "$(srcdir)" in \
861 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
862 *) sdir=$(subdir)/$(srcdir) ;; \
863 esac; \
864 for i in $$list; do \
865 if test -f "$$i"; then \
866 echo "$(subdir)/$$i"; \
867 else \
868 echo "$$sdir/$$i"; \
869 fi; \
870 done >> $(top_builddir)/cscope.files
872 distclean-tags:
873 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
874 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
876 # Recover from deleted '.trs' file; this should ensure that
877 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
878 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
879 # to avoid problems with "make -n".
880 .log.trs:
881 rm -f $< $@
882 $(MAKE) $(AM_MAKEFLAGS) $<
884 # Leading 'am--fnord' is there to ensure the list of targets does not
885 # expand to empty, as could happen e.g. with make check TESTS=''.
886 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
887 am--force-recheck:
890 $(TEST_SUITE_LOG): $(TEST_LOGS)
891 @$(am__set_TESTS_bases); \
892 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
893 redo_bases=`for i in $$bases; do \
894 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
895 done`; \
896 if test -n "$$redo_bases"; then \
897 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
898 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
899 if $(am__make_dryrun); then :; else \
900 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
901 fi; \
902 fi; \
903 if test -n "$$am__remaking_logs"; then \
904 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
905 "recursion detected" >&2; \
906 elif test -n "$$redo_logs"; then \
907 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
908 fi; \
909 if $(am__make_dryrun); then :; else \
910 st=0; \
911 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
912 for i in $$redo_bases; do \
913 test -f $$i.trs && test -r $$i.trs \
914 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
915 test -f $$i.log && test -r $$i.log \
916 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
917 done; \
918 test $$st -eq 0 || exit 1; \
920 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
921 ws='[ ]'; \
922 results=`for b in $$bases; do echo $$b.trs; done`; \
923 test -n "$$results" || results=/dev/null; \
924 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
925 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
926 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
927 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
928 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
929 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
930 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
931 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
932 success=true; \
933 else \
934 success=false; \
935 fi; \
936 br='==================='; br=$$br$$br$$br$$br; \
937 result_count () \
939 if test x"$$1" = x"--maybe-color"; then \
940 maybe_colorize=yes; \
941 elif test x"$$1" = x"--no-color"; then \
942 maybe_colorize=no; \
943 else \
944 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
945 fi; \
946 shift; \
947 desc=$$1 count=$$2; \
948 if test $$maybe_colorize = yes && test $$count -gt 0; then \
949 color_start=$$3 color_end=$$std; \
950 else \
951 color_start= color_end=; \
952 fi; \
953 echo "$${color_start}# $$desc $$count$${color_end}"; \
954 }; \
955 create_testsuite_report () \
957 result_count $$1 "TOTAL:" $$all "$$brg"; \
958 result_count $$1 "PASS: " $$pass "$$grn"; \
959 result_count $$1 "SKIP: " $$skip "$$blu"; \
960 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
961 result_count $$1 "FAIL: " $$fail "$$red"; \
962 result_count $$1 "XPASS:" $$xpass "$$red"; \
963 result_count $$1 "ERROR:" $$error "$$mgn"; \
964 }; \
966 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
967 $(am__rst_title); \
968 create_testsuite_report --no-color; \
969 echo; \
970 echo ".. contents:: :depth: 2"; \
971 echo; \
972 for b in $$bases; do echo $$b; done \
973 | $(am__create_global_log); \
974 } >$(TEST_SUITE_LOG).tmp || exit 1; \
975 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
976 if $$success; then \
977 col="$$grn"; \
978 else \
979 col="$$red"; \
980 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
981 fi; \
982 echo "$${col}$$br$${std}"; \
983 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
984 echo "$${col}$$br$${std}"; \
985 create_testsuite_report --maybe-color; \
986 echo "$$col$$br$$std"; \
987 if $$success; then :; else \
988 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
989 if test -n "$(PACKAGE_BUGREPORT)"; then \
990 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
991 fi; \
992 echo "$$col$$br$$std"; \
993 fi; \
994 $$success || exit 1
996 check-TESTS:
997 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
998 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
999 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1000 @set +e; $(am__set_TESTS_bases); \
1001 log_list=`for i in $$bases; do echo $$i.log; done`; \
1002 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1003 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1004 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1005 exit $$?;
1006 recheck: all $(check_PROGRAMS) $(dist_check_SCRIPTS)
1007 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1008 @set +e; $(am__set_TESTS_bases); \
1009 bases=`for i in $$bases; do echo $$i; done \
1010 | $(am__list_recheck_tests)` || exit 1; \
1011 log_list=`for i in $$bases; do echo $$i.log; done`; \
1012 log_list=`echo $$log_list`; \
1013 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1014 am__force_recheck=am--force-recheck \
1015 TEST_LOGS="$$log_list"; \
1016 exit $$?
1017 .test.log:
1018 @p='$<'; \
1019 $(am__set_b); \
1020 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1021 --log-file $$b.log --trs-file $$b.trs \
1022 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1023 "$$tst" $(AM_TESTS_FD_REDIRECT)
1024 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1025 @am__EXEEXT_TRUE@ @p='$<'; \
1026 @am__EXEEXT_TRUE@ $(am__set_b); \
1027 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1028 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1029 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1030 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
1032 distdir: $(DISTFILES)
1033 $(am__remove_distdir)
1034 test -d "$(distdir)" || mkdir "$(distdir)"
1035 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1036 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1037 list='$(DISTFILES)'; \
1038 dist_files=`for file in $$list; do echo $$file; done | \
1039 sed -e "s|^$$srcdirstrip/||;t" \
1040 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1041 case $$dist_files in \
1042 */*) $(MKDIR_P) `echo "$$dist_files" | \
1043 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1044 sort -u` ;; \
1045 esac; \
1046 for file in $$dist_files; do \
1047 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1048 if test -d $$d/$$file; then \
1049 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1050 if test -d "$(distdir)/$$file"; then \
1051 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1052 fi; \
1053 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1054 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1055 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1056 fi; \
1057 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1058 else \
1059 test -f "$(distdir)/$$file" \
1060 || cp -p $$d/$$file "$(distdir)/$$file" \
1061 || exit 1; \
1062 fi; \
1063 done
1064 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1065 if test "$$subdir" = .; then :; else \
1066 $(am__make_dryrun) \
1067 || test -d "$(distdir)/$$subdir" \
1068 || $(MKDIR_P) "$(distdir)/$$subdir" \
1069 || exit 1; \
1070 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1071 $(am__relativize); \
1072 new_distdir=$$reldir; \
1073 dir1=$$subdir; dir2="$(top_distdir)"; \
1074 $(am__relativize); \
1075 new_top_distdir=$$reldir; \
1076 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1077 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1078 ($(am__cd) $$subdir && \
1079 $(MAKE) $(AM_MAKEFLAGS) \
1080 top_distdir="$$new_top_distdir" \
1081 distdir="$$new_distdir" \
1082 am__remove_distdir=: \
1083 am__skip_length_check=: \
1084 am__skip_mode_fix=: \
1085 distdir) \
1086 || exit 1; \
1087 fi; \
1088 done
1089 $(MAKE) $(AM_MAKEFLAGS) \
1090 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1091 dist-hook
1092 -test -n "$(am__skip_mode_fix)" \
1093 || find "$(distdir)" -type d ! -perm -755 \
1094 -exec chmod u+rwx,go+rx {} \; -o \
1095 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1096 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1097 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1098 || chmod -R a+r "$(distdir)"
1099 dist-gzip: distdir
1100 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1101 $(am__post_remove_distdir)
1103 dist-bzip2: distdir
1104 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1105 $(am__post_remove_distdir)
1107 dist-lzip: distdir
1108 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1109 $(am__post_remove_distdir)
1111 dist-xz: distdir
1112 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1113 $(am__post_remove_distdir)
1115 dist-tarZ: distdir
1116 @echo WARNING: "Support for distribution archives compressed with" \
1117 "legacy program 'compress' is deprecated." >&2
1118 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1119 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1120 $(am__post_remove_distdir)
1122 dist-shar: distdir
1123 @echo WARNING: "Support for shar distribution archives is" \
1124 "deprecated." >&2
1125 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1126 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1127 $(am__post_remove_distdir)
1129 dist-zip: distdir
1130 -rm -f $(distdir).zip
1131 zip -rq $(distdir).zip $(distdir)
1132 $(am__post_remove_distdir)
1134 dist dist-all:
1135 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1136 $(am__post_remove_distdir)
1138 # This target untars the dist file and tries a VPATH configuration. Then
1139 # it guarantees that the distribution is self-contained by making another
1140 # tarfile.
1141 distcheck: dist
1142 case '$(DIST_ARCHIVES)' in \
1143 *.tar.gz*) \
1144 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1145 *.tar.bz2*) \
1146 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1147 *.tar.lz*) \
1148 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1149 *.tar.xz*) \
1150 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1151 *.tar.Z*) \
1152 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1153 *.shar.gz*) \
1154 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1155 *.zip*) \
1156 unzip $(distdir).zip ;;\
1157 esac
1158 chmod -R a-w $(distdir)
1159 chmod u+w $(distdir)
1160 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1161 chmod a-w $(distdir)
1162 test -d $(distdir)/_build || exit 0; \
1163 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1164 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1165 && am__cwd=`pwd` \
1166 && $(am__cd) $(distdir)/_build/sub \
1167 && ../../configure \
1168 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1169 $(DISTCHECK_CONFIGURE_FLAGS) \
1170 --srcdir=../.. --prefix="$$dc_install_base" \
1171 && $(MAKE) $(AM_MAKEFLAGS) \
1172 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1173 && $(MAKE) $(AM_MAKEFLAGS) check \
1174 && $(MAKE) $(AM_MAKEFLAGS) install \
1175 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1176 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1177 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1178 distuninstallcheck \
1179 && chmod -R a-w "$$dc_install_base" \
1180 && ({ \
1181 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1182 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1183 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1184 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1185 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1186 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1187 && rm -rf "$$dc_destdir" \
1188 && $(MAKE) $(AM_MAKEFLAGS) dist \
1189 && rm -rf $(DIST_ARCHIVES) \
1190 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1191 && cd "$$am__cwd" \
1192 || exit 1
1193 $(am__post_remove_distdir)
1194 @(echo "$(distdir) archives ready for distribution: "; \
1195 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1196 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1197 distuninstallcheck:
1198 @test -n '$(distuninstallcheck_dir)' || { \
1199 echo 'ERROR: trying to run $@ with an empty' \
1200 '$$(distuninstallcheck_dir)' >&2; \
1201 exit 1; \
1202 }; \
1203 $(am__cd) '$(distuninstallcheck_dir)' || { \
1204 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1205 exit 1; \
1206 }; \
1207 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1208 || { echo "ERROR: files left after uninstall:" ; \
1209 if test -n "$(DESTDIR)"; then \
1210 echo " (check DESTDIR support)"; \
1211 fi ; \
1212 $(distuninstallcheck_listfiles) ; \
1213 exit 1; } >&2
1214 distcleancheck: distclean
1215 @if test '$(srcdir)' = . ; then \
1216 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1217 exit 1 ; \
1219 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1220 || { echo "ERROR: files left in build directory after distclean:" ; \
1221 $(distcleancheck_listfiles) ; \
1222 exit 1; } >&2
1223 check-am: all-am
1224 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) \
1225 $(dist_check_SCRIPTS)
1226 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1227 check: check-recursive
1228 all-am: Makefile $(LIBRARIES) config.h
1229 installdirs: installdirs-recursive
1230 installdirs-am:
1231 install: install-recursive
1232 install-exec: install-exec-recursive
1233 install-data: install-data-recursive
1234 uninstall: uninstall-recursive
1236 install-am: all-am
1237 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1239 installcheck: installcheck-recursive
1240 install-strip:
1241 if test -z '$(STRIP)'; then \
1242 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1243 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1244 install; \
1245 else \
1246 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1247 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1248 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1250 mostlyclean-generic:
1251 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1252 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1253 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1255 clean-generic:
1256 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1258 distclean-generic:
1259 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1260 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1261 -rm -f @ZLIB_TREE@/$(DEPDIR)/$(am__dirstamp)
1262 -rm -f @ZLIB_TREE@/$(am__dirstamp)
1263 -rm -f @ZLIB_TREE@/test/$(DEPDIR)/$(am__dirstamp)
1264 -rm -f @ZLIB_TREE@/test/$(am__dirstamp)
1265 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1267 maintainer-clean-generic:
1268 @echo "This command is intended for maintainers to use"
1269 @echo "it deletes files that may require special tools to rebuild."
1270 clean: clean-recursive
1272 clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
1273 mostlyclean-am
1275 distclean: distclean-recursive
1276 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1277 -rm -rf @ZLIB_TREE@/$(DEPDIR) @ZLIB_TREE@/test/$(DEPDIR)
1278 -rm -f Makefile
1279 distclean-am: clean-am distclean-compile distclean-generic \
1280 distclean-hdr distclean-tags
1282 dvi: dvi-recursive
1284 dvi-am:
1286 html: html-recursive
1288 html-am:
1290 info: info-recursive
1292 info-am:
1294 install-data-am:
1296 install-dvi: install-dvi-recursive
1298 install-dvi-am:
1300 install-exec-am:
1302 install-html: install-html-recursive
1304 install-html-am:
1306 install-info: install-info-recursive
1308 install-info-am:
1310 install-man:
1312 install-pdf: install-pdf-recursive
1314 install-pdf-am:
1316 install-ps: install-ps-recursive
1318 install-ps-am:
1320 installcheck-am:
1322 maintainer-clean: maintainer-clean-recursive
1323 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1324 -rm -rf $(top_srcdir)/autom4te.cache
1325 -rm -rf @ZLIB_TREE@/$(DEPDIR) @ZLIB_TREE@/test/$(DEPDIR)
1326 -rm -f Makefile
1327 maintainer-clean-am: distclean-am maintainer-clean-generic
1329 mostlyclean: mostlyclean-recursive
1331 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1333 pdf: pdf-recursive
1335 pdf-am:
1337 ps: ps-recursive
1339 ps-am:
1341 uninstall-am:
1343 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
1345 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1346 am--refresh check check-TESTS check-am clean \
1347 clean-checkPROGRAMS clean-cscope clean-generic \
1348 clean-noinstLIBRARIES cscope cscopelist-am ctags ctags-am dist \
1349 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1350 dist-tarZ dist-xz dist-zip distcheck distclean \
1351 distclean-compile distclean-generic distclean-hdr \
1352 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1353 dvi-am html html-am info info-am install install-am \
1354 install-data install-data-am install-dvi install-dvi-am \
1355 install-exec install-exec-am install-html install-html-am \
1356 install-info install-info-am install-man install-pdf \
1357 install-pdf-am install-ps install-ps-am install-strip \
1358 installcheck installcheck-am installdirs installdirs-am \
1359 maintainer-clean maintainer-clean-generic mostlyclean \
1360 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1361 recheck tags tags-am uninstall uninstall-am
1363 .PRECIOUS: Makefile
1365 dist-hook:
1366 cd "$(distdir)" && rm -rf $(NEVER_DIST)
1368 $(libz_a_OBJECTS): zconf.h
1369 zlib.log: example$(EXEEXT) minigzip$(EXEEXT)
1371 zconf.h: $(ZLIB_TREE)/zconf.h.in config.status
1372 echo '$(SHELL) ./config.status $@'
1373 $(SHELL) ./config.status $@
1374 rebuild.stamp: $(rebuild_target)
1375 echo timestamp >$@
1377 .PHONY: rebuild
1378 rebuild: $(rebuild_prereq)
1379 @dry=; for f in x $$MAKEFLAGS; do \
1380 case $$f in \
1381 *=*|--*);; \
1382 *n*) dry=:;; \
1383 esac; \
1384 done; \
1385 if test -f rebuild.stamp; then :; else \
1386 $$dry trap 'rm -rf rebuild.lock' 1 2 13 15; \
1387 if $$dry mkdir rebuild.lock 2>/dev/null; then \
1388 $(MAKE) $(AM_MAKEFLAGS) rebuild.stamp; \
1389 $$dry rmdir rebuild.lock; \
1390 else \
1391 while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \
1392 fi; \
1393 $$dry test -f rebuild.stamp; exit $$?; \
1396 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1397 # Otherwise a system limit (for SysV at least) may be exceeded.
1398 .NOEXPORT: