ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/libltdl/Makefile.in
(Generate patch)

Comparing:
ircd-hybrid-7.3/libltdl/Makefile.in (file contents), Revision 1107 by michael, Tue Nov 2 15:19:41 2010 UTC vs.
ircd-hybrid-8/libltdl/Makefile.in (file contents), Revision 1425 by michael, Wed Jun 6 08:44:22 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.1 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 19 | Line 18
18  
19  
20   VPATH = @srcdir@
21 + am__make_dryrun = \
22 +  { \
23 +    am__dry=no; \
24 +    case $$MAKEFLAGS in \
25 +      *\\[\ \   ]*) \
26 +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27 +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28 +      *) \
29 +        for am__flg in $$MAKEFLAGS; do \
30 +          case $$am__flg in \
31 +            *=*|--*) ;; \
32 +            *n*) am__dry=yes; break;; \
33 +          esac; \
34 +        done;; \
35 +    esac; \
36 +    test $$am__dry = yes; \
37 +  }
38   pkgdatadir = $(datadir)/@PACKAGE@
39   pkgincludedir = $(includedir)/@PACKAGE@
40   pkglibdir = $(libdir)/@PACKAGE@
# Line 43 | Line 59 | host_triplet = @host@
59   subdir = libltdl
60   DIST_COMMON = README $(am__include_HEADERS_DIST) \
61          $(am__ltdlinclude_HEADERS_DIST) $(srcdir)/Makefile.am \
62 <        $(srcdir)/Makefile.in COPYING.LIB
62 >        $(srcdir)/Makefile.in $(top_srcdir)/depcomp COPYING.LIB
63   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64   am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
65          $(top_srcdir)/configure.ac
# Line 74 | Line 90 | am__nobase_list = $(am__nobase_strip_set
90   am__base_list = \
91    sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92    sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
93 + am__uninstall_files_from_dir = { \
94 +  test -z "$$files" \
95 +    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
96 +    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
97 +         $(am__cd) "$$dir" && rm -f $$files; }; \
98 +  }
99   am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
100          "$(DESTDIR)$(ltdlincludedir)"
101   LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
# Line 153 | Line 175 | DIST_SOURCES = $(dld_link_la_SOURCES) $(
175          $(dyld_la_SOURCES) $(libltdl_la_SOURCES) \
176          $(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \
177          $(loadlibrary_la_SOURCES) $(shl_load_la_SOURCES)
178 + am__can_run_installinfo = \
179 +  case $$AM_UPDATE_INFO_DIR in \
180 +    n|no|NO) false;; \
181 +    *) (install-info --version) >/dev/null 2>&1;; \
182 +  esac
183   am__include_HEADERS_DIST = ltdl.h
184   am__ltdlinclude_HEADERS_DIST = libltdl/lt_system.h libltdl/lt_error.h \
185          libltdl/lt_dlloader.h
# Line 285 | Line 312 | localstatedir = @localstatedir@
312   ltdl_LIBOBJS = @ltdl_LIBOBJS@
313   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
314   mandir = @mandir@
288 mkdir_p = @mkdir_p@
315   oldincludedir = @oldincludedir@
316   pdfdir = @pdfdir@
317   prefix = @prefix@
# Line 402 | Line 428 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(
428   $(am__aclocal_m4_deps):
429   install-libLTLIBRARIES: $(lib_LTLIBRARIES)
430          @$(NORMAL_INSTALL)
405        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
431          @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
432          list2=; for p in $$list; do \
433            if test -f $$p; then \
# Line 410 | Line 435 | install-libLTLIBRARIES: $(lib_LTLIBRARIE
435            else :; fi; \
436          done; \
437          test -z "$$list2" || { \
438 +          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
439 +          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
440            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
441            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
442          }
# Line 425 | Line 452 | uninstall-libLTLIBRARIES:
452  
453   clean-libLTLIBRARIES:
454          -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
455 <        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
456 <          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
457 <          test "$$dir" != "$$p" || dir=.; \
458 <          echo "rm -f \"$${dir}/so_locations\""; \
459 <          rm -f "$${dir}/so_locations"; \
460 <        done
455 >        @list='$(lib_LTLIBRARIES)'; \
456 >        locs=`for p in $$list; do echo $$p; done | \
457 >              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
458 >              sort -u`; \
459 >        test -z "$$locs" || { \
460 >          echo rm -f $${locs}; \
461 >          rm -f $${locs}; \
462 >        }
463  
464   clean-noinstLTLIBRARIES:
465          -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
466 <        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
467 <          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
468 <          test "$$dir" != "$$p" || dir=.; \
469 <          echo "rm -f \"$${dir}/so_locations\""; \
470 <          rm -f "$${dir}/so_locations"; \
471 <        done
472 < dld_link.la: $(dld_link_la_OBJECTS) $(dld_link_la_DEPENDENCIES)
466 >        @list='$(noinst_LTLIBRARIES)'; \
467 >        locs=`for p in $$list; do echo $$p; done | \
468 >              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
469 >              sort -u`; \
470 >        test -z "$$locs" || { \
471 >          echo rm -f $${locs}; \
472 >          rm -f $${locs}; \
473 >        }
474 > dld_link.la: $(dld_link_la_OBJECTS) $(dld_link_la_DEPENDENCIES) $(EXTRA_dld_link_la_DEPENDENCIES)
475          $(dld_link_la_LINK)  $(dld_link_la_OBJECTS) $(dld_link_la_LIBADD) $(LIBS)
476 < dlopen.la: $(dlopen_la_OBJECTS) $(dlopen_la_DEPENDENCIES)
476 > dlopen.la: $(dlopen_la_OBJECTS) $(dlopen_la_DEPENDENCIES) $(EXTRA_dlopen_la_DEPENDENCIES)
477          $(dlopen_la_LINK)  $(dlopen_la_OBJECTS) $(dlopen_la_LIBADD) $(LIBS)
478 < dyld.la: $(dyld_la_OBJECTS) $(dyld_la_DEPENDENCIES)
478 > dyld.la: $(dyld_la_OBJECTS) $(dyld_la_DEPENDENCIES) $(EXTRA_dyld_la_DEPENDENCIES)
479          $(dyld_la_LINK)  $(dyld_la_OBJECTS) $(dyld_la_LIBADD) $(LIBS)
480 < libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
480 > libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) $(EXTRA_libltdl_la_DEPENDENCIES)
481          $(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
482 < libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
482 > libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) $(EXTRA_libltdlc_la_DEPENDENCIES)
483          $(libltdlc_la_LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
484 < load_add_on.la: $(load_add_on_la_OBJECTS) $(load_add_on_la_DEPENDENCIES)
484 > load_add_on.la: $(load_add_on_la_OBJECTS) $(load_add_on_la_DEPENDENCIES) $(EXTRA_load_add_on_la_DEPENDENCIES)
485          $(load_add_on_la_LINK)  $(load_add_on_la_OBJECTS) $(load_add_on_la_LIBADD) $(LIBS)
486 < loadlibrary.la: $(loadlibrary_la_OBJECTS) $(loadlibrary_la_DEPENDENCIES)
486 > loadlibrary.la: $(loadlibrary_la_OBJECTS) $(loadlibrary_la_DEPENDENCIES) $(EXTRA_loadlibrary_la_DEPENDENCIES)
487          $(loadlibrary_la_LINK)  $(loadlibrary_la_OBJECTS) $(loadlibrary_la_LIBADD) $(LIBS)
488 < shl_load.la: $(shl_load_la_OBJECTS) $(shl_load_la_DEPENDENCIES)
488 > shl_load.la: $(shl_load_la_OBJECTS) $(shl_load_la_DEPENDENCIES) $(EXTRA_shl_load_la_DEPENDENCIES)
489          $(shl_load_la_LINK)  $(shl_load_la_OBJECTS) $(shl_load_la_LIBADD) $(LIBS)
490  
491   mostlyclean-compile:
# Line 636 | Line 667 | clean-libtool:
667          -rm -rf .libs _libs
668   install-includeHEADERS: $(include_HEADERS)
669          @$(NORMAL_INSTALL)
639        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
670          @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
671 +        if test -n "$$list"; then \
672 +          echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
673 +          $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
674 +        fi; \
675          for p in $$list; do \
676            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
677            echo "$$d$$p"; \
# Line 651 | Line 685 | uninstall-includeHEADERS:
685          @$(NORMAL_UNINSTALL)
686          @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
687          files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
688 <        test -n "$$files" || exit 0; \
655 <        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
656 <        cd "$(DESTDIR)$(includedir)" && rm -f $$files
688 >        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
689   install-ltdlincludeHEADERS: $(ltdlinclude_HEADERS)
690          @$(NORMAL_INSTALL)
659        test -z "$(ltdlincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)"
691          @list='$(ltdlinclude_HEADERS)'; test -n "$(ltdlincludedir)" || list=; \
692 +        if test -n "$$list"; then \
693 +          echo " $(MKDIR_P) '$(DESTDIR)$(ltdlincludedir)'"; \
694 +          $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)" || exit 1; \
695 +        fi; \
696          for p in $$list; do \
697            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
698            echo "$$d$$p"; \
# Line 671 | Line 706 | uninstall-ltdlincludeHEADERS:
706          @$(NORMAL_UNINSTALL)
707          @list='$(ltdlinclude_HEADERS)'; test -n "$(ltdlincludedir)" || list=; \
708          files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
709 <        test -n "$$files" || exit 0; \
675 <        echo " ( cd '$(DESTDIR)$(ltdlincludedir)' && rm -f" $$files ")"; \
676 <        cd "$(DESTDIR)$(ltdlincludedir)" && rm -f $$files
709 >        dir='$(DESTDIR)$(ltdlincludedir)'; $(am__uninstall_files_from_dir)
710  
711   ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
712          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
# Line 724 | Line 757 | GTAGS:
757            && $(am__cd) $(top_srcdir) \
758            && gtags -i $(GTAGS_ARGS) "$$here"
759  
760 + cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
761 +        list='$(SOURCES) $(HEADERS) $(LISP)'; \
762 +        case "$(srcdir)" in \
763 +          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
764 +          *) sdir=$(subdir)/$(srcdir) ;; \
765 +        esac; \
766 +        for i in $$list; do \
767 +          if test -f "$$i"; then \
768 +            echo "$(subdir)/$$i"; \
769 +          else \
770 +            echo "$$sdir/$$i"; \
771 +          fi; \
772 +        done >> $(top_builddir)/cscope.files
773 +
774   distclean-tags:
775          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
776  
# Line 776 | Line 823 | install-am: all-am
823  
824   installcheck: installcheck-am
825   install-strip:
826 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
827 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
828 <          `test -z '$(STRIP)' || \
829 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
826 >        if test -z '$(STRIP)'; then \
827 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
828 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
829 >              install; \
830 >        else \
831 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
832 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
833 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
834 >        fi
835   mostlyclean-generic:
836          -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
837  
# Line 870 | Line 922 | uninstall-am: uninstall-includeHEADERS u
922  
923   .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
924          clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
925 <        ctags distclean distclean-compile distclean-generic \
925 >        cscopelist ctags distclean distclean-compile distclean-generic \
926          distclean-libtool distclean-tags distdir dvi dvi-am html \
927          html-am info info-am install install-am install-data \
928          install-data-am install-dvi install-dvi-am install-exec \

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)