ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/Makefile.in
(Generate patch)

Comparing ircd-hybrid/trunk/help/Makefile.in (file contents):
Revision 1719 by michael, Tue Dec 18 18:06:32 2012 UTC vs.
Revision 1720 by michael, Fri Dec 28 21:06:21 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.12.6 from Makefile.am.
1 > # Makefile.in generated by automake 1.13 from Makefile.am.
2   # @configure_input@
3  
4   # Copyright (C) 1994-2012 Free Software Foundation, Inc.
# Line 50 | Line 50 | POST_UNINSTALL = :
50   build_triplet = @build@
51   host_triplet = @host@
52   subdir = help
53 < DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
53 > DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55   am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
56          $(top_srcdir)/configure.ac
# Line 60 | Line 60 | mkinstalldirs = $(install_sh) -d
60   CONFIG_HEADER = $(top_builddir)/config.h
61   CONFIG_CLEAN_FILES =
62   CONFIG_CLEAN_VPATH_FILES =
63 + AM_V_P = $(am__v_P_@AM_V@)
64 + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
65 + am__v_P_0 = false
66 + am__v_P_1 = :
67 + AM_V_GEN = $(am__v_GEN_@AM_V@)
68 + am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69 + am__v_GEN_0 = @echo "  GEN     " $@;
70 + am__v_GEN_1 =
71 + AM_V_at = $(am__v_at_@AM_V@)
72 + am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
73 + am__v_at_0 = @
74 + am__v_at_1 =
75   SOURCES =
76   DIST_SOURCES =
77 < RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78 <        html-recursive info-recursive install-data-recursive \
79 <        install-dvi-recursive install-exec-recursive \
80 <        install-html-recursive install-info-recursive \
81 <        install-pdf-recursive install-ps-recursive install-recursive \
82 <        installcheck-recursive installdirs-recursive pdf-recursive \
83 <        ps-recursive uninstall-recursive
77 > RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
78 >        ctags-recursive dvi-recursive html-recursive info-recursive \
79 >        install-data-recursive install-dvi-recursive \
80 >        install-exec-recursive install-html-recursive \
81 >        install-info-recursive install-pdf-recursive \
82 >        install-ps-recursive install-recursive installcheck-recursive \
83 >        installdirs-recursive pdf-recursive ps-recursive \
84 >        tags-recursive uninstall-recursive
85   am__can_run_installinfo = \
86    case $$AM_UPDATE_INFO_DIR in \
87      n|no|NO) false;; \
# Line 76 | Line 89 | am__can_run_installinfo = \
89    esac
90   RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
91    distclean-recursive maintainer-clean-recursive
92 < AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
93 <        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
92 > am__recursive_targets = \
93 >  $(RECURSIVE_TARGETS) \
94 >  $(RECURSIVE_CLEAN_TARGETS) \
95 >  $(am__extra_recursive_targets)
96 > AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
97          distdir
98 + am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
99 + # Read a list of newline-separated strings from the standard input,
100 + # and print each of them once, without duplicates.  Input order is
101 + # *not* preserved.
102 + am__uniquify_input = $(AWK) '\
103 +  BEGIN { nonempty = 0; } \
104 +  { items[$$0] = 1; nonempty = 1; } \
105 +  END { if (nonempty) { for (i in items) print i; }; } \
106 + '
107 + # Make sure the list of sources is unique.  This is necessary because,
108 + # e.g., the same source file might be shared among _SOURCES variables
109 + # for different programs/libraries.
110 + am__define_uniq_tagged_files = \
111 +  list='$(am__tagged_files)'; \
112 +  unique=`for i in $$list; do \
113 +    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
114 +  done | $(am__uniquify_input)`
115   ETAGS = etags
116   CTAGS = ctags
117   DIST_SUBDIRS = $(SUBDIRS)
# Line 110 | Line 143 | am__relativize = \
143    reldir="$$dir2"
144   ACLOCAL = @ACLOCAL@
145   AMTAR = @AMTAR@
146 + AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
147   AR = @AR@
148   ARGZ_H = @ARGZ_H@
149   AUTOCONF = @AUTOCONF@
# Line 296 | Line 330 | clean-libtool:
330   # (1) if the variable is set in 'config.status', edit 'config.status'
331   #     (which will cause the Makefiles to be regenerated when you run 'make');
332   # (2) otherwise, pass the desired values on the 'make' command line.
333 < $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
333 > $(am__recursive_targets):
334          @fail= failcom='exit 1'; \
335          for f in x $$MAKEFLAGS; do \
336            case $$f in \
# Line 324 | Line 358 | $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_T
358          if test "$$dot_seen" = "no"; then \
359            $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
360          fi; test -z "$$fail"
327 tags-recursive:
328        list='$(SUBDIRS)'; for subdir in $$list; do \
329          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
330        done
331 ctags-recursive:
332        list='$(SUBDIRS)'; for subdir in $$list; do \
333          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
334        done
335 cscopelist-recursive:
336        list='$(SUBDIRS)'; for subdir in $$list; do \
337          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
338        done
361  
362 < ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
363 <        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364 <        unique=`for i in $$list; do \
365 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344 <          done | \
345 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
347 <        mkid -fID $$unique
348 < tags: TAGS
362 > ID: $(am__tagged_files)
363 >        $(am__define_uniq_tagged_files); mkid -fID $$unique
364 > tags: tags-recursive
365 > TAGS: tags
366  
367 < TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351 <                $(TAGS_FILES) $(LISP)
367 > tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
368          set x; \
369          here=`pwd`; \
370          if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
# Line 364 | Line 380 | TAGS: tags-recursive $(HEADERS) $(SOURCE
380                set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
381            fi; \
382          done; \
383 <        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368 <        unique=`for i in $$list; do \
369 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370 <          done | \
371 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
383 >        $(am__define_uniq_tagged_files); \
384          shift; \
385          if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
386            test -n "$$unique" || unique=$$empty_fix; \
# Line 381 | Line 392 | TAGS: tags-recursive $(HEADERS) $(SOURCE
392                $$unique; \
393            fi; \
394          fi
395 < ctags: CTAGS
396 < CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397 <                $(TAGS_FILES) $(LISP)
398 <        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
399 <        unique=`for i in $$list; do \
389 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390 <          done | \
391 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
395 > ctags: ctags-recursive
396 >
397 > CTAGS: ctags
398 > ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
399 >        $(am__define_uniq_tagged_files); \
400          test -z "$(CTAGS_ARGS)$$unique" \
401            || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402               $$unique
# Line 398 | Line 405 | GTAGS:
405          here=`$(am__cd) $(top_builddir) && pwd` \
406            && $(am__cd) $(top_srcdir) \
407            && gtags -i $(GTAGS_ARGS) "$$here"
408 + cscopelist: cscopelist-recursive
409  
410 < cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
411 <        list='$(SOURCES) $(HEADERS) $(LISP)'; \
410 > cscopelist-am: $(am__tagged_files)
411 >        list='$(am__tagged_files)'; \
412          case "$(srcdir)" in \
413            [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
414            *) sdir=$(subdir)/$(srcdir) ;; \
# Line 572 | Line 580 | ps-am:
580  
581   uninstall-am:
582  
583 < .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
584 <        cscopelist-recursive ctags-recursive install-am install-strip \
585 <        tags-recursive
586 <
587 < .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
588 <        all all-am check check-am clean clean-generic clean-libtool \
589 <        cscopelist cscopelist-recursive ctags ctags-recursive \
582 <        distclean distclean-generic distclean-libtool distclean-tags \
583 <        distdir dvi dvi-am html html-am info info-am install \
584 <        install-am install-data install-data-am install-dvi \
583 > .MAKE: $(am__recursive_targets) install-am install-strip
584 >
585 > .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
586 >        check-am clean clean-generic clean-libtool cscopelist-am ctags \
587 >        ctags-am distclean distclean-generic distclean-libtool \
588 >        distclean-tags distdir dvi dvi-am html html-am info info-am \
589 >        install install-am install-data install-data-am install-dvi \
590          install-dvi-am install-exec install-exec-am install-html \
591          install-html-am install-info install-info-am install-man \
592          install-pdf install-pdf-am install-ps install-ps-am \
593          install-strip installcheck installcheck-am installdirs \
594          installdirs-am maintainer-clean maintainer-clean-generic \
595          mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
596 <        ps ps-am tags tags-recursive uninstall uninstall-am
596 >        ps ps-am tags tags-am uninstall uninstall-am
597  
598  
599   # Tell versions [3.59,3.63) of GNU make to not export all variables.

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)