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 1373 by michael, Fri Apr 27 07:32:34 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 from Makefile.am.
2   # @configure_input@
3  
4   # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Line 292 | 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 360 | 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 423 | 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 582 | 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)