beta-0.89.2
[luatex.git] / source / libs / zlib / include / Makefile.in
blob11f375f5787f86566225d7aa609a66c129c69310
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@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 subdir = include
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
91 $(top_srcdir)/../../m4/kpse-largefile.m4 \
92 $(top_srcdir)/../../m4/kpse-visibility.m4 \
93 $(top_srcdir)/../../m4/kpse-warnings.m4 \
94 $(top_srcdir)/../../m4/kpse-win32.m4 $(top_srcdir)/version.ac \
95 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 am__v_GEN_0 = @echo " GEN " $@;
110 am__v_GEN_1 =
111 AM_V_at = $(am__v_at_@AM_V@)
112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 am__v_at_0 = @
114 am__v_at_1 =
115 SOURCES =
116 DIST_SOURCES =
117 am__can_run_installinfo = \
118 case $$AM_UPDATE_INFO_DIR in \
119 n|no|NO) false;; \
120 *) (install-info --version) >/dev/null 2>&1;; \
121 esac
122 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
123 am__DIST_COMMON = $(srcdir)/Makefile.in \
124 $(top_srcdir)/../../am/hdr_links.am
125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126 ACLOCAL = @ACLOCAL@
127 AMTAR = @AMTAR@
128 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129 AUTOCONF = @AUTOCONF@
130 AUTOHEADER = @AUTOHEADER@
131 AUTOMAKE = @AUTOMAKE@
132 AWK = @AWK@
133 CC = @CC@
134 CCDEPMODE = @CCDEPMODE@
135 CFLAGS = @CFLAGS@
136 CPP = @CPP@
137 CPPFLAGS = @CPPFLAGS@
138 CYGPATH_W = @CYGPATH_W@
139 DEFS = @DEFS@
140 DEPDIR = @DEPDIR@
141 ECHO_C = @ECHO_C@
142 ECHO_N = @ECHO_N@
143 ECHO_T = @ECHO_T@
144 EGREP = @EGREP@
145 EXEEXT = @EXEEXT@
146 GREP = @GREP@
147 INSTALL = @INSTALL@
148 INSTALL_DATA = @INSTALL_DATA@
149 INSTALL_PROGRAM = @INSTALL_PROGRAM@
150 INSTALL_SCRIPT = @INSTALL_SCRIPT@
151 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152 LDFLAGS = @LDFLAGS@
153 LIBOBJS = @LIBOBJS@
154 LIBS = @LIBS@
155 LN_S = @LN_S@
156 LTLIBOBJS = @LTLIBOBJS@
157 MAINT = @MAINT@
158 MAKEINFO = @MAKEINFO@
159 MKDIR_P = @MKDIR_P@
160 OBJEXT = @OBJEXT@
161 PACKAGE = @PACKAGE@
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163 PACKAGE_NAME = @PACKAGE_NAME@
164 PACKAGE_STRING = @PACKAGE_STRING@
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
166 PACKAGE_URL = @PACKAGE_URL@
167 PACKAGE_VERSION = @PACKAGE_VERSION@
168 PATH_SEPARATOR = @PATH_SEPARATOR@
169 RANLIB = @RANLIB@
170 SET_MAKE = @SET_MAKE@
171 SHELL = @SHELL@
172 STRIP = @STRIP@
173 VERSION = @VERSION@
174 VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
175 WARNING_CFLAGS = @WARNING_CFLAGS@
176 ZLIB_DEFINES = @ZLIB_DEFINES@
177 ZLIB_TREE = @ZLIB_TREE@
178 abs_builddir = @abs_builddir@
179 abs_srcdir = @abs_srcdir@
180 abs_top_builddir = @abs_top_builddir@
181 abs_top_srcdir = @abs_top_srcdir@
182 ac_ct_CC = @ac_ct_CC@
183 am__include = @am__include@
184 am__leading_dot = @am__leading_dot@
185 am__quote = @am__quote@
186 am__tar = @am__tar@
187 am__untar = @am__untar@
188 bindir = @bindir@
189 build_alias = @build_alias@
190 builddir = @builddir@
191 datadir = @datadir@
192 datarootdir = @datarootdir@
193 docdir = @docdir@
194 dvidir = @dvidir@
195 exec_prefix = @exec_prefix@
196 host_alias = @host_alias@
197 htmldir = @htmldir@
198 includedir = @includedir@
199 infodir = @infodir@
200 install_sh = @install_sh@
201 libdir = @libdir@
202 libexecdir = @libexecdir@
203 localedir = @localedir@
204 localstatedir = @localstatedir@
205 mandir = @mandir@
206 mkdir_p = @mkdir_p@
207 oldincludedir = @oldincludedir@
208 pdfdir = @pdfdir@
209 prefix = @prefix@
210 program_transform_name = @program_transform_name@
211 psdir = @psdir@
212 sbindir = @sbindir@
213 sharedstatedir = @sharedstatedir@
214 srcdir = @srcdir@
215 sysconfdir = @sysconfdir@
216 target_alias = @target_alias@
217 top_build_prefix = @top_build_prefix@
218 top_builddir = @top_builddir@
219 top_srcdir = @top_srcdir@
220 ZLIB_SRC = $(top_srcdir)/$(ZLIB_TREE)
221 ZLIB_BLD = $(top_builddir)
222 hdr_links = \
223 $(ZLIB_SRC)/zlib.h \
224 $(ZLIB_BLD)/zconf.h
226 all: all-am
228 .SUFFIXES:
229 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../../am/hdr_links.am $(am__configure_deps)
230 @for dep in $?; do \
231 case '$(am__configure_deps)' in \
232 *$$dep*) \
233 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234 && { if test -f $@; then exit 0; else break; fi; }; \
235 exit 1;; \
236 esac; \
237 done; \
238 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
239 $(am__cd) $(top_srcdir) && \
240 $(AUTOMAKE) --foreign include/Makefile
241 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242 @case '$?' in \
243 *config.status*) \
244 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245 *) \
246 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248 esac;
249 $(top_srcdir)/../../am/hdr_links.am $(am__empty):
251 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
255 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 $(am__aclocal_m4_deps):
259 tags TAGS:
261 ctags CTAGS:
263 cscope cscopelist:
266 distdir: $(DISTFILES)
267 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
268 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
269 list='$(DISTFILES)'; \
270 dist_files=`for file in $$list; do echo $$file; done | \
271 sed -e "s|^$$srcdirstrip/||;t" \
272 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
273 case $$dist_files in \
274 */*) $(MKDIR_P) `echo "$$dist_files" | \
275 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
276 sort -u` ;; \
277 esac; \
278 for file in $$dist_files; do \
279 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
280 if test -d $$d/$$file; then \
281 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
282 if test -d "$(distdir)/$$file"; then \
283 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
284 fi; \
285 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
286 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
287 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
288 fi; \
289 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
290 else \
291 test -f "$(distdir)/$$file" \
292 || cp -p $$d/$$file "$(distdir)/$$file" \
293 || exit 1; \
294 fi; \
295 done
296 check-am: all-am
297 check: check-am
298 all-am: Makefile all-local
299 installdirs:
300 install: install-am
301 install-exec: install-exec-am
302 install-data: install-data-am
303 uninstall: uninstall-am
305 install-am: all-am
306 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
308 installcheck: installcheck-am
309 install-strip:
310 if test -z '$(STRIP)'; then \
311 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
312 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
313 install; \
314 else \
315 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
316 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
317 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
319 mostlyclean-generic:
321 clean-generic:
323 distclean-generic:
324 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
325 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
327 maintainer-clean-generic:
328 @echo "This command is intended for maintainers to use"
329 @echo "it deletes files that may require special tools to rebuild."
330 clean: clean-am
332 clean-am: clean-generic mostlyclean-am
334 distclean: distclean-am
335 -rm -f Makefile
336 distclean-am: clean-am distclean-generic distclean-local
338 dvi: dvi-am
340 dvi-am:
342 html: html-am
344 html-am:
346 info: info-am
348 info-am:
350 install-data-am:
352 install-dvi: install-dvi-am
354 install-dvi-am:
356 install-exec-am:
358 install-html: install-html-am
360 install-html-am:
362 install-info: install-info-am
364 install-info-am:
366 install-man:
368 install-pdf: install-pdf-am
370 install-pdf-am:
372 install-ps: install-ps-am
374 install-ps-am:
376 installcheck-am:
378 maintainer-clean: maintainer-clean-am
379 -rm -f Makefile
380 maintainer-clean-am: distclean-am maintainer-clean-generic
382 mostlyclean: mostlyclean-am
384 mostlyclean-am: mostlyclean-generic
386 pdf: pdf-am
388 pdf-am:
390 ps: ps-am
392 ps-am:
394 uninstall-am:
396 .MAKE: install-am install-strip
398 .PHONY: all all-am all-local check check-am clean clean-generic \
399 cscopelist-am ctags-am distclean distclean-generic \
400 distclean-local distdir dvi dvi-am html html-am info info-am \
401 install install-am install-data install-data-am install-dvi \
402 install-dvi-am install-exec install-exec-am install-html \
403 install-html-am install-info install-info-am install-man \
404 install-pdf install-pdf-am install-ps install-ps-am \
405 install-strip installcheck installcheck-am installdirs \
406 maintainer-clean maintainer-clean-generic mostlyclean \
407 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
408 uninstall-am
410 .PRECIOUS: Makefile
412 all-local:
413 @for file in $(hdr_links); do \
414 test -f $$file || continue; \
415 inst=`echo $$file | sed -e 's/^.*\///'`; \
416 test -f $$inst || { \
417 rm -f $$inst; \
418 if $(AM_V_P); then echo "$(LN_S) $$file $$inst"; \
419 else echo " INST $$inst"; fi; \
420 $(LN_S) $$file $$inst; } || exit 1; \
421 done
423 distclean-local:
424 rm -f *.h
426 # Tell versions [3.59,3.63) of GNU make to not export all variables.
427 # Otherwise a system limit (for SysV at least) may be exceeded.
428 .NOEXPORT: