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/branches/8.2.x/libltdl/Makefile.in (file contents):
Revision 5393 by michael, Fri Dec 5 14:30:16 2014 UTC vs.
Revision 5394 by michael, Tue Jan 20 14:03:09 2015 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.14.1 from Makefile.am.
1 > # Makefile.in generated by automake 1.15 from Makefile.am.
2   # @configure_input@
3  
4 < # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4 > # Copyright (C) 1994-2014 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,
# Line 18 | Line 18
18  
19  
20   VPATH = @srcdir@
21 < am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21 > am__is_gnu_make = { \
22 >  if test -z '$(MAKELEVEL)'; then \
23 >    false; \
24 >  elif test -n '$(MAKE_HOST)'; then \
25 >    true; \
26 >  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27 >    true; \
28 >  else \
29 >    false; \
30 >  fi; \
31 > }
32   am__make_running_with_option = \
33    case $${target_option-} in \
34        ?) ;; \
# Line 85 | Line 95 | host_triplet = @host@
95   @INSTALL_LTDL_TRUE@am__append_2 = libltdl.la
96   @CONVENIENCE_LTDL_TRUE@am__append_3 = libltdlc.la
97   subdir = libltdl
88 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
89        $(top_srcdir)/depcomp $(am__include_HEADERS_DIST) \
90        $(am__ltdlinclude_HEADERS_DIST) COPYING.LIB README
98   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99   am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
100          $(top_srcdir)/m4/ax_append_compile_flags.m4 \
# Line 108 | Line 115 | am__aclocal_m4_deps = $(top_srcdir)/m4/a
115          $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
116   am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117          $(ACLOCAL_M4)
118 + DIST_COMMON = $(srcdir)/Makefile.am $(am__include_HEADERS_DIST) \
119 +        $(am__ltdlinclude_HEADERS_DIST) $(am__DIST_COMMON)
120   mkinstalldirs = $(install_sh) -d
121   CONFIG_HEADER = $(top_builddir)/config.h
122   CONFIG_CLEAN_FILES =
# Line 275 | Line 284 | am__define_uniq_tagged_files = \
284    done | $(am__uniquify_input)`
285   ETAGS = etags
286   CTAGS = ctags
287 + am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
288 +        COPYING.LIB README
289   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
290   ACLOCAL = @ACLOCAL@
291   AMTAR = @AMTAR@
# Line 334 | Line 345 | LT_ARGZ_H = @LT_ARGZ_H@
345   LT_CONFIG_H = @LT_CONFIG_H@
346   LT_DLLOADERS = @LT_DLLOADERS@
347   LT_DLPREOPEN = @LT_DLPREOPEN@
348 + LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
349   MAINT = @MAINT@
350   MAKEINFO = @MAKEINFO@
351   MANIFEST_TOOL = @MANIFEST_TOOL@
# Line 423 | Line 435 | AUTOMAKE_OPTIONS = foreign
435   # -I$(srcdir) is needed for user that built libltdl with a sub-Automake
436   # (not as a sub-package!) using 'nostdinc':
437   AM_CPPFLAGS = -DLT_CONFIG_H='<$(LT_CONFIG_H)>' -DLTDL -I. -I$(srcdir) \
438 <        -Ilibltdl -I$(srcdir)/libltdl -Ilibltdl \
427 <        -I$(srcdir)/libltdl/libltdl
438 >        -Ilibltdl -I$(srcdir)/libltdl
439   AM_LDFLAGS = -no-undefined
440   BUILT_SOURCES = libltdl/$(LT_ARGZ_H)
441   include_HEADERS = $(am__append_1)
# Line 501 | Line 512 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_
512          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libltdl/Makefile'; \
513          $(am__cd) $(top_srcdir) && \
514            $(AUTOMAKE) --foreign libltdl/Makefile
504 .PRECIOUS: Makefile
515   Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
516          @case '$?' in \
517            *config.status*) \
# Line 1013 | Line 1023 | uninstall-am: uninstall-includeHEADERS u
1023          uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1024          uninstall-ltdlincludeHEADERS
1025  
1026 + .PRECIOUS: Makefile
1027 +
1028  
1029   # We need the following in order to create an <argz.h> when the system
1030   # doesn't have one that works with the given compiler.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines