| 1 |
< |
# Makefile.in generated by automake 1.14 from Makefile.am. |
| 1 |
> |
# Makefile.in generated by automake 1.15.1 from Makefile.am. |
| 2 |
|
# @configure_input@ |
| 3 |
|
|
| 4 |
< |
# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
| 4 |
> |
# Copyright (C) 1994-2017 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, |
| 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 |
|
?) ;; \ |
| 89 |
|
build_triplet = @build@ |
| 90 |
|
host_triplet = @host@ |
| 91 |
|
subdir = doc |
| 82 |
– |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
| 83 |
– |
$(dist_sysconf_DATA) |
| 92 |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 93 |
|
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ |
| 86 |
– |
$(top_srcdir)/m4/argz.m4 \ |
| 94 |
|
$(top_srcdir)/m4/ax_append_compile_flags.m4 \ |
| 95 |
|
$(top_srcdir)/m4/ax_append_flag.m4 \ |
| 96 |
+ |
$(top_srcdir)/m4/ax_arg_disable_mempool.m4 \ |
| 97 |
+ |
$(top_srcdir)/m4/ax_arg_enable_assert.m4 \ |
| 98 |
+ |
$(top_srcdir)/m4/ax_arg_enable_debugging.m4 \ |
| 99 |
+ |
$(top_srcdir)/m4/ax_arg_enable_warnings.m4 \ |
| 100 |
+ |
$(top_srcdir)/m4/ax_arg_gnutls.m4 \ |
| 101 |
+ |
$(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \ |
| 102 |
+ |
$(top_srcdir)/m4/ax_arg_openssl.m4 \ |
| 103 |
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \ |
| 104 |
< |
$(top_srcdir)/m4/ax_check_openssl.m4 \ |
| 104 |
> |
$(top_srcdir)/m4/ax_library_net.m4 \ |
| 105 |
> |
$(top_srcdir)/m4/ax_mempool_chunksizes.m4 \ |
| 106 |
> |
$(top_srcdir)/m4/ax_require_defined.m4 \ |
| 107 |
|
$(top_srcdir)/m4/gcc_stack_protect.m4 \ |
| 108 |
< |
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \ |
| 109 |
< |
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
| 110 |
< |
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
| 111 |
< |
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac |
| 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 \ |
| 111 |
> |
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac |
| 112 |
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 113 |
|
$(ACLOCAL_M4) |
| 114 |
+ |
DIST_COMMON = $(srcdir)/Makefile.am $(dist_sysconf_DATA) \ |
| 115 |
+ |
$(am__DIST_COMMON) |
| 116 |
|
mkinstalldirs = $(install_sh) -d |
| 117 |
|
CONFIG_HEADER = $(top_builddir)/config.h |
| 118 |
|
CONFIG_CLEAN_FILES = |
| 169 |
|
MANS = $(man_MANS) |
| 170 |
|
DATA = $(dist_sysconf_DATA) |
| 171 |
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 172 |
+ |
am__DIST_COMMON = $(srcdir)/Makefile.in |
| 173 |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 174 |
|
ACLOCAL = @ACLOCAL@ |
| 175 |
|
AMTAR = @AMTAR@ |
| 176 |
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 177 |
|
AR = @AR@ |
| 159 |
– |
ARGZ_H = @ARGZ_H@ |
| 178 |
|
AUTOCONF = @AUTOCONF@ |
| 179 |
|
AUTOHEADER = @AUTOHEADER@ |
| 180 |
|
AUTOMAKE = @AUTOMAKE@ |
| 225 |
|
LTDLINCL = @LTDLINCL@ |
| 226 |
|
LTDLOPEN = @LTDLOPEN@ |
| 227 |
|
LTLIBOBJS = @LTLIBOBJS@ |
| 228 |
+ |
LT_ARGZ_H = @LT_ARGZ_H@ |
| 229 |
|
LT_CONFIG_H = @LT_CONFIG_H@ |
| 230 |
|
LT_DLLOADERS = @LT_DLLOADERS@ |
| 231 |
|
LT_DLPREOPEN = @LT_DLPREOPEN@ |
| 232 |
+ |
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
| 233 |
|
MAINT = @MAINT@ |
| 234 |
|
MAKEINFO = @MAKEINFO@ |
| 235 |
|
MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 331 |
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ |
| 332 |
|
$(am__cd) $(top_srcdir) && \ |
| 333 |
|
$(AUTOMAKE) --foreign doc/Makefile |
| 314 |
– |
.PRECIOUS: Makefile |
| 334 |
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 335 |
|
@case '$?' in \ |
| 336 |
|
*config.status*) \ |
| 576 |
|
tags-am uninstall uninstall-am uninstall-dist_sysconfDATA \ |
| 577 |
|
uninstall-man uninstall-man8 |
| 578 |
|
|
| 579 |
+ |
.PRECIOUS: Makefile |
| 580 |
+ |
|
| 581 |
|
|
| 582 |
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 583 |
|
# Otherwise a system limit (for SysV at least) may be exceeded. |