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-8/help/Makefile.in (file contents):
Revision 1356 by michael, Sat Apr 21 19:56:44 2012 UTC vs.
Revision 1462 by michael, Fri Jul 13 19:27:24 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11.5 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, 2010, 2011 Free Software
6 < # Foundation, 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 292 | 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):
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 \
# Line 307 | 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 321 | Line 324 | $(RECURSIVE_TARGETS):
324          if test "$$dot_seen" = "no"; then \
325            $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
326          fi; test -z "$$fail"
324
325 $(RECURSIVE_CLEAN_TARGETS):
326        @fail= failcom='exit 1'; \
327        for f in x $$MAKEFLAGS; do \
328          case $$f in \
329            *=* | --[!k]*);; \
330            *k*) failcom='fail=yes';; \
331          esac; \
332        done; \
333        dot_seen=no; \
334        case "$@" in \
335          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
336          *) list='$(SUBDIRS)' ;; \
337        esac; \
338        rev=''; for subdir in $$list; do \
339          if test "$$subdir" = "."; then :; else \
340            rev="$$subdir $$rev"; \
341          fi; \
342        done; \
343        rev="$$rev ."; \
344        target=`echo $@ | sed s/-recursive//`; \
345        for subdir in $$rev; do \
346          echo "Making $$target in $$subdir"; \
347          if test "$$subdir" = "."; then \
348            local_target="$$target-am"; \
349          else \
350            local_target="$$target"; \
351          fi; \
352          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
353          || eval $$failcom; \
354        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 360 | 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 423 | 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 582 | 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)