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

Comparing ircd-hybrid/branches/8.2.x/Makefile.in (file contents):
Revision 4980 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 14 | Line 14
14  
15   @SET_MAKE@
16   VPATH = @srcdir@
17 < am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 > am__is_gnu_make = { \
18 >  if test -z '$(MAKELEVEL)'; then \
19 >    false; \
20 >  elif test -n '$(MAKE_HOST)'; then \
21 >    true; \
22 >  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 >    true; \
24 >  else \
25 >    false; \
26 >  fi; \
27 > }
28   am__make_running_with_option = \
29    case $${target_option-} in \
30        ?) ;; \
# Line 78 | Line 88 | POST_UNINSTALL = :
88   build_triplet = @build@
89   host_triplet = @host@
90   subdir = .
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82        $(top_srcdir)/configure $(am__configure_deps) \
83        $(srcdir)/config.h.in AUTHORS COPYING INSTALL NEWS README \
84        compile config.guess config.sub install-sh missing ylwrap \
85        ltmain.sh
91   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92   am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
93          $(top_srcdir)/m4/ax_append_compile_flags.m4 \
# Line 103 | Line 108 | am__aclocal_m4_deps = $(top_srcdir)/m4/a
108          $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
109   am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110          $(ACLOCAL_M4)
111 + DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
112 +        $(am__configure_deps) $(am__DIST_COMMON)
113   am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
114   configure.lineno config.status.lineno
115   mkinstalldirs = $(install_sh) -d
# Line 166 | Line 173 | ETAGS = etags
173   CTAGS = ctags
174   CSCOPE = cscope
175   DIST_SUBDIRS = $(SUBDIRS)
176 + am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
177 +        COPYING INSTALL NEWS README compile config.guess config.sub \
178 +        install-sh ltmain.sh missing ylwrap
179   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180   distdir = $(PACKAGE)-$(VERSION)
181   top_distdir = $(distdir)
# Line 266 | Line 276 | LT_ARGZ_H = @LT_ARGZ_H@
276   LT_CONFIG_H = @LT_CONFIG_H@
277   LT_DLLOADERS = @LT_DLLOADERS@
278   LT_DLPREOPEN = @LT_DLPREOPEN@
279 + LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
280   MAINT = @MAINT@
281   MAKEINFO = @MAKEINFO@
282   MANIFEST_TOOL = @MANIFEST_TOOL@
# Line 371 | Line 382 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_
382          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
383          $(am__cd) $(top_srcdir) && \
384            $(AUTOMAKE) --foreign Makefile
374 .PRECIOUS: Makefile
385   Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386          @case '$?' in \
387            *config.status*) \
# Line 602 | Line 612 | dist-xz: distdir
612          $(am__post_remove_distdir)
613  
614   dist-tarZ: distdir
615 <        @echo WARNING: "Support for shar distribution archives is" \
616 <                       "deprecated." >&2
615 >        @echo WARNING: "Support for distribution archives compressed with" \
616 >                       "legacy program 'compress' is deprecated." >&2
617          @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
618          tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
619          $(am__post_remove_distdir)
620  
621   dist-shar: distdir
622 <        @echo WARNING: "Support for distribution archives compressed with" \
623 <                       "legacy program 'compress' is deprecated." >&2
622 >        @echo WARNING: "Support for shar distribution archives is" \
623 >                       "deprecated." >&2
624          @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
625          shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
626          $(am__post_remove_distdir)
# Line 646 | Line 656 | distcheck: dist
656          esac
657          chmod -R a-w $(distdir)
658          chmod u+w $(distdir)
659 <        mkdir $(distdir)/_build $(distdir)/_inst
659 >        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
660          chmod a-w $(distdir)
661          test -d $(distdir)/_build || exit 0; \
662          dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
663            && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
664            && am__cwd=`pwd` \
665 <          && $(am__cd) $(distdir)/_build \
666 <          && ../configure \
665 >          && $(am__cd) $(distdir)/_build/sub \
666 >          && ../../configure \
667              $(AM_DISTCHECK_CONFIGURE_FLAGS) \
668              $(DISTCHECK_CONFIGURE_FLAGS) \
669 <            --srcdir=.. --prefix="$$dc_install_base" \
669 >            --srcdir=../.. --prefix="$$dc_install_base" \
670            && $(MAKE) $(AM_MAKEFLAGS) \
671            && $(MAKE) $(AM_MAKEFLAGS) dvi \
672            && $(MAKE) $(AM_MAKEFLAGS) check \
# Line 833 | Line 843 | uninstall-am:
843          mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
844          uninstall-am
845  
846 + .PRECIOUS: Makefile
847 +
848  
849   install-data-local:
850          $(INSTALL) -d $(DESTDIR)${localstatedir}/log

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines