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 1106 by michael, Tue Nov 2 15:10:53 2010 UTC vs.
ircd-hybrid-8/help/Makefile.in (file contents), Revision 1373 by michael, Fri Apr 27 07:32:34 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11.1 from Makefile.am.
1 > # Makefile.in generated by automake 1.12 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.
5 > # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 > # Foundation, Inc.
7   # This Makefile.in is free software; the Free Software Foundation
8   # gives unlimited permission to copy and/or distribute it,
9   # with or without modifications, as long as this notice is preserved.
# Line 15 | Line 15
15  
16   @SET_MAKE@
17   VPATH = @srcdir@
18 + am__make_dryrun = \
19 +  { \
20 +    am__dry=no; \
21 +    case $$MAKEFLAGS in \
22 +      *\\[\ \   ]*) \
23 +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24 +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 +      *) \
26 +        for am__flg in $$MAKEFLAGS; do \
27 +          case $$am__flg in \
28 +            *=*|--*) ;; \
29 +            *n*) am__dry=yes; break;; \
30 +          esac; \
31 +        done;; \
32 +    esac; \
33 +    test $$am__dry = yes; \
34 +  }
35   pkgdatadir = $(datadir)/@PACKAGE@
36   pkgincludedir = $(includedir)/@PACKAGE@
37   pkglibdir = $(libdir)/@PACKAGE@
# Line 53 | Line 70 | RECURSIVE_TARGETS = all-recursive check-
70          install-pdf-recursive install-ps-recursive install-recursive \
71          installcheck-recursive installdirs-recursive pdf-recursive \
72          ps-recursive uninstall-recursive
73 + am__can_run_installinfo = \
74 +  case $$AM_UPDATE_INFO_DIR in \
75 +    n|no|NO) false;; \
76 +    *) (install-info --version) >/dev/null 2>&1;; \
77 +  esac
78   RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79    distclean-recursive maintainer-clean-recursive
80   AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
# Line 270 | Line 292 | clean-libtool:
292          -rm -rf .libs _libs
293  
294   # This directory's subdirectories are mostly independent; you can cd
295 < # into them and run `make' without going through this Makefile.
296 < # To change the values of `make' variables: instead of editing Makefiles,
297 < # (1) if the variable is set in `config.status', edit `config.status'
298 < #     (which will cause the Makefiles to be regenerated when you run `make');
299 < # (2) otherwise, pass the desired values on the `make' command line.
295 > # into them and run 'make' without going through this Makefile.
296 > # To change the values of 'make' variables: instead of editing Makefiles,
297 > # (1) if the variable is set in 'config.status', edit 'config.status'
298 > #     (which will cause the Makefiles to be regenerated when you run 'make');
299 > # (2) otherwise, pass the desired values on the 'make' command line.
300   $(RECURSIVE_TARGETS):
301          @fail= failcom='exit 1'; \
302          for f in x $$MAKEFLAGS; do \
# Line 338 | Line 360 | ctags-recursive:
360          list='$(SUBDIRS)'; for subdir in $$list; do \
361            test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
362          done
363 + cscopelist-recursive:
364 +        list='$(SUBDIRS)'; for subdir in $$list; do \
365 +          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
366 +        done
367  
368   ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
# Line 401 | Line 427 | GTAGS:
427            && $(am__cd) $(top_srcdir) \
428            && gtags -i $(GTAGS_ARGS) "$$here"
429  
430 + cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
431 +        list='$(SOURCES) $(HEADERS) $(LISP)'; \
432 +        case "$(srcdir)" in \
433 +          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
434 +          *) sdir=$(subdir)/$(srcdir) ;; \
435 +        esac; \
436 +        for i in $$list; do \
437 +          if test -f "$$i"; then \
438 +            echo "$(subdir)/$$i"; \
439 +          else \
440 +            echo "$$sdir/$$i"; \
441 +          fi; \
442 +        done >> $(top_builddir)/cscope.files
443 +
444   distclean-tags:
445          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
446  
# Line 436 | Line 476 | distdir: $(DISTFILES)
476          done
477          @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
478            if test "$$subdir" = .; then :; else \
479 <            test -d "$(distdir)/$$subdir" \
480 <            || $(MKDIR_P) "$(distdir)/$$subdir" \
481 <            || exit 1; \
482 <          fi; \
443 <        done
444 <        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
445 <          if test "$$subdir" = .; then :; else \
479 >            $(am__make_dryrun) \
480 >              || test -d "$(distdir)/$$subdir" \
481 >              || $(MKDIR_P) "$(distdir)/$$subdir" \
482 >              || exit 1; \
483              dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
484              $(am__relativize); \
485              new_distdir=$$reldir; \
# Line 477 | Line 514 | install-am: all-am
514  
515   installcheck: installcheck-recursive
516   install-strip:
517 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519 <          `test -z '$(STRIP)' || \
520 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
517 >        if test -z '$(STRIP)'; then \
518 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520 >              install; \
521 >        else \
522 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
523 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
524 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
525 >        fi
526   mostlyclean-generic:
527  
528   clean-generic:
# Line 558 | Line 600 | ps-am:
600  
601   uninstall-am:
602  
603 < .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
604 <        install-am install-strip tags-recursive
603 > .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
604 >        cscopelist-recursive ctags-recursive install-am install-strip \
605 >        tags-recursive
606  
607   .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
608          all all-am check check-am clean clean-generic clean-libtool \
609 <        ctags ctags-recursive distclean distclean-generic \
610 <        distclean-libtool distclean-tags distdir dvi dvi-am html \
611 <        html-am info info-am install install-am install-data \
612 <        install-data-am install-dvi install-dvi-am install-exec \
613 <        install-exec-am install-html install-html-am install-info \
614 <        install-info-am install-man install-pdf install-pdf-am \
615 <        install-ps install-ps-am install-strip installcheck \
616 <        installcheck-am installdirs installdirs-am maintainer-clean \
617 <        maintainer-clean-generic mostlyclean mostlyclean-generic \
618 <        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
619 <        uninstall uninstall-am
609 >        cscopelist cscopelist-recursive ctags ctags-recursive \
610 >        distclean distclean-generic distclean-libtool distclean-tags \
611 >        distdir dvi dvi-am html html-am info info-am install \
612 >        install-am install-data install-data-am install-dvi \
613 >        install-dvi-am install-exec install-exec-am install-html \
614 >        install-html-am install-info install-info-am install-man \
615 >        install-pdf install-pdf-am install-ps install-ps-am \
616 >        install-strip installcheck installcheck-am installdirs \
617 >        installdirs-am maintainer-clean maintainer-clean-generic \
618 >        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
619 >        ps ps-am tags tags-recursive uninstall uninstall-am
620  
621  
622   # 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)