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

Comparing ircd-hybrid/branches/8.2.x/src/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 15 | Line 15
15   @SET_MAKE@
16  
17   VPATH = @srcdir@
18 < am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 > am__is_gnu_make = { \
19 >  if test -z '$(MAKELEVEL)'; then \
20 >    false; \
21 >  elif test -n '$(MAKE_HOST)'; then \
22 >    true; \
23 >  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 >    true; \
25 >  else \
26 >    false; \
27 >  fi; \
28 > }
29   am__make_running_with_option = \
30    case $${target_option-} in \
31        ?) ;; \
# Line 80 | Line 90 | build_triplet = @build@
90   host_triplet = @host@
91   bin_PROGRAMS = ircd$(EXEEXT)
92   subdir = src
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84        conf_parser.h conf_parser.c conf_lexer.c $(top_srcdir)/depcomp \
85        $(top_srcdir)/ylwrap
93   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94   am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
95          $(top_srcdir)/m4/ax_append_compile_flags.m4 \
# Line 103 | Line 110 | am__aclocal_m4_deps = $(top_srcdir)/m4/a
110          $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
111   am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112          $(ACLOCAL_M4)
113 + DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
114   mkinstalldirs = $(install_sh) -d
115   CONFIG_HEADER = $(top_builddir)/config.h
116   CONFIG_CLEAN_FILES =
# Line 214 | Line 222 | am__define_uniq_tagged_files = \
222    done | $(am__uniquify_input)`
223   ETAGS = etags
224   CTAGS = ctags
225 + am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
226 +        $(top_srcdir)/ylwrap conf_lexer.c conf_parser.c conf_parser.h
227   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228   ACLOCAL = @ACLOCAL@
229   AMTAR = @AMTAR@
# Line 273 | Line 283 | LT_ARGZ_H = @LT_ARGZ_H@
283   LT_CONFIG_H = @LT_CONFIG_H@
284   LT_DLLOADERS = @LT_DLLOADERS@
285   LT_DLPREOPEN = @LT_DLPREOPEN@
286 + LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
287   MAINT = @MAINT@
288   MAKEINFO = @MAKEINFO@
289   MANIFEST_TOOL = @MANIFEST_TOOL@
# Line 429 | Line 440 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_
440          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
441          $(am__cd) $(top_srcdir) && \
442            $(AUTOMAKE) --foreign src/Makefile
432 .PRECIOUS: Makefile
443   Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
444          @case '$?' in \
445            *config.status*) \
# Line 805 | Line 815 | uninstall-am: uninstall-binPROGRAMS
815          mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
816          tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
817  
818 + .PRECIOUS: Makefile
819 +
820  
821   # Tell versions [3.59,3.63) of GNU make to not export all variables.
822   # Otherwise a system limit (for SysV at least) may be exceeded.

Diff Legend

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