Annotation of embedaddon/lighttpd/doc/systemd/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/systemd
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 = lighttpd.service
273: all: all-am
274:
275: .SUFFIXES:
276: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
277: @for dep in $?; do \
278: case '$(am__configure_deps)' in \
279: *$$dep*) \
280: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
281: && { if test -f $@; then exit 0; else break; fi; }; \
282: exit 1;; \
283: esac; \
284: done; \
285: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/systemd/Makefile'; \
286: $(am__cd) $(top_srcdir) && \
287: $(AUTOMAKE) --foreign doc/systemd/Makefile
288: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289: @case '$?' in \
290: *config.status*) \
291: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
292: *) \
293: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
294: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
295: esac;
296:
297: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
298: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299:
300: $(top_srcdir)/configure: $(am__configure_deps)
301: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
303: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304: $(am__aclocal_m4_deps):
305:
306: mostlyclean-libtool:
307: -rm -f *.lo
308:
309: clean-libtool:
310: -rm -rf .libs _libs
311: tags TAGS:
312:
313: ctags CTAGS:
314:
315: cscope cscopelist:
316:
317:
318: distdir: $(DISTFILES)
319: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
320: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
321: list='$(DISTFILES)'; \
322: dist_files=`for file in $$list; do echo $$file; done | \
323: sed -e "s|^$$srcdirstrip/||;t" \
324: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
325: case $$dist_files in \
326: */*) $(MKDIR_P) `echo "$$dist_files" | \
327: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
328: sort -u` ;; \
329: esac; \
330: for file in $$dist_files; do \
331: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
332: if test -d $$d/$$file; then \
333: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
334: if test -d "$(distdir)/$$file"; then \
335: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
336: fi; \
337: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
338: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
339: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
340: fi; \
341: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
342: else \
343: test -f "$(distdir)/$$file" \
344: || cp -p $$d/$$file "$(distdir)/$$file" \
345: || exit 1; \
346: fi; \
347: done
348: check-am: all-am
349: check: check-am
350: all-am: Makefile
351: installdirs:
352: install: install-am
353: install-exec: install-exec-am
354: install-data: install-data-am
355: uninstall: uninstall-am
356:
357: install-am: all-am
358: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
359:
360: installcheck: installcheck-am
361: install-strip:
362: if test -z '$(STRIP)'; then \
363: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
364: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
365: install; \
366: else \
367: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
368: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
369: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
370: fi
371: mostlyclean-generic:
372:
373: clean-generic:
374:
375: distclean-generic:
376: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
377: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
378:
379: maintainer-clean-generic:
380: @echo "This command is intended for maintainers to use"
381: @echo "it deletes files that may require special tools to rebuild."
382: clean: clean-am
383:
384: clean-am: clean-generic clean-libtool mostlyclean-am
385:
386: distclean: distclean-am
387: -rm -f Makefile
388: distclean-am: clean-am distclean-generic
389:
390: dvi: dvi-am
391:
392: dvi-am:
393:
394: html: html-am
395:
396: html-am:
397:
398: info: info-am
399:
400: info-am:
401:
402: install-data-am:
403:
404: install-dvi: install-dvi-am
405:
406: install-dvi-am:
407:
408: install-exec-am:
409:
410: install-html: install-html-am
411:
412: install-html-am:
413:
414: install-info: install-info-am
415:
416: install-info-am:
417:
418: install-man:
419:
420: install-pdf: install-pdf-am
421:
422: install-pdf-am:
423:
424: install-ps: install-ps-am
425:
426: install-ps-am:
427:
428: installcheck-am:
429:
430: maintainer-clean: maintainer-clean-am
431: -rm -f Makefile
432: maintainer-clean-am: distclean-am maintainer-clean-generic
433:
434: mostlyclean: mostlyclean-am
435:
436: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
437:
438: pdf: pdf-am
439:
440: pdf-am:
441:
442: ps: ps-am
443:
444: ps-am:
445:
446: uninstall-am:
447:
448: .MAKE: install-am install-strip
449:
450: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
451: cscopelist-am ctags-am distclean distclean-generic \
452: distclean-libtool distdir dvi dvi-am html html-am info info-am \
453: install install-am install-data install-data-am install-dvi \
454: install-dvi-am install-exec install-exec-am install-html \
455: install-html-am install-info install-info-am install-man \
456: install-pdf install-pdf-am install-ps install-ps-am \
457: install-strip installcheck installcheck-am installdirs \
458: maintainer-clean maintainer-clean-generic mostlyclean \
459: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
460: tags-am uninstall uninstall-am
1.1.1.3 ! misho 461:
! 462: .PRECIOUS: Makefile
1.1 misho 463:
464:
465: # Tell versions [3.59,3.63) of GNU make to not export all variables.
466: # Otherwise a system limit (for SysV at least) may be exceeded.
467: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>