Annotation of embedaddon/lighttpd/doc/Makefile.in, revision 1.1.1.2
1.1.1.2 ! misho 1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1 misho 2: # @configure_input@
3:
4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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@
17: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18: am__make_running_with_option = \
19: case $${target_option-} in \
20: ?) ;; \
21: *) echo "am__make_running_with_option: internal error: invalid" \
22: "target option '$${target_option-}' specified" >&2; \
23: exit 1;; \
24: esac; \
25: has_opt=no; \
26: sane_makeflags=$$MAKEFLAGS; \
27: if $(am__is_gnu_make); then \
28: sane_makeflags=$$MFLAGS; \
29: else \
30: case $$MAKEFLAGS in \
31: *\\[\ \ ]*) \
32: bs=\\; \
33: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35: esac; \
36: fi; \
37: skip_next=no; \
38: strip_trailopt () \
39: { \
40: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41: }; \
42: for flg in $$sane_makeflags; do \
43: test $$skip_next = yes && { skip_next=no; continue; }; \
44: case $$flg in \
45: *=*|--*) continue;; \
46: -*I) strip_trailopt 'I'; skip_next=yes;; \
47: -*I?*) strip_trailopt 'I';; \
48: -*O) strip_trailopt 'O'; skip_next=yes;; \
49: -*O?*) strip_trailopt 'O';; \
50: -*l) strip_trailopt 'l'; skip_next=yes;; \
51: -*l?*) strip_trailopt 'l';; \
52: -[dEDm]) skip_next=yes;; \
53: -[JT]) skip_next=yes;; \
54: esac; \
55: case $$flg in \
56: *$$target_option*) has_opt=yes; break;; \
57: esac; \
58: done; \
59: test $$has_opt = yes
60: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62: pkgdatadir = $(datadir)/@PACKAGE@
63: pkgincludedir = $(includedir)/@PACKAGE@
64: pkglibdir = $(libdir)/@PACKAGE@
65: pkglibexecdir = $(libexecdir)/@PACKAGE@
66: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67: install_sh_DATA = $(install_sh) -c -m 644
68: install_sh_PROGRAM = $(install_sh) -c
69: install_sh_SCRIPT = $(install_sh) -c
70: INSTALL_HEADER = $(INSTALL_DATA)
71: transform = $(program_transform_name)
72: NORMAL_INSTALL = :
73: PRE_INSTALL = :
74: POST_INSTALL = :
75: NORMAL_UNINSTALL = :
76: PRE_UNINSTALL = :
77: POST_UNINSTALL = :
78: build_triplet = @build@
79: host_triplet = @host@
80: target_triplet = @target@
81: subdir = doc
82: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83: $(dist_man8_MANS)
84: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
86: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
87: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
88: $(top_srcdir)/configure.ac
89: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90: $(ACLOCAL_M4)
91: mkinstalldirs = $(install_sh) -d
92: CONFIG_HEADER = $(top_builddir)/config.h
93: CONFIG_CLEAN_FILES =
94: CONFIG_CLEAN_VPATH_FILES =
95: AM_V_P = $(am__v_P_@AM_V@)
96: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97: am__v_P_0 = false
98: am__v_P_1 = :
99: AM_V_GEN = $(am__v_GEN_@AM_V@)
100: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101: am__v_GEN_0 = @echo " GEN " $@;
102: am__v_GEN_1 =
103: AM_V_at = $(am__v_at_@AM_V@)
104: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105: am__v_at_0 = @
106: am__v_at_1 =
107: SOURCES =
108: DIST_SOURCES =
109: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
110: ctags-recursive dvi-recursive html-recursive info-recursive \
111: install-data-recursive install-dvi-recursive \
112: install-exec-recursive install-html-recursive \
113: install-info-recursive install-pdf-recursive \
114: install-ps-recursive install-recursive installcheck-recursive \
115: installdirs-recursive pdf-recursive ps-recursive \
116: tags-recursive uninstall-recursive
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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
123: am__vpath_adj = case $$p in \
124: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
125: *) f=$$p;; \
126: esac;
127: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
128: am__install_max = 40
129: am__nobase_strip_setup = \
130: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
131: am__nobase_strip = \
132: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
133: am__nobase_list = $(am__nobase_strip_setup); \
134: for p in $$list; do echo "$$p $$p"; done | \
135: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
136: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
137: if (++n[$$2] == $(am__install_max)) \
138: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
139: END { for (dir in files) print dir, files[dir] }'
140: am__base_list = \
141: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
142: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
143: am__uninstall_files_from_dir = { \
144: test -z "$$files" \
145: || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
146: || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
147: $(am__cd) "$$dir" && rm -f $$files; }; \
148: }
149: man8dir = $(mandir)/man8
150: am__installdirs = "$(DESTDIR)$(man8dir)"
151: NROFF = nroff
152: MANS = $(dist_man8_MANS)
153: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
154: distclean-recursive maintainer-clean-recursive
155: am__recursive_targets = \
156: $(RECURSIVE_TARGETS) \
157: $(RECURSIVE_CLEAN_TARGETS) \
158: $(am__extra_recursive_targets)
159: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
160: distdir
161: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
162: # Read a list of newline-separated strings from the standard input,
163: # and print each of them once, without duplicates. Input order is
164: # *not* preserved.
165: am__uniquify_input = $(AWK) '\
166: BEGIN { nonempty = 0; } \
167: { items[$$0] = 1; nonempty = 1; } \
168: END { if (nonempty) { for (i in items) print i; }; } \
169: '
170: # Make sure the list of sources is unique. This is necessary because,
171: # e.g., the same source file might be shared among _SOURCES variables
172: # for different programs/libraries.
173: am__define_uniq_tagged_files = \
174: list='$(am__tagged_files)'; \
175: unique=`for i in $$list; do \
176: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
177: done | $(am__uniquify_input)`
178: ETAGS = etags
179: CTAGS = ctags
180: DIST_SUBDIRS = $(SUBDIRS)
181: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182: am__relativize = \
183: dir0=`pwd`; \
184: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
185: sed_rest='s,^[^/]*/*,,'; \
186: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
187: sed_butlast='s,/*[^/]*$$,,'; \
188: while test -n "$$dir1"; do \
189: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
190: if test "$$first" != "."; then \
191: if test "$$first" = ".."; then \
192: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
193: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
194: else \
195: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
196: if test "$$first2" = "$$first"; then \
197: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
198: else \
199: dir2="../$$dir2"; \
200: fi; \
201: dir0="$$dir0"/"$$first"; \
202: fi; \
203: fi; \
204: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
205: done; \
206: reldir="$$dir2"
207: ACLOCAL = @ACLOCAL@
208: AMTAR = @AMTAR@
209: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
210: AR = @AR@
211: ATTR_LIB = @ATTR_LIB@
212: AUTOCONF = @AUTOCONF@
213: AUTOHEADER = @AUTOHEADER@
214: AUTOMAKE = @AUTOMAKE@
215: AWK = @AWK@
216: BZ_LIB = @BZ_LIB@
217: CC = @CC@
218: CCDEPMODE = @CCDEPMODE@
219: CFLAGS = @CFLAGS@
220: CPP = @CPP@
221: CPPFLAGS = @CPPFLAGS@
222: CRYPT_LIB = @CRYPT_LIB@
223: CYGPATH_W = @CYGPATH_W@
224: DEFS = @DEFS@
225: DEPDIR = @DEPDIR@
226: DLLTOOL = @DLLTOOL@
227: DL_LIB = @DL_LIB@
228: DSYMUTIL = @DSYMUTIL@
229: DUMPBIN = @DUMPBIN@
230: ECHO_C = @ECHO_C@
231: ECHO_N = @ECHO_N@
232: ECHO_T = @ECHO_T@
233: EGREP = @EGREP@
234: EXEEXT = @EXEEXT@
235: FAM_CFLAGS = @FAM_CFLAGS@
236: FAM_LIBS = @FAM_LIBS@
237: FGREP = @FGREP@
238: GDBM_LIB = @GDBM_LIB@
239: GREP = @GREP@
240: INSTALL = @INSTALL@
241: INSTALL_DATA = @INSTALL_DATA@
242: INSTALL_PROGRAM = @INSTALL_PROGRAM@
243: INSTALL_SCRIPT = @INSTALL_SCRIPT@
244: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
245: LBER_LIB = @LBER_LIB@
246: LD = @LD@
247: LDAP_LIB = @LDAP_LIB@
248: LDFLAGS = @LDFLAGS@
249: LIBEV_CFLAGS = @LIBEV_CFLAGS@
250: LIBEV_LIBS = @LIBEV_LIBS@
251: LIBOBJS = @LIBOBJS@
252: LIBS = @LIBS@
253: LIBTOOL = @LIBTOOL@
254: LIPO = @LIPO@
255: LN_S = @LN_S@
256: LTLIBOBJS = @LTLIBOBJS@
257: LUA_CFLAGS = @LUA_CFLAGS@
258: LUA_LIBS = @LUA_LIBS@
259: MAKEINFO = @MAKEINFO@
260: MANIFEST_TOOL = @MANIFEST_TOOL@
261: MEMCACHE_LIB = @MEMCACHE_LIB@
262: MKDIR_P = @MKDIR_P@
263: MYSQL_CONFIG = @MYSQL_CONFIG@
264: MYSQL_INCLUDE = @MYSQL_INCLUDE@
265: MYSQL_LIBS = @MYSQL_LIBS@
266: NM = @NM@
267: NMEDIT = @NMEDIT@
268: OBJDUMP = @OBJDUMP@
269: OBJEXT = @OBJEXT@
270: OTOOL = @OTOOL@
271: OTOOL64 = @OTOOL64@
272: PACKAGE = @PACKAGE@
273: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274: PACKAGE_NAME = @PACKAGE_NAME@
275: PACKAGE_STRING = @PACKAGE_STRING@
276: PACKAGE_TARNAME = @PACKAGE_TARNAME@
277: PACKAGE_URL = @PACKAGE_URL@
278: PACKAGE_VERSION = @PACKAGE_VERSION@
279: PATH_SEPARATOR = @PATH_SEPARATOR@
280: PCRECONFIG = @PCRECONFIG@
281: PCRE_LIB = @PCRE_LIB@
282: PKG_CONFIG = @PKG_CONFIG@
283: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
284: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
285: RANLIB = @RANLIB@
286: SED = @SED@
287: SENDFILE_LIB = @SENDFILE_LIB@
288: SET_MAKE = @SET_MAKE@
289: SHELL = @SHELL@
290: SQLITE_CFLAGS = @SQLITE_CFLAGS@
291: SQLITE_LIBS = @SQLITE_LIBS@
292: SSL_LIB = @SSL_LIB@
293: STRIP = @STRIP@
294: UUID_LIBS = @UUID_LIBS@
295: VERSION = @VERSION@
296: XML_CFLAGS = @XML_CFLAGS@
297: XML_LIBS = @XML_LIBS@
298: Z_LIB = @Z_LIB@
299: abs_builddir = @abs_builddir@
300: abs_srcdir = @abs_srcdir@
301: abs_top_builddir = @abs_top_builddir@
302: abs_top_srcdir = @abs_top_srcdir@
303: ac_ct_AR = @ac_ct_AR@
304: ac_ct_CC = @ac_ct_CC@
305: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
306: am__include = @am__include@
307: am__leading_dot = @am__leading_dot@
308: am__quote = @am__quote@
309: am__tar = @am__tar@
310: am__untar = @am__untar@
311: bindir = @bindir@
312: build = @build@
313: build_alias = @build_alias@
314: build_cpu = @build_cpu@
315: build_os = @build_os@
316: build_vendor = @build_vendor@
317: builddir = @builddir@
318: datadir = @datadir@
319: datarootdir = @datarootdir@
320: docdir = @docdir@
321: dvidir = @dvidir@
322: exec_prefix = @exec_prefix@
323: host = @host@
324: host_alias = @host_alias@
325: host_cpu = @host_cpu@
326: host_os = @host_os@
327: host_vendor = @host_vendor@
328: htmldir = @htmldir@
329: includedir = @includedir@
330: infodir = @infodir@
331: install_sh = @install_sh@
332: libdir = @libdir@
333: libexecdir = @libexecdir@
334: localedir = @localedir@
335: localstatedir = @localstatedir@
336: mandir = @mandir@
337: mkdir_p = @mkdir_p@
338: oldincludedir = @oldincludedir@
339: pdfdir = @pdfdir@
340: prefix = @prefix@
341: program_transform_name = @program_transform_name@
342: psdir = @psdir@
343: sbindir = @sbindir@
344: sharedstatedir = @sharedstatedir@
345: srcdir = @srcdir@
346: sysconfdir = @sysconfdir@
347: target = @target@
348: target_alias = @target_alias@
349: target_cpu = @target_cpu@
350: target_os = @target_os@
351: target_vendor = @target_vendor@
352: top_build_prefix = @top_build_prefix@
353: top_builddir = @top_builddir@
354: top_srcdir = @top_srcdir@
355: SUBDIRS = config scripts initscripts systemd outdated
356: dist_man8_MANS = lighttpd.8
357: EXTRA_DIST = \
358: newstyle.css \
359: oldstyle.css
360:
361: all: all-recursive
362:
363: .SUFFIXES:
364: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
365: @for dep in $?; do \
366: case '$(am__configure_deps)' in \
367: *$$dep*) \
368: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
369: && { if test -f $@; then exit 0; else break; fi; }; \
370: exit 1;; \
371: esac; \
372: done; \
373: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
374: $(am__cd) $(top_srcdir) && \
375: $(AUTOMAKE) --foreign doc/Makefile
376: .PRECIOUS: Makefile
377: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
378: @case '$?' in \
379: *config.status*) \
380: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
381: *) \
382: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
383: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
384: esac;
385:
386: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
387: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388:
389: $(top_srcdir)/configure: $(am__configure_deps)
390: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
392: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393: $(am__aclocal_m4_deps):
394:
395: mostlyclean-libtool:
396: -rm -f *.lo
397:
398: clean-libtool:
399: -rm -rf .libs _libs
400: install-man8: $(dist_man8_MANS)
401: @$(NORMAL_INSTALL)
402: @list1='$(dist_man8_MANS)'; \
403: list2=''; \
404: test -n "$(man8dir)" \
405: && test -n "`echo $$list1$$list2`" \
406: || exit 0; \
407: echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
408: $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
409: { for i in $$list1; do echo "$$i"; done; \
410: if test -n "$$list2"; then \
411: for i in $$list2; do echo "$$i"; done \
412: | sed -n '/\.8[a-z]*$$/p'; \
413: fi; \
414: } | while read p; do \
415: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
416: echo "$$d$$p"; echo "$$p"; \
417: done | \
418: sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
419: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
420: sed 'N;N;s,\n, ,g' | { \
421: list=; while read file base inst; do \
422: if test "$$base" = "$$inst"; then list="$$list $$file"; else \
423: echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
424: $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
425: fi; \
426: done; \
427: for i in $$list; do echo "$$i"; done | $(am__base_list) | \
428: while read files; do \
429: test -z "$$files" || { \
430: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
431: $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
432: done; }
433:
434: uninstall-man8:
435: @$(NORMAL_UNINSTALL)
436: @list='$(dist_man8_MANS)'; test -n "$(man8dir)" || exit 0; \
437: files=`{ for i in $$list; do echo "$$i"; done; \
438: } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
439: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
440: dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
441:
442: # This directory's subdirectories are mostly independent; you can cd
443: # into them and run 'make' without going through this Makefile.
444: # To change the values of 'make' variables: instead of editing Makefiles,
445: # (1) if the variable is set in 'config.status', edit 'config.status'
446: # (which will cause the Makefiles to be regenerated when you run 'make');
447: # (2) otherwise, pass the desired values on the 'make' command line.
448: $(am__recursive_targets):
449: @fail=; \
450: if $(am__make_keepgoing); then \
451: failcom='fail=yes'; \
452: else \
453: failcom='exit 1'; \
454: fi; \
455: dot_seen=no; \
456: target=`echo $@ | sed s/-recursive//`; \
457: case "$@" in \
458: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
459: *) list='$(SUBDIRS)' ;; \
460: esac; \
461: for subdir in $$list; do \
462: echo "Making $$target in $$subdir"; \
463: if test "$$subdir" = "."; then \
464: dot_seen=yes; \
465: local_target="$$target-am"; \
466: else \
467: local_target="$$target"; \
468: fi; \
469: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
470: || eval $$failcom; \
471: done; \
472: if test "$$dot_seen" = "no"; then \
473: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
474: fi; test -z "$$fail"
475:
476: ID: $(am__tagged_files)
477: $(am__define_uniq_tagged_files); mkid -fID $$unique
478: tags: tags-recursive
479: TAGS: tags
480:
481: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
482: set x; \
483: here=`pwd`; \
484: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
485: include_option=--etags-include; \
486: empty_fix=.; \
487: else \
488: include_option=--include; \
489: empty_fix=; \
490: fi; \
491: list='$(SUBDIRS)'; for subdir in $$list; do \
492: if test "$$subdir" = .; then :; else \
493: test ! -f $$subdir/TAGS || \
494: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
495: fi; \
496: done; \
497: $(am__define_uniq_tagged_files); \
498: shift; \
499: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
500: test -n "$$unique" || unique=$$empty_fix; \
501: if test $$# -gt 0; then \
502: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
503: "$$@" $$unique; \
504: else \
505: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
506: $$unique; \
507: fi; \
508: fi
509: ctags: ctags-recursive
510:
511: CTAGS: ctags
512: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
513: $(am__define_uniq_tagged_files); \
514: test -z "$(CTAGS_ARGS)$$unique" \
515: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
516: $$unique
517:
518: GTAGS:
519: here=`$(am__cd) $(top_builddir) && pwd` \
520: && $(am__cd) $(top_srcdir) \
521: && gtags -i $(GTAGS_ARGS) "$$here"
522: cscopelist: cscopelist-recursive
523:
524: cscopelist-am: $(am__tagged_files)
525: list='$(am__tagged_files)'; \
526: case "$(srcdir)" in \
527: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
528: *) sdir=$(subdir)/$(srcdir) ;; \
529: esac; \
530: for i in $$list; do \
531: if test -f "$$i"; then \
532: echo "$(subdir)/$$i"; \
533: else \
534: echo "$$sdir/$$i"; \
535: fi; \
536: done >> $(top_builddir)/cscope.files
537:
538: distclean-tags:
539: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540:
541: distdir: $(DISTFILES)
542: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
544: list='$(DISTFILES)'; \
545: dist_files=`for file in $$list; do echo $$file; done | \
546: sed -e "s|^$$srcdirstrip/||;t" \
547: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
548: case $$dist_files in \
549: */*) $(MKDIR_P) `echo "$$dist_files" | \
550: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
551: sort -u` ;; \
552: esac; \
553: for file in $$dist_files; do \
554: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
555: if test -d $$d/$$file; then \
556: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
557: if test -d "$(distdir)/$$file"; then \
558: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559: fi; \
560: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
561: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
562: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563: fi; \
564: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
565: else \
566: test -f "$(distdir)/$$file" \
567: || cp -p $$d/$$file "$(distdir)/$$file" \
568: || exit 1; \
569: fi; \
570: done
571: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
572: if test "$$subdir" = .; then :; else \
573: $(am__make_dryrun) \
574: || test -d "$(distdir)/$$subdir" \
575: || $(MKDIR_P) "$(distdir)/$$subdir" \
576: || exit 1; \
577: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
578: $(am__relativize); \
579: new_distdir=$$reldir; \
580: dir1=$$subdir; dir2="$(top_distdir)"; \
581: $(am__relativize); \
582: new_top_distdir=$$reldir; \
583: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
584: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
585: ($(am__cd) $$subdir && \
586: $(MAKE) $(AM_MAKEFLAGS) \
587: top_distdir="$$new_top_distdir" \
588: distdir="$$new_distdir" \
589: am__remove_distdir=: \
590: am__skip_length_check=: \
591: am__skip_mode_fix=: \
592: distdir) \
593: || exit 1; \
594: fi; \
595: done
596: check-am: all-am
597: check: check-recursive
598: all-am: Makefile $(MANS)
599: installdirs: installdirs-recursive
600: installdirs-am:
601: for dir in "$(DESTDIR)$(man8dir)"; do \
602: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
603: done
604: install: install-recursive
605: install-exec: install-exec-recursive
606: install-data: install-data-recursive
607: uninstall: uninstall-recursive
608:
609: install-am: all-am
610: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
611:
612: installcheck: installcheck-recursive
613: install-strip:
614: if test -z '$(STRIP)'; then \
615: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617: install; \
618: else \
619: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
622: fi
623: mostlyclean-generic:
624:
625: clean-generic:
626:
627: distclean-generic:
628: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
629: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
630:
631: maintainer-clean-generic:
632: @echo "This command is intended for maintainers to use"
633: @echo "it deletes files that may require special tools to rebuild."
634: clean: clean-recursive
635:
636: clean-am: clean-generic clean-libtool mostlyclean-am
637:
638: distclean: distclean-recursive
639: -rm -f Makefile
640: distclean-am: clean-am distclean-generic distclean-tags
641:
642: dvi: dvi-recursive
643:
644: dvi-am:
645:
646: html: html-recursive
647:
648: html-am:
649:
650: info: info-recursive
651:
652: info-am:
653:
654: install-data-am: install-man
655:
656: install-dvi: install-dvi-recursive
657:
658: install-dvi-am:
659:
660: install-exec-am:
661:
662: install-html: install-html-recursive
663:
664: install-html-am:
665:
666: install-info: install-info-recursive
667:
668: install-info-am:
669:
670: install-man: install-man8
671:
672: install-pdf: install-pdf-recursive
673:
674: install-pdf-am:
675:
676: install-ps: install-ps-recursive
677:
678: install-ps-am:
679:
680: installcheck-am:
681:
682: maintainer-clean: maintainer-clean-recursive
683: -rm -f Makefile
684: maintainer-clean-am: distclean-am maintainer-clean-generic
685:
686: mostlyclean: mostlyclean-recursive
687:
688: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
689:
690: pdf: pdf-recursive
691:
692: pdf-am:
693:
694: ps: ps-recursive
695:
696: ps-am:
697:
698: uninstall-am: uninstall-man
699:
700: uninstall-man: uninstall-man8
701:
702: .MAKE: $(am__recursive_targets) install-am install-strip
703:
704: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
705: check-am clean clean-generic clean-libtool cscopelist-am ctags \
706: ctags-am distclean distclean-generic distclean-libtool \
707: distclean-tags distdir dvi dvi-am html html-am info info-am \
708: install install-am install-data install-data-am install-dvi \
709: install-dvi-am install-exec install-exec-am install-html \
710: install-html-am install-info install-info-am install-man \
711: install-man8 install-pdf install-pdf-am install-ps \
712: install-ps-am install-strip installcheck installcheck-am \
713: installdirs installdirs-am maintainer-clean \
714: maintainer-clean-generic mostlyclean mostlyclean-generic \
715: mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
716: uninstall-am uninstall-man uninstall-man8
717:
718:
719: # Tell versions [3.59,3.63) of GNU make to not export all variables.
720: # Otherwise a system limit (for SysV at least) may be exceeded.
721: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>