1 |
< |
# Makefile.in generated by automake 1.13.1 from Makefile.am. |
1 |
> |
# Makefile.in generated by automake 1.15.1 from Makefile.am. |
2 |
|
# @configure_input@ |
3 |
|
|
4 |
< |
# Copyright (C) 1994-2012 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__make_dryrun = \ |
19 |
< |
{ \ |
20 |
< |
am__dry=no; \ |
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 |
> |
?) ;; \ |
32 |
> |
*) echo "am__make_running_with_option: internal error: invalid" \ |
33 |
> |
"target option '$${target_option-}' specified" >&2; \ |
34 |
> |
exit 1;; \ |
35 |
> |
esac; \ |
36 |
> |
has_opt=no; \ |
37 |
> |
sane_makeflags=$$MAKEFLAGS; \ |
38 |
> |
if $(am__is_gnu_make); then \ |
39 |
> |
sane_makeflags=$$MFLAGS; \ |
40 |
> |
else \ |
41 |
|
case $$MAKEFLAGS in \ |
42 |
|
*\\[\ \ ]*) \ |
43 |
< |
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
44 |
< |
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
45 |
< |
*) \ |
26 |
< |
for am__flg in $$MAKEFLAGS; do \ |
27 |
< |
case $$am__flg in \ |
28 |
< |
*=*|--*) ;; \ |
29 |
< |
*n*) am__dry=yes; break;; \ |
30 |
< |
esac; \ |
31 |
< |
done;; \ |
43 |
> |
bs=\\; \ |
44 |
> |
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
45 |
> |
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
46 |
|
esac; \ |
47 |
< |
test $$am__dry = yes; \ |
48 |
< |
} |
47 |
> |
fi; \ |
48 |
> |
skip_next=no; \ |
49 |
> |
strip_trailopt () \ |
50 |
> |
{ \ |
51 |
> |
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
52 |
> |
}; \ |
53 |
> |
for flg in $$sane_makeflags; do \ |
54 |
> |
test $$skip_next = yes && { skip_next=no; continue; }; \ |
55 |
> |
case $$flg in \ |
56 |
> |
*=*|--*) continue;; \ |
57 |
> |
-*I) strip_trailopt 'I'; skip_next=yes;; \ |
58 |
> |
-*I?*) strip_trailopt 'I';; \ |
59 |
> |
-*O) strip_trailopt 'O'; skip_next=yes;; \ |
60 |
> |
-*O?*) strip_trailopt 'O';; \ |
61 |
> |
-*l) strip_trailopt 'l'; skip_next=yes;; \ |
62 |
> |
-*l?*) strip_trailopt 'l';; \ |
63 |
> |
-[dEDm]) skip_next=yes;; \ |
64 |
> |
-[JT]) skip_next=yes;; \ |
65 |
> |
esac; \ |
66 |
> |
case $$flg in \ |
67 |
> |
*$$target_option*) has_opt=yes; break;; \ |
68 |
> |
esac; \ |
69 |
> |
done; \ |
70 |
> |
test $$has_opt = yes |
71 |
> |
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
72 |
> |
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
73 |
|
pkgdatadir = $(datadir)/@PACKAGE@ |
74 |
|
pkgincludedir = $(includedir)/@PACKAGE@ |
75 |
|
pkglibdir = $(libdir)/@PACKAGE@ |
89 |
|
build_triplet = @build@ |
90 |
|
host_triplet = @host@ |
91 |
|
subdir = help |
54 |
– |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
55 |
– |
$(dist_helpf_DATA) |
92 |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
93 |
< |
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
94 |
< |
$(top_srcdir)/configure.ac |
93 |
> |
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.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_efence.m4 \ |
100 |
> |
$(top_srcdir)/m4/ax_arg_enable_warnings.m4 \ |
101 |
> |
$(top_srcdir)/m4/ax_arg_gnutls.m4 \ |
102 |
> |
$(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \ |
103 |
> |
$(top_srcdir)/m4/ax_arg_openssl.m4 \ |
104 |
> |
$(top_srcdir)/m4/ax_check_compile_flag.m4 \ |
105 |
> |
$(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 \ |
109 |
> |
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \ |
110 |
> |
$(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
111 |
> |
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
112 |
> |
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac |
113 |
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
114 |
|
$(ACLOCAL_M4) |
115 |
+ |
DIST_COMMON = $(srcdir)/Makefile.am $(dist_helpf_DATA) \ |
116 |
+ |
$(am__DIST_COMMON) |
117 |
|
mkinstalldirs = $(install_sh) -d |
118 |
|
CONFIG_HEADER = $(top_builddir)/config.h |
119 |
|
CONFIG_CLEAN_FILES = |
167 |
|
am__installdirs = "$(DESTDIR)$(helpfdir)" |
168 |
|
DATA = $(dist_helpf_DATA) |
169 |
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
170 |
+ |
am__DIST_COMMON = $(srcdir)/Makefile.in |
171 |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
172 |
|
ACLOCAL = @ACLOCAL@ |
173 |
|
AMTAR = @AMTAR@ |
174 |
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
175 |
|
AR = @AR@ |
119 |
– |
ARGZ_H = @ARGZ_H@ |
176 |
|
AUTOCONF = @AUTOCONF@ |
177 |
|
AUTOHEADER = @AUTOHEADER@ |
178 |
|
AUTOMAKE = @AUTOMAKE@ |
223 |
|
LTDLINCL = @LTDLINCL@ |
224 |
|
LTDLOPEN = @LTDLOPEN@ |
225 |
|
LTLIBOBJS = @LTLIBOBJS@ |
226 |
+ |
LT_ARGZ_H = @LT_ARGZ_H@ |
227 |
|
LT_CONFIG_H = @LT_CONFIG_H@ |
228 |
|
LT_DLLOADERS = @LT_DLLOADERS@ |
229 |
|
LT_DLPREOPEN = @LT_DLPREOPEN@ |
230 |
+ |
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
231 |
|
MAINT = @MAINT@ |
232 |
|
MAKEINFO = @MAKEINFO@ |
233 |
|
MANIFEST_TOOL = @MANIFEST_TOOL@ |
316 |
|
dist_helpf_DATA = accept \ |
317 |
|
admin \ |
318 |
|
away \ |
261 |
– |
capab \ |
262 |
– |
challenge \ |
319 |
|
close \ |
320 |
|
cmode \ |
321 |
|
connect \ |
322 |
|
die \ |
323 |
|
dline \ |
268 |
– |
eob \ |
269 |
– |
error \ |
324 |
|
etrace \ |
271 |
– |
gline \ |
272 |
– |
gungline \ |
325 |
|
hash \ |
326 |
|
help \ |
327 |
|
index \ |
344 |
|
nick \ |
345 |
|
notice \ |
346 |
|
oper \ |
295 |
– |
operwall \ |
347 |
|
part \ |
348 |
|
pass \ |
349 |
|
ping \ |
354 |
|
rehash \ |
355 |
|
restart \ |
356 |
|
resv \ |
306 |
– |
server \ |
357 |
|
set \ |
308 |
– |
sjoin \ |
358 |
|
squit \ |
359 |
|
stats \ |
311 |
– |
svinfo \ |
312 |
– |
testgecos \ |
313 |
– |
testline \ |
314 |
– |
testmask \ |
360 |
|
time \ |
361 |
|
topic \ |
362 |
|
trace \ |
367 |
|
unxline \ |
368 |
|
user \ |
369 |
|
userhost \ |
325 |
– |
users \ |
370 |
|
version \ |
371 |
|
wallops \ |
372 |
|
who \ |
389 |
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \ |
390 |
|
$(am__cd) $(top_srcdir) && \ |
391 |
|
$(AUTOMAKE) --foreign help/Makefile |
348 |
– |
.PRECIOUS: Makefile |
392 |
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
393 |
|
@case '$?' in \ |
394 |
|
*config.status*) \ |
588 |
|
mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ |
589 |
|
uninstall-am uninstall-dist_helpfDATA |
590 |
|
|
591 |
+ |
.PRECIOUS: Makefile |
592 |
+ |
|
593 |
|
|
594 |
|
helpf: $(dist_helpf_DATA) |
595 |
|
|