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

Comparing ircd-hybrid-8/modules/core/Makefile.in (file contents):
Revision 1372 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 52 | Line 52 | POST_UNINSTALL = :
52   build_triplet = @build@
53   host_triplet = @host@
54   subdir = modules/core
55 < DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55 > DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56 >        $(top_srcdir)/depcomp
57   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58   am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
59          $(top_srcdir)/configure.ac
# Line 446 | Line 447 | uninstall-modulesLTLIBRARIES:
447  
448   clean-modulesLTLIBRARIES:
449          -test -z "$(modules_LTLIBRARIES)" || rm -f $(modules_LTLIBRARIES)
450 <        @list='$(modules_LTLIBRARIES)'; for p in $$list; do \
451 <          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
452 <          test "$$dir" != "$$p" || dir=.; \
453 <          echo "rm -f \"$${dir}/so_locations\""; \
454 <          rm -f "$${dir}/so_locations"; \
455 <        done
450 >        @list='$(modules_LTLIBRARIES)'; \
451 >        locs=`for p in $$list; do echo $$p; done | \
452 >              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
453 >              sort -u`; \
454 >        test -z "$$locs" || { \
455 >          echo rm -f $${locs}; \
456 >          rm -f $${locs}; \
457 >        }
458   m_die.la: $(m_die_la_OBJECTS) $(m_die_la_DEPENDENCIES) $(EXTRA_m_die_la_DEPENDENCIES)
459          $(m_die_la_LINK) -rpath $(modulesdir) $(m_die_la_OBJECTS) $(m_die_la_LIBADD) $(LIBS)
460   m_error.la: $(m_error_la_OBJECTS) $(m_error_la_DEPENDENCIES) $(EXTRA_m_error_la_DEPENDENCIES)
# Line 575 | Line 578 | GTAGS:
578            && $(am__cd) $(top_srcdir) \
579            && gtags -i $(GTAGS_ARGS) "$$here"
580  
581 + cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
582 +        list='$(SOURCES) $(HEADERS) $(LISP)'; \
583 +        case "$(srcdir)" in \
584 +          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
585 +          *) sdir=$(subdir)/$(srcdir) ;; \
586 +        esac; \
587 +        for i in $$list; do \
588 +          if test -f "$$i"; then \
589 +            echo "$(subdir)/$$i"; \
590 +          else \
591 +            echo "$$sdir/$$i"; \
592 +          fi; \
593 +        done >> $(top_builddir)/cscope.files
594 +
595   distclean-tags:
596          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
597  
# Line 720 | Line 737 | uninstall-am: uninstall-modulesLTLIBRARI
737   .MAKE: install-am install-exec-am install-strip
738  
739   .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
740 <        clean-libtool clean-modulesLTLIBRARIES ctags distclean \
741 <        distclean-compile distclean-generic distclean-libtool \
742 <        distclean-tags distdir dvi dvi-am html html-am info info-am \
743 <        install install-am install-data install-data-am install-dvi \
744 <        install-dvi-am install-exec install-exec-am install-exec-hook \
745 <        install-html install-html-am install-info install-info-am \
746 <        install-man install-modulesLTLIBRARIES install-pdf \
747 <        install-pdf-am install-ps install-ps-am install-strip \
748 <        installcheck installcheck-am installdirs maintainer-clean \
740 >        clean-libtool clean-modulesLTLIBRARIES cscopelist ctags \
741 >        distclean distclean-compile distclean-generic \
742 >        distclean-libtool distclean-tags distdir dvi dvi-am html \
743 >        html-am info info-am install install-am install-data \
744 >        install-data-am install-dvi install-dvi-am install-exec \
745 >        install-exec-am install-exec-hook install-html install-html-am \
746 >        install-info install-info-am install-man \
747 >        install-modulesLTLIBRARIES install-pdf install-pdf-am \
748 >        install-ps install-ps-am install-strip installcheck \
749 >        installcheck-am installdirs maintainer-clean \
750          maintainer-clean-generic mostlyclean mostlyclean-compile \
751          mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
752          tags uninstall uninstall-am uninstall-modulesLTLIBRARIES

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines