Annotation of embedaddon/lighttpd/doc/scripts/Makefile.in, revision 1.1.1.3
1.1.1.3 ! misho 1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.1 misho 2: # @configure_input@
3:
1.1.1.3 ! misho 4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
1.1 misho 5:
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.
9:
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.
14:
15: @SET_MAKE@
16: VPATH = @srcdir@
1.1.1.3 ! misho 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; \
! 27: }
1.1 misho 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: build_triplet = @build@
89: host_triplet = @host@
90: subdir = doc/scripts
91: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95: $(top_srcdir)/configure.ac
96: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97: $(ACLOCAL_M4)
1.1.1.3 ! misho 98: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.1 misho 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)
1.1.1.3 ! misho 123: am__DIST_COMMON = $(srcdir)/Makefile.in
1.1 misho 124: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125: ACLOCAL = @ACLOCAL@
126: AMTAR = @AMTAR@
127: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
128: AR = @AR@
129: ATTR_LIB = @ATTR_LIB@
130: AUTOCONF = @AUTOCONF@
131: AUTOHEADER = @AUTOHEADER@
132: AUTOMAKE = @AUTOMAKE@
133: AWK = @AWK@
134: BZ_LIB = @BZ_LIB@
135: CC = @CC@
136: CCDEPMODE = @CCDEPMODE@
137: CFLAGS = @CFLAGS@
138: CPP = @CPP@
139: CPPFLAGS = @CPPFLAGS@
140: CRYPT_LIB = @CRYPT_LIB@
141: CYGPATH_W = @CYGPATH_W@
142: DEFS = @DEFS@
143: DEPDIR = @DEPDIR@
144: DLLTOOL = @DLLTOOL@
145: DL_LIB = @DL_LIB@
146: DSYMUTIL = @DSYMUTIL@
147: DUMPBIN = @DUMPBIN@
148: ECHO_C = @ECHO_C@
149: ECHO_N = @ECHO_N@
150: ECHO_T = @ECHO_T@
151: EGREP = @EGREP@
152: EXEEXT = @EXEEXT@
153: FAM_CFLAGS = @FAM_CFLAGS@
154: FAM_LIBS = @FAM_LIBS@
155: FGREP = @FGREP@
156: GDBM_LIB = @GDBM_LIB@
157: GREP = @GREP@
158: INSTALL = @INSTALL@
159: INSTALL_DATA = @INSTALL_DATA@
160: INSTALL_PROGRAM = @INSTALL_PROGRAM@
161: INSTALL_SCRIPT = @INSTALL_SCRIPT@
162: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
163: LBER_LIB = @LBER_LIB@
164: LD = @LD@
165: LDAP_LIB = @LDAP_LIB@
166: LDFLAGS = @LDFLAGS@
167: LIBEV_CFLAGS = @LIBEV_CFLAGS@
168: LIBEV_LIBS = @LIBEV_LIBS@
169: LIBOBJS = @LIBOBJS@
170: LIBS = @LIBS@
171: LIBTOOL = @LIBTOOL@
1.1.1.3 ! misho 172: LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
! 173: LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
1.1 misho 174: LIPO = @LIPO@
175: LN_S = @LN_S@
176: LTLIBOBJS = @LTLIBOBJS@
1.1.1.3 ! misho 177: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
1.1 misho 178: LUA_CFLAGS = @LUA_CFLAGS@
179: LUA_LIBS = @LUA_LIBS@
180: MAKEINFO = @MAKEINFO@
181: MANIFEST_TOOL = @MANIFEST_TOOL@
1.1.1.3 ! misho 182: MEMCACHED_LIB = @MEMCACHED_LIB@
1.1 misho 183: MKDIR_P = @MKDIR_P@
184: MYSQL_CONFIG = @MYSQL_CONFIG@
185: MYSQL_INCLUDE = @MYSQL_INCLUDE@
186: MYSQL_LIBS = @MYSQL_LIBS@
187: NM = @NM@
188: NMEDIT = @NMEDIT@
189: OBJDUMP = @OBJDUMP@
190: OBJEXT = @OBJEXT@
191: OTOOL = @OTOOL@
192: OTOOL64 = @OTOOL64@
193: PACKAGE = @PACKAGE@
194: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195: PACKAGE_NAME = @PACKAGE_NAME@
196: PACKAGE_STRING = @PACKAGE_STRING@
197: PACKAGE_TARNAME = @PACKAGE_TARNAME@
198: PACKAGE_URL = @PACKAGE_URL@
199: PACKAGE_VERSION = @PACKAGE_VERSION@
200: PATH_SEPARATOR = @PATH_SEPARATOR@
201: PCRECONFIG = @PCRECONFIG@
202: PCRE_LIB = @PCRE_LIB@
203: PKG_CONFIG = @PKG_CONFIG@
204: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
205: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
206: RANLIB = @RANLIB@
207: SED = @SED@
208: SENDFILE_LIB = @SENDFILE_LIB@
209: SET_MAKE = @SET_MAKE@
210: SHELL = @SHELL@
211: SQLITE_CFLAGS = @SQLITE_CFLAGS@
212: SQLITE_LIBS = @SQLITE_LIBS@
213: SSL_LIB = @SSL_LIB@
214: STRIP = @STRIP@
215: UUID_LIBS = @UUID_LIBS@
216: VERSION = @VERSION@
217: XML_CFLAGS = @XML_CFLAGS@
218: XML_LIBS = @XML_LIBS@
219: Z_LIB = @Z_LIB@
220: abs_builddir = @abs_builddir@
221: abs_srcdir = @abs_srcdir@
222: abs_top_builddir = @abs_top_builddir@
223: abs_top_srcdir = @abs_top_srcdir@
224: ac_ct_AR = @ac_ct_AR@
225: ac_ct_CC = @ac_ct_CC@
226: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
227: am__include = @am__include@
228: am__leading_dot = @am__leading_dot@
229: am__quote = @am__quote@
230: am__tar = @am__tar@
231: am__untar = @am__untar@
232: bindir = @bindir@
233: build = @build@
234: build_alias = @build_alias@
235: build_cpu = @build_cpu@
236: build_os = @build_os@
237: build_vendor = @build_vendor@
238: builddir = @builddir@
239: datadir = @datadir@
240: datarootdir = @datarootdir@
241: docdir = @docdir@
242: dvidir = @dvidir@
243: exec_prefix = @exec_prefix@
244: host = @host@
245: host_alias = @host_alias@
246: host_cpu = @host_cpu@
247: host_os = @host_os@
248: host_vendor = @host_vendor@
249: htmldir = @htmldir@
250: includedir = @includedir@
251: infodir = @infodir@
252: install_sh = @install_sh@
253: libdir = @libdir@
254: libexecdir = @libexecdir@
255: localedir = @localedir@
256: localstatedir = @localstatedir@
257: mandir = @mandir@
258: mkdir_p = @mkdir_p@
259: oldincludedir = @oldincludedir@
260: pdfdir = @pdfdir@
261: prefix = @prefix@
262: program_transform_name = @program_transform_name@
263: psdir = @psdir@
264: sbindir = @sbindir@
265: sharedstatedir = @sharedstatedir@
266: srcdir = @srcdir@
267: sysconfdir = @sysconfdir@
268: target_alias = @target_alias@
269: top_build_prefix = @top_build_prefix@
270: top_builddir = @top_builddir@
271: top_srcdir = @top_srcdir@
272: EXTRA_DIST = \
1.1.1.3 ! misho 273: create-mime.conf.pl \
1.1 misho 274: rrdtool-graph.sh \
275: spawn-php.sh
276:
277: all: all-am
278:
279: .SUFFIXES:
280: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
281: @for dep in $?; do \
282: case '$(am__configure_deps)' in \
283: *$$dep*) \
284: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
285: && { if test -f $@; then exit 0; else break; fi; }; \
286: exit 1;; \
287: esac; \
288: done; \
289: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/scripts/Makefile'; \
290: $(am__cd) $(top_srcdir) && \
291: $(AUTOMAKE) --foreign doc/scripts/Makefile
292: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293: @case '$?' in \
294: *config.status*) \
295: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296: *) \
297: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299: esac;
300:
301: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303:
304: $(top_srcdir)/configure: $(am__configure_deps)
305: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
307: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308: $(am__aclocal_m4_deps):
309:
310: mostlyclean-libtool:
311: -rm -f *.lo
312:
313: clean-libtool:
314: -rm -rf .libs _libs
315: tags TAGS:
316:
317: ctags CTAGS:
318:
319: cscope cscopelist:
320:
321:
322: distdir: $(DISTFILES)
323: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
324: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
325: list='$(DISTFILES)'; \
326: dist_files=`for file in $$list; do echo $$file; done | \
327: sed -e "s|^$$srcdirstrip/||;t" \
328: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
329: case $$dist_files in \
330: */*) $(MKDIR_P) `echo "$$dist_files" | \
331: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
332: sort -u` ;; \
333: esac; \
334: for file in $$dist_files; do \
335: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
336: if test -d $$d/$$file; then \
337: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
338: if test -d "$(distdir)/$$file"; then \
339: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
340: fi; \
341: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
342: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
343: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
344: fi; \
345: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
346: else \
347: test -f "$(distdir)/$$file" \
348: || cp -p $$d/$$file "$(distdir)/$$file" \
349: || exit 1; \
350: fi; \
351: done
352: check-am: all-am
353: check: check-am
354: all-am: Makefile
355: installdirs:
356: install: install-am
357: install-exec: install-exec-am
358: install-data: install-data-am
359: uninstall: uninstall-am
360:
361: install-am: all-am
362: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
363:
364: installcheck: installcheck-am
365: install-strip:
366: if test -z '$(STRIP)'; then \
367: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
368: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
369: install; \
370: else \
371: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
372: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
373: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
374: fi
375: mostlyclean-generic:
376:
377: clean-generic:
378:
379: distclean-generic:
380: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
381: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
382:
383: maintainer-clean-generic:
384: @echo "This command is intended for maintainers to use"
385: @echo "it deletes files that may require special tools to rebuild."
386: clean: clean-am
387:
388: clean-am: clean-generic clean-libtool mostlyclean-am
389:
390: distclean: distclean-am
391: -rm -f Makefile
392: distclean-am: clean-am distclean-generic
393:
394: dvi: dvi-am
395:
396: dvi-am:
397:
398: html: html-am
399:
400: html-am:
401:
402: info: info-am
403:
404: info-am:
405:
406: install-data-am:
407:
408: install-dvi: install-dvi-am
409:
410: install-dvi-am:
411:
412: install-exec-am:
413:
414: install-html: install-html-am
415:
416: install-html-am:
417:
418: install-info: install-info-am
419:
420: install-info-am:
421:
422: install-man:
423:
424: install-pdf: install-pdf-am
425:
426: install-pdf-am:
427:
428: install-ps: install-ps-am
429:
430: install-ps-am:
431:
432: installcheck-am:
433:
434: maintainer-clean: maintainer-clean-am
435: -rm -f Makefile
436: maintainer-clean-am: distclean-am maintainer-clean-generic
437:
438: mostlyclean: mostlyclean-am
439:
440: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
441:
442: pdf: pdf-am
443:
444: pdf-am:
445:
446: ps: ps-am
447:
448: ps-am:
449:
450: uninstall-am:
451:
452: .MAKE: install-am install-strip
453:
454: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
455: cscopelist-am ctags-am distclean distclean-generic \
456: distclean-libtool distdir dvi dvi-am html html-am info info-am \
457: install install-am install-data install-data-am install-dvi \
458: install-dvi-am install-exec install-exec-am install-html \
459: install-html-am install-info install-info-am install-man \
460: install-pdf install-pdf-am install-ps install-ps-am \
461: install-strip installcheck installcheck-am installdirs \
462: maintainer-clean maintainer-clean-generic mostlyclean \
463: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
464: tags-am uninstall uninstall-am
1.1.1.3 ! misho 465:
! 466: .PRECIOUS: Makefile
1.1 misho 467:
468:
469: # Tell versions [3.59,3.63) of GNU make to not export all variables.
470: # Otherwise a system limit (for SysV at least) may be exceeded.
471: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>