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-7.3/help/Makefile.in (file contents), Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
ircd-hybrid-8/help/Makefile.in (file contents), Revision 1462 by michael, Fri Jul 13 19:27:24 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11 from Makefile.am.
1 > # Makefile.in generated by automake 1.12.2 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.
4 > # Copyright (C) 1994-2012 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.
# Line 15 | Line 14
14  
15   @SET_MAKE@
16   VPATH = @srcdir@
17 + am__make_dryrun = \
18 +  { \
19 +    am__dry=no; \
20 +    case $$MAKEFLAGS in \
21 +      *\\[\ \   ]*) \
22 +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23 +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 +      *) \
25 +        for am__flg in $$MAKEFLAGS; do \
26 +          case $$am__flg in \
27 +            *=*|--*) ;; \
28 +            *n*) am__dry=yes; break;; \
29 +          esac; \
30 +        done;; \
31 +    esac; \
32 +    test $$am__dry = yes; \
33 +  }
34   pkgdatadir = $(datadir)/@PACKAGE@
35   pkgincludedir = $(includedir)/@PACKAGE@
36   pkglibdir = $(libdir)/@PACKAGE@
# Line 53 | Line 69 | RECURSIVE_TARGETS = all-recursive check-
69          install-pdf-recursive install-ps-recursive install-recursive \
70          installcheck-recursive installdirs-recursive pdf-recursive \
71          ps-recursive uninstall-recursive
72 + am__can_run_installinfo = \
73 +  case $$AM_UPDATE_INFO_DIR in \
74 +    n|no|NO) false;; \
75 +    *) (install-info --version) >/dev/null 2>&1;; \
76 +  esac
77   RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78    distclean-recursive maintainer-clean-recursive
79   AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
# Line 104 | Line 125 | CYGPATH_W = @CYGPATH_W@
125   DATADIR = @DATADIR@
126   DEFS = @DEFS@
127   DEPDIR = @DEPDIR@
128 + DLLTOOL = @DLLTOOL@
129   DSYMUTIL = @DSYMUTIL@
130   DUMPBIN = @DUMPBIN@
131   ECHO_C = @ECHO_C@
# Line 145 | Line 167 | LT_DLLOADERS = @LT_DLLOADERS@
167   LT_DLPREOPEN = @LT_DLPREOPEN@
168   MAINT = @MAINT@
169   MAKEINFO = @MAKEINFO@
170 + MANIFEST_TOOL = @MANIFEST_TOOL@
171   MKDIR_P = @MKDIR_P@
172   NM = @NM@
173   NMEDIT = @NMEDIT@
# Line 174 | Line 197 | abs_builddir = @abs_builddir@
197   abs_srcdir = @abs_srcdir@
198   abs_top_builddir = @abs_top_builddir@
199   abs_top_srcdir = @abs_top_srcdir@
200 + ac_ct_AR = @ac_ct_AR@
201   ac_ct_CC = @ac_ct_CC@
202   ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
203   am__include = @am__include@
# Line 206 | Line 230 | libdir = @libdir@
230   libexecdir = @libexecdir@
231   localedir = @localedir@
232   localstatedir = @localstatedir@
209 lt_ECHO = @lt_ECHO@
233   ltdl_LIBOBJS = @ltdl_LIBOBJS@
234   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
235   mandir = @mandir@
# Line 219 | Line 242 | psdir = @psdir@
242   sbindir = @sbindir@
243   sharedstatedir = @sharedstatedir@
244   srcdir = @srcdir@
222 subdirs = @subdirs@
245   sys_symbol_underscore = @sys_symbol_underscore@
246   sysconfdir = @sysconfdir@
247   target_alias = @target_alias@
# Line 269 | Line 291 | clean-libtool:
291          -rm -rf .libs _libs
292  
293   # This directory's subdirectories are mostly independent; you can cd
294 < # into them and run `make' without going through this Makefile.
295 < # To change the values of `make' variables: instead of editing Makefiles,
296 < # (1) if the variable is set in `config.status', edit `config.status'
297 < #     (which will cause the Makefiles to be regenerated when you run `make');
298 < # (2) otherwise, pass the desired values on the `make' command line.
299 < $(RECURSIVE_TARGETS):
300 <        @failcom='exit 1'; \
294 > # into them and run 'make' without going through this Makefile.
295 > # To change the values of 'make' variables: instead of editing Makefiles,
296 > # (1) if the variable is set in 'config.status', edit 'config.status'
297 > #     (which will cause the Makefiles to be regenerated when you run 'make');
298 > # (2) otherwise, pass the desired values on the 'make' command line.
299 > $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
300 >        @fail= failcom='exit 1'; \
301          for f in x $$MAKEFLAGS; do \
302            case $$f in \
303              *=* | --[!k]*);; \
# Line 284 | Line 306 | $(RECURSIVE_TARGETS):
306          done; \
307          dot_seen=no; \
308          target=`echo $@ | sed s/-recursive//`; \
309 <        list='$(SUBDIRS)'; for subdir in $$list; do \
309 >        case "$@" in \
310 >          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
311 >          *) list='$(SUBDIRS)' ;; \
312 >        esac; \
313 >        for subdir in $$list; do \
314            echo "Making $$target in $$subdir"; \
315            if test "$$subdir" = "."; then \
316              dot_seen=yes; \
# Line 298 | Line 324 | $(RECURSIVE_TARGETS):
324          if test "$$dot_seen" = "no"; then \
325            $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
326          fi; test -z "$$fail"
301
302 $(RECURSIVE_CLEAN_TARGETS):
303        @failcom='exit 1'; \
304        for f in x $$MAKEFLAGS; do \
305          case $$f in \
306            *=* | --[!k]*);; \
307            *k*) failcom='fail=yes';; \
308          esac; \
309        done; \
310        dot_seen=no; \
311        case "$@" in \
312          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
313          *) list='$(SUBDIRS)' ;; \
314        esac; \
315        rev=''; for subdir in $$list; do \
316          if test "$$subdir" = "."; then :; else \
317            rev="$$subdir $$rev"; \
318          fi; \
319        done; \
320        rev="$$rev ."; \
321        target=`echo $@ | sed s/-recursive//`; \
322        for subdir in $$rev; do \
323          echo "Making $$target in $$subdir"; \
324          if test "$$subdir" = "."; then \
325            local_target="$$target-am"; \
326          else \
327            local_target="$$target"; \
328          fi; \
329          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
330          || eval $$failcom; \
331        done && test -z "$$fail"
327   tags-recursive:
328          list='$(SUBDIRS)'; for subdir in $$list; do \
329            test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
# Line 337 | Line 332 | 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
339  
340   ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
# Line 400 | Line 399 | GTAGS:
399            && $(am__cd) $(top_srcdir) \
400            && gtags -i $(GTAGS_ARGS) "$$here"
401  
402 + cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
403 +        list='$(SOURCES) $(HEADERS) $(LISP)'; \
404 +        case "$(srcdir)" in \
405 +          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
406 +          *) sdir=$(subdir)/$(srcdir) ;; \
407 +        esac; \
408 +        for i in $$list; do \
409 +          if test -f "$$i"; then \
410 +            echo "$(subdir)/$$i"; \
411 +          else \
412 +            echo "$$sdir/$$i"; \
413 +          fi; \
414 +        done >> $(top_builddir)/cscope.files
415 +
416   distclean-tags:
417          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
418  
# Line 435 | Line 448 | distdir: $(DISTFILES)
448          done
449          @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450            if test "$$subdir" = .; then :; else \
451 <            test -d "$(distdir)/$$subdir" \
452 <            || $(MKDIR_P) "$(distdir)/$$subdir" \
453 <            || exit 1; \
454 <          fi; \
442 <        done
443 <        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444 <          if test "$$subdir" = .; then :; else \
451 >            $(am__make_dryrun) \
452 >              || test -d "$(distdir)/$$subdir" \
453 >              || $(MKDIR_P) "$(distdir)/$$subdir" \
454 >              || exit 1; \
455              dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
456              $(am__relativize); \
457              new_distdir=$$reldir; \
# Line 476 | Line 486 | install-am: all-am
486  
487   installcheck: installcheck-recursive
488   install-strip:
489 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
490 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
491 <          `test -z '$(STRIP)' || \
492 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
489 >        if test -z '$(STRIP)'; then \
490 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492 >              install; \
493 >        else \
494 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
497 >        fi
498   mostlyclean-generic:
499  
500   clean-generic:
# Line 557 | Line 572 | ps-am:
572  
573   uninstall-am:
574  
575 < .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
576 <        install-am install-strip tags-recursive
575 > .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
576 >        cscopelist-recursive ctags-recursive install-am install-strip \
577 >        tags-recursive
578  
579   .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
580          all all-am check check-am clean clean-generic clean-libtool \
581 <        ctags ctags-recursive distclean distclean-generic \
582 <        distclean-libtool distclean-tags distdir dvi dvi-am html \
583 <        html-am info info-am install install-am install-data \
584 <        install-data-am install-dvi install-dvi-am install-exec \
585 <        install-exec-am install-html install-html-am install-info \
586 <        install-info-am install-man install-pdf install-pdf-am \
587 <        install-ps install-ps-am install-strip installcheck \
588 <        installcheck-am installdirs installdirs-am maintainer-clean \
589 <        maintainer-clean-generic mostlyclean mostlyclean-generic \
590 <        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
591 <        uninstall uninstall-am
581 >        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 \
585 >        install-dvi-am install-exec install-exec-am install-html \
586 >        install-html-am install-info install-info-am install-man \
587 >        install-pdf install-pdf-am install-ps install-ps-am \
588 >        install-strip installcheck installcheck-am installdirs \
589 >        installdirs-am maintainer-clean maintainer-clean-generic \
590 >        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
591 >        ps ps-am tags tags-recursive uninstall uninstall-am
592  
593  
594   # 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)