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

Comparing ircd-hybrid/trunk/doc/Makefile.in (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 2499 by michael, Fri Oct 25 20:30:36 2013 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.12.4 from Makefile.am.
1 > # Makefile.in generated by automake 1.14 from Makefile.am.
2   # @configure_input@
3  
4 < # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4 > # Copyright (C) 1994-2013 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__make_dryrun = \
19 <  { \
20 <    am__dry=no; \
18 > am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 > am__make_running_with_option = \
20 >  case $${target_option-} in \
21 >      ?) ;; \
22 >      *) echo "am__make_running_with_option: internal error: invalid" \
23 >              "target option '$${target_option-}' specified" >&2; \
24 >         exit 1;; \
25 >  esac; \
26 >  has_opt=no; \
27 >  sane_makeflags=$$MAKEFLAGS; \
28 >  if $(am__is_gnu_make); then \
29 >    sane_makeflags=$$MFLAGS; \
30 >  else \
31      case $$MAKEFLAGS in \
32        *\\[\ \   ]*) \
33 <        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
34 <          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
35 <      *) \
26 <        for am__flg in $$MAKEFLAGS; do \
27 <          case $$am__flg in \
28 <            *=*|--*) ;; \
29 <            *n*) am__dry=yes; break;; \
30 <          esac; \
31 <        done;; \
33 >        bs=\\; \
34 >        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 >          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
36      esac; \
37 <    test $$am__dry = yes; \
38 <  }
37 >  fi; \
38 >  skip_next=no; \
39 >  strip_trailopt () \
40 >  { \
41 >    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 >  }; \
43 >  for flg in $$sane_makeflags; do \
44 >    test $$skip_next = yes && { skip_next=no; continue; }; \
45 >    case $$flg in \
46 >      *=*|--*) continue;; \
47 >        -*I) strip_trailopt 'I'; skip_next=yes;; \
48 >      -*I?*) strip_trailopt 'I';; \
49 >        -*O) strip_trailopt 'O'; skip_next=yes;; \
50 >      -*O?*) strip_trailopt 'O';; \
51 >        -*l) strip_trailopt 'l'; skip_next=yes;; \
52 >      -*l?*) strip_trailopt 'l';; \
53 >      -[dEDm]) skip_next=yes;; \
54 >      -[JT]) skip_next=yes;; \
55 >    esac; \
56 >    case $$flg in \
57 >      *$$target_option*) has_opt=yes; break;; \
58 >    esac; \
59 >  done; \
60 >  test $$has_opt = yes
61 > am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 > am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63   pkgdatadir = $(datadir)/@PACKAGE@
64   pkgincludedir = $(includedir)/@PACKAGE@
65   pkglibdir = $(libdir)/@PACKAGE@
# Line 51 | Line 79 | POST_UNINSTALL = :
79   build_triplet = @build@
80   host_triplet = @host@
81   subdir = doc
82 < DIST_COMMON = $(dist_sysconf_DATA) $(srcdir)/Makefile.am \
83 <        $(srcdir)/Makefile.in
82 > DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 >        $(dist_sysconf_DATA)
84   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 < am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
86 <        $(top_srcdir)/configure.ac
85 > am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
86 >        $(top_srcdir)/m4/argz.m4 \
87 >        $(top_srcdir)/m4/ax_append_compile_flags.m4 \
88 >        $(top_srcdir)/m4/ax_append_flag.m4 \
89 >        $(top_srcdir)/m4/ax_check_compile_flag.m4 \
90 >        $(top_srcdir)/m4/ax_check_openssl.m4 \
91 >        $(top_srcdir)/m4/gcc_stack_protect.m4 \
92 >        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
93 >        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94 >        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95 >        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
96   am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97          $(ACLOCAL_M4)
98   mkinstalldirs = $(install_sh) -d
99   CONFIG_HEADER = $(top_builddir)/config.h
100   CONFIG_CLEAN_FILES =
101   CONFIG_CLEAN_VPATH_FILES =
102 + AM_V_P = $(am__v_P_@AM_V@)
103 + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104 + am__v_P_0 = false
105 + am__v_P_1 = :
106 + AM_V_GEN = $(am__v_GEN_@AM_V@)
107 + am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108 + am__v_GEN_0 = @echo "  GEN     " $@;
109 + am__v_GEN_1 =
110 + AM_V_at = $(am__v_at_@AM_V@)
111 + am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112 + am__v_at_0 = @
113 + am__v_at_1 =
114   SOURCES =
115   DIST_SOURCES =
116   am__can_run_installinfo = \
# Line 101 | Line 150 | am__installdirs = "$(DESTDIR)$(man8dir)"
150   NROFF = nroff
151   MANS = $(man_MANS)
152   DATA = $(dist_sysconf_DATA)
153 + am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155   ACLOCAL = @ACLOCAL@
156   AMTAR = @AMTAR@
157 + AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
158   AR = @AR@
159   ARGZ_H = @ARGZ_H@
160   AUTOCONF = @AUTOCONF@
# Line 244 | Line 295 | top_builddir = @top_builddir@
295   top_srcdir = @top_srcdir@
296   AUTOMAKE_OPTIONS = foreign
297   man_MANS = ircd.8
298 < dist_sysconf_DATA = example.conf example.efnet.conf
298 > dist_sysconf_DATA = reference.conf
299   all: all-am
300  
301   .SUFFIXES:
# Line 348 | Line 399 | uninstall-dist_sysconfDATA:
399          @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
400          files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
401          dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
402 < tags: TAGS
352 < TAGS:
402 > tags TAGS:
403  
404 < ctags: CTAGS
355 < CTAGS:
404 > ctags CTAGS:
405  
406   cscope cscopelist:
407  
408  
409   distdir: $(DISTFILES)
361        @list='$(MANS)'; if test -n "$$list"; then \
362          list=`for p in $$list; do \
363            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
364            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
365          if test -n "$$list" && \
366            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
367            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
368            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
369            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
370            echo "       typically 'make maintainer-clean' will remove them" >&2; \
371            exit 1; \
372          else :; fi; \
373        else :; fi
410          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412          list='$(DISTFILES)'; \
# Line 508 | Line 544 | uninstall-man: uninstall-man8
544   .MAKE: install-am install-strip
545  
546   .PHONY: all all-am check check-am clean clean-generic clean-libtool \
547 <        distclean distclean-generic distclean-libtool distdir dvi \
548 <        dvi-am html html-am info info-am install install-am \
549 <        install-data install-data-am install-dist_sysconfDATA \
550 <        install-dvi install-dvi-am install-exec install-exec-am \
551 <        install-html install-html-am install-info install-info-am \
552 <        install-man install-man8 install-pdf install-pdf-am install-ps \
553 <        install-ps-am install-strip installcheck installcheck-am \
554 <        installdirs maintainer-clean maintainer-clean-generic \
555 <        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
556 <        ps ps-am uninstall uninstall-am uninstall-dist_sysconfDATA \
547 >        cscopelist-am ctags-am distclean distclean-generic \
548 >        distclean-libtool distdir dvi dvi-am html html-am info info-am \
549 >        install install-am install-data install-data-am \
550 >        install-dist_sysconfDATA install-dvi install-dvi-am \
551 >        install-exec install-exec-am install-html install-html-am \
552 >        install-info install-info-am install-man install-man8 \
553 >        install-pdf install-pdf-am install-ps install-ps-am \
554 >        install-strip installcheck installcheck-am installdirs \
555 >        maintainer-clean maintainer-clean-generic mostlyclean \
556 >        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
557 >        tags-am uninstall uninstall-am uninstall-dist_sysconfDATA \
558          uninstall-man uninstall-man8
559  
560  

Diff Legend

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