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

Comparing ircd-hybrid/trunk/help/Makefile.in (file contents):
Revision 8330 by michael, Wed Feb 28 21:32:12 2018 UTC vs.
Revision 9169 by michael, Sat Jan 18 19:08:44 2020 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.15.1 from Makefile.am.
1 > # Makefile.in generated by automake 1.16.1 from Makefile.am.
2   # @configure_input@
3  
4 < # Copyright (C) 1994-2017 Free Software Foundation, Inc.
4 > # Copyright (C) 1994-2018 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 90 | Line 90 | build_triplet = @build@
90   host_triplet = @host@
91   subdir = help
92   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 < am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
94 <        $(top_srcdir)/m4/ax_append_compile_flags.m4 \
93 > am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
94          $(top_srcdir)/m4/ax_append_flag.m4 \
96        $(top_srcdir)/m4/ax_arg_disable_mempool.m4 \
95          $(top_srcdir)/m4/ax_arg_enable_assert.m4 \
96          $(top_srcdir)/m4/ax_arg_enable_debugging.m4 \
97          $(top_srcdir)/m4/ax_arg_enable_efence.m4 \
# Line 101 | Line 99 | am__aclocal_m4_deps = $(top_srcdir)/m4/a
99          $(top_srcdir)/m4/ax_arg_gnutls.m4 \
100          $(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \
101          $(top_srcdir)/m4/ax_arg_openssl.m4 \
102 +        $(top_srcdir)/m4/ax_arg_wolfssl.m4 \
103          $(top_srcdir)/m4/ax_check_compile_flag.m4 \
104 +        $(top_srcdir)/m4/ax_define_dir.m4 \
105 +        $(top_srcdir)/m4/ax_gcc_stack_protect.m4 \
106          $(top_srcdir)/m4/ax_library_net.m4 \
106        $(top_srcdir)/m4/ax_mempool_chunksizes.m4 \
107          $(top_srcdir)/m4/ax_require_defined.m4 \
108        $(top_srcdir)/m4/gcc_stack_protect.m4 \
108          $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \
109          $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
110          $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
# Line 302 | Line 301 | pdfdir = @pdfdir@
301   prefix = @prefix@
302   program_transform_name = @program_transform_name@
303   psdir = @psdir@
304 + runstatedir = @runstatedir@
305   sbindir = @sbindir@
306   sharedstatedir = @sharedstatedir@
307   srcdir = @srcdir@
# Line 394 | Line 394 | Makefile: $(srcdir)/Makefile.in $(top_bu
394            *config.status*) \
395              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
396            *) \
397 <            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
398 <            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
397 >            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
398 >            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
399          esac;
400  
401   $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
# Line 440 | Line 440 | ctags CTAGS:
440   cscope cscopelist:
441  
442  
443 < distdir: $(DISTFILES)
443 > distdir: $(BUILT_SOURCES)
444 >        $(MAKE) $(AM_MAKEFLAGS) distdir-am
445 >
446 > distdir-am: $(DISTFILES)
447          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449          list='$(DISTFILES)'; \

Diff Legend

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