"Fossies" - the Fresh Open Source Software Archive 
Member "zsync-0.6.2/zlib/Makefile.in" (20 Sep 2010, 14112 Bytes) of package /linux/privat/old/zsync-0.6.2.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = zlib
38 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/autotools/ac_c_compile_flags.m4 \
41 $(top_srcdir)/autotools/herrno.m4 \
42 $(top_srcdir)/autotools/sockinttypes.m4 \
43 $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 LIBRARIES = $(noinst_LIBRARIES)
51 AR = ar
52 ARFLAGS = cru
53 libdeflate_a_AR = $(AR) $(ARFLAGS)
54 libdeflate_a_LIBADD =
55 am_libdeflate_a_OBJECTS = deflate.$(OBJEXT) compress.$(OBJEXT) \
56 trees.$(OBJEXT)
57 libdeflate_a_OBJECTS = $(am_libdeflate_a_OBJECTS)
58 libinflate_a_AR = $(AR) $(ARFLAGS)
59 libinflate_a_LIBADD =
60 am_libinflate_a_OBJECTS = inflate.$(OBJEXT) adler32.$(OBJEXT) \
61 inftrees.$(OBJEXT) zutil.$(OBJEXT) crc32.$(OBJEXT)
62 libinflate_a_OBJECTS = $(am_libinflate_a_OBJECTS)
63 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64 depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
65 am__depfiles_maybe = depfiles
66 am__mv = mv -f
67 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69 CCLD = $(CC)
70 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
71 SOURCES = $(libdeflate_a_SOURCES) $(libinflate_a_SOURCES)
72 DIST_SOURCES = $(libdeflate_a_SOURCES) $(libinflate_a_SOURCES)
73 ETAGS = etags
74 CTAGS = ctags
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 ACLOCAL = @ACLOCAL@
77 AMTAR = @AMTAR@
78 AUTOCONF = @AUTOCONF@
79 AUTOHEADER = @AUTOHEADER@
80 AUTOMAKE = @AUTOMAKE@
81 AWK = @AWK@
82 CC = @CC@
83 CCDEPMODE = @CCDEPMODE@
84 CFLAGS = @CFLAGS@
85 CPP = @CPP@
86 CPPFLAGS = @CPPFLAGS@
87 CYGPATH_W = @CYGPATH_W@
88 DEFS = @DEFS@
89 DEPDIR = @DEPDIR@
90 ECHO_C = @ECHO_C@
91 ECHO_N = @ECHO_N@
92 ECHO_T = @ECHO_T@
93 EGREP = @EGREP@
94 EXEEXT = @EXEEXT@
95 GREP = @GREP@
96 INSTALL = @INSTALL@
97 INSTALL_DATA = @INSTALL_DATA@
98 INSTALL_PROGRAM = @INSTALL_PROGRAM@
99 INSTALL_SCRIPT = @INSTALL_SCRIPT@
100 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
101 LDFLAGS = @LDFLAGS@
102 LIBOBJS = @LIBOBJS@
103 LIBS = @LIBS@
104 LN_S = @LN_S@
105 LTLIBOBJS = @LTLIBOBJS@
106 MAINT = @MAINT@
107 MAKEINFO = @MAKEINFO@
108 MKDIR_P = @MKDIR_P@
109 OBJEXT = @OBJEXT@
110 PACKAGE = @PACKAGE@
111 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112 PACKAGE_NAME = @PACKAGE_NAME@
113 PACKAGE_STRING = @PACKAGE_STRING@
114 PACKAGE_TARNAME = @PACKAGE_TARNAME@
115 PACKAGE_URL = @PACKAGE_URL@
116 PACKAGE_VERSION = @PACKAGE_VERSION@
117 PATH_SEPARATOR = @PATH_SEPARATOR@
118 RANLIB = @RANLIB@
119 SET_MAKE = @SET_MAKE@
120 SHELL = @SHELL@
121 STRIP = @STRIP@
122 VERSION = @VERSION@
123 abs_builddir = @abs_builddir@
124 abs_srcdir = @abs_srcdir@
125 abs_top_builddir = @abs_top_builddir@
126 abs_top_srcdir = @abs_top_srcdir@
127 ac_aux_dir = @ac_aux_dir@
128 ac_ct_CC = @ac_ct_CC@
129 am__include = @am__include@
130 am__leading_dot = @am__leading_dot@
131 am__quote = @am__quote@
132 am__tar = @am__tar@
133 am__untar = @am__untar@
134 bindir = @bindir@
135 build = @build@
136 build_alias = @build_alias@
137 build_cpu = @build_cpu@
138 build_os = @build_os@
139 build_vendor = @build_vendor@
140 builddir = @builddir@
141 datadir = @datadir@
142 datarootdir = @datarootdir@
143 docdir = @docdir@
144 dvidir = @dvidir@
145 exec_prefix = @exec_prefix@
146 host = @host@
147 host_alias = @host_alias@
148 host_cpu = @host_cpu@
149 host_os = @host_os@
150 host_vendor = @host_vendor@
151 htmldir = @htmldir@
152 includedir = @includedir@
153 infodir = @infodir@
154 install_sh = @install_sh@
155 libdir = @libdir@
156 libexecdir = @libexecdir@
157 localedir = @localedir@
158 localstatedir = @localstatedir@
159 mandir = @mandir@
160 mkdir_p = @mkdir_p@
161 oldincludedir = @oldincludedir@
162 pdfdir = @pdfdir@
163 prefix = @prefix@
164 program_transform_name = @program_transform_name@
165 psdir = @psdir@
166 sbindir = @sbindir@
167 sharedstatedir = @sharedstatedir@
168 srcdir = @srcdir@
169 sysconfdir = @sysconfdir@
170 target_alias = @target_alias@
171 top_build_prefix = @top_build_prefix@
172 top_builddir = @top_builddir@
173 top_srcdir = @top_srcdir@
174 noinst_LIBRARIES = libinflate.a libdeflate.a
175 libinflate_a_SOURCES = zlib.h inflate.c inflate.h inffixed.h adler32.c inftrees.c inftrees.h zutil.c zutil.h crc32.c crc32.h zconf.h
176 libdeflate_a_SOURCES = deflate.c deflate.h compress.c trees.c trees.h
177 all: all-am
178
179 .SUFFIXES:
180 .SUFFIXES: .c .o .obj
181 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
182 @for dep in $?; do \
183 case '$(am__configure_deps)' in \
184 *$$dep*) \
185 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
186 && { if test -f $@; then exit 0; else break; fi; }; \
187 exit 1;; \
188 esac; \
189 done; \
190 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign zlib/Makefile'; \
191 $(am__cd) $(top_srcdir) && \
192 $(AUTOMAKE) --foreign zlib/Makefile
193 .PRECIOUS: Makefile
194 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
195 @case '$?' in \
196 *config.status*) \
197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
198 *) \
199 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
200 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
201 esac;
202
203 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
204 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
205
206 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210 $(am__aclocal_m4_deps):
211
212 clean-noinstLIBRARIES:
213 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
214 libdeflate.a: $(libdeflate_a_OBJECTS) $(libdeflate_a_DEPENDENCIES)
215 -rm -f libdeflate.a
216 $(libdeflate_a_AR) libdeflate.a $(libdeflate_a_OBJECTS) $(libdeflate_a_LIBADD)
217 $(RANLIB) libdeflate.a
218 libinflate.a: $(libinflate_a_OBJECTS) $(libinflate_a_DEPENDENCIES)
219 -rm -f libinflate.a
220 $(libinflate_a_AR) libinflate.a $(libinflate_a_OBJECTS) $(libinflate_a_LIBADD)
221 $(RANLIB) libinflate.a
222
223 mostlyclean-compile:
224 -rm -f *.$(OBJEXT)
225
226 distclean-compile:
227 -rm -f *.tab.c
228
229 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adler32.Po@am__quote@
230 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Po@am__quote@
231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Po@am__quote@
232 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deflate.Po@am__quote@
233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inflate.Po@am__quote@
234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inftrees.Po@am__quote@
235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trees.Po@am__quote@
236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zutil.Po@am__quote@
237
238 .c.o:
239 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
240 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
241 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
242 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
243 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
244
245 .c.obj:
246 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
247 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
248 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
250 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
251
252 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
253 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
254 unique=`for i in $$list; do \
255 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
256 done | \
257 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
258 END { if (nonempty) { for (i in files) print i; }; }'`; \
259 mkid -fID $$unique
260 tags: TAGS
261
262 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
263 $(TAGS_FILES) $(LISP)
264 set x; \
265 here=`pwd`; \
266 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267 unique=`for i in $$list; do \
268 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269 done | \
270 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
271 END { if (nonempty) { for (i in files) print i; }; }'`; \
272 shift; \
273 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
274 test -n "$$unique" || unique=$$empty_fix; \
275 if test $$# -gt 0; then \
276 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
277 "$$@" $$unique; \
278 else \
279 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
280 $$unique; \
281 fi; \
282 fi
283 ctags: CTAGS
284 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
285 $(TAGS_FILES) $(LISP)
286 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
287 unique=`for i in $$list; do \
288 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289 done | \
290 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
291 END { if (nonempty) { for (i in files) print i; }; }'`; \
292 test -z "$(CTAGS_ARGS)$$unique" \
293 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
294 $$unique
295
296 GTAGS:
297 here=`$(am__cd) $(top_builddir) && pwd` \
298 && $(am__cd) $(top_srcdir) \
299 && gtags -i $(GTAGS_ARGS) "$$here"
300
301 distclean-tags:
302 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
303
304 distdir: $(DISTFILES)
305 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
306 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
307 list='$(DISTFILES)'; \
308 dist_files=`for file in $$list; do echo $$file; done | \
309 sed -e "s|^$$srcdirstrip/||;t" \
310 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
311 case $$dist_files in \
312 */*) $(MKDIR_P) `echo "$$dist_files" | \
313 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
314 sort -u` ;; \
315 esac; \
316 for file in $$dist_files; do \
317 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
318 if test -d $$d/$$file; then \
319 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
320 if test -d "$(distdir)/$$file"; then \
321 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
322 fi; \
323 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
324 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
325 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
326 fi; \
327 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
328 else \
329 test -f "$(distdir)/$$file" \
330 || cp -p $$d/$$file "$(distdir)/$$file" \
331 || exit 1; \
332 fi; \
333 done
334 check-am: all-am
335 check: check-am
336 all-am: Makefile $(LIBRARIES)
337 installdirs:
338 install: install-am
339 install-exec: install-exec-am
340 install-data: install-data-am
341 uninstall: uninstall-am
342
343 install-am: all-am
344 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
345
346 installcheck: installcheck-am
347 install-strip:
348 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
349 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
350 `test -z '$(STRIP)' || \
351 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
352 mostlyclean-generic:
353
354 clean-generic:
355
356 distclean-generic:
357 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
358 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
359
360 maintainer-clean-generic:
361 @echo "This command is intended for maintainers to use"
362 @echo "it deletes files that may require special tools to rebuild."
363 clean: clean-am
364
365 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
366
367 distclean: distclean-am
368 -rm -rf ./$(DEPDIR)
369 -rm -f Makefile
370 distclean-am: clean-am distclean-compile distclean-generic \
371 distclean-tags
372
373 dvi: dvi-am
374
375 dvi-am:
376
377 html: html-am
378
379 html-am:
380
381 info: info-am
382
383 info-am:
384
385 install-data-am:
386
387 install-dvi: install-dvi-am
388
389 install-dvi-am:
390
391 install-exec-am:
392
393 install-html: install-html-am
394
395 install-html-am:
396
397 install-info: install-info-am
398
399 install-info-am:
400
401 install-man:
402
403 install-pdf: install-pdf-am
404
405 install-pdf-am:
406
407 install-ps: install-ps-am
408
409 install-ps-am:
410
411 installcheck-am:
412
413 maintainer-clean: maintainer-clean-am
414 -rm -rf ./$(DEPDIR)
415 -rm -f Makefile
416 maintainer-clean-am: distclean-am maintainer-clean-generic
417
418 mostlyclean: mostlyclean-am
419
420 mostlyclean-am: mostlyclean-compile mostlyclean-generic
421
422 pdf: pdf-am
423
424 pdf-am:
425
426 ps: ps-am
427
428 ps-am:
429
430 uninstall-am:
431
432 .MAKE: install-am install-strip
433
434 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
435 clean-noinstLIBRARIES ctags distclean distclean-compile \
436 distclean-generic distclean-tags distdir dvi dvi-am html \
437 html-am info info-am install install-am install-data \
438 install-data-am install-dvi install-dvi-am install-exec \
439 install-exec-am install-html install-html-am install-info \
440 install-info-am install-man install-pdf install-pdf-am \
441 install-ps install-ps-am install-strip installcheck \
442 installcheck-am installdirs maintainer-clean \
443 maintainer-clean-generic mostlyclean mostlyclean-compile \
444 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
445 uninstall-am
446
447
448 # Tell versions [3.59,3.63) of GNU make to not export all variables.
449 # Otherwise a system limit (for SysV at least) may be exceeded.
450 .NOEXPORT: