| 1 |
< |
# Makefile.in generated by automake 1.11 from Makefile.am. |
| 1 |
> |
# Makefile.in generated by automake 1.16.1 from Makefile.am. |
| 2 |
|
# @configure_input@ |
| 3 |
|
|
| 4 |
< |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 5 |
< |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
| 6 |
< |
# 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, |
| 8 |
|
# with or without modifications, as long as this notice is preserved. |
| 15 |
|
@SET_MAKE@ |
| 16 |
|
|
| 17 |
|
VPATH = @srcdir@ |
| 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 |
+ |
bs=\\; \ |
| 44 |
+ |
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 45 |
+ |
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 46 |
+ |
esac; \ |
| 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@ |
| 88 |
|
POST_UNINSTALL = : |
| 89 |
|
build_triplet = @build@ |
| 90 |
|
host_triplet = @host@ |
| 91 |
< |
sbin_PROGRAMS = ircd$(EXEEXT) |
| 38 |
< |
@ENABLE_SSL_TRUE@am__append_1 = rsa.c |
| 91 |
> |
bin_PROGRAMS = ircd$(EXEEXT) |
| 92 |
|
subdir = src |
| 40 |
– |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ircd_lexer.c \ |
| 41 |
– |
ircd_parser.c ircd_parser.h |
| 93 |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 94 |
< |
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
| 95 |
< |
$(top_srcdir)/configure.ac |
| 94 |
> |
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ |
| 95 |
> |
$(top_srcdir)/m4/ax_append_flag.m4 \ |
| 96 |
> |
$(top_srcdir)/m4/ax_arg_enable_assert.m4 \ |
| 97 |
> |
$(top_srcdir)/m4/ax_arg_enable_debugging.m4 \ |
| 98 |
> |
$(top_srcdir)/m4/ax_arg_enable_efence.m4 \ |
| 99 |
> |
$(top_srcdir)/m4/ax_arg_enable_warnings.m4 \ |
| 100 |
> |
$(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \ |
| 101 |
> |
$(top_srcdir)/m4/ax_arg_with_tls.m4 \ |
| 102 |
> |
$(top_srcdir)/m4/ax_check_compile_flag.m4 \ |
| 103 |
> |
$(top_srcdir)/m4/ax_define_dir.m4 \ |
| 104 |
> |
$(top_srcdir)/m4/ax_gcc_stack_protect.m4 \ |
| 105 |
> |
$(top_srcdir)/m4/ax_library_net.m4 \ |
| 106 |
> |
$(top_srcdir)/m4/ax_require_defined.m4 \ |
| 107 |
> |
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \ |
| 108 |
> |
$(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
| 109 |
> |
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
| 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 = |
| 117 |
|
CONFIG_CLEAN_VPATH_FILES = |
| 118 |
< |
am__installdirs = "$(DESTDIR)$(sbindir)" |
| 119 |
< |
PROGRAMS = $(sbin_PROGRAMS) |
| 120 |
< |
am__ircd_SOURCES_DIST = balloc.c channel.c channel_mode.c client.c \ |
| 121 |
< |
csvlib.c dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c \ |
| 122 |
< |
hash.c hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \ |
| 123 |
< |
irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \ |
| 124 |
< |
list.c listener.c match.c memory.c modules.c motd.c rng_mt.c \ |
| 125 |
< |
numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \ |
| 126 |
< |
s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \ |
| 127 |
< |
restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \ |
| 128 |
< |
s_serv.c s_user.c send.c sprintf_irc.c tools.c version.c \ |
| 129 |
< |
watch.c whowas.c ircd_parser.y ircd_lexer.l rsa.c |
| 130 |
< |
@ENABLE_SSL_TRUE@am__objects_1 = rsa.$(OBJEXT) |
| 131 |
< |
am_ircd_OBJECTS = balloc.$(OBJEXT) channel.$(OBJEXT) \ |
| 132 |
< |
channel_mode.$(OBJEXT) client.$(OBJEXT) csvlib.$(OBJEXT) \ |
| 133 |
< |
dbuf.$(OBJEXT) dynlink.$(OBJEXT) event.$(OBJEXT) \ |
| 134 |
< |
fdlist.$(OBJEXT) fileio.$(OBJEXT) getopt.$(OBJEXT) \ |
| 135 |
< |
hash.$(OBJEXT) hook.$(OBJEXT) hostmask.$(OBJEXT) \ |
| 136 |
< |
irc_getaddrinfo.$(OBJEXT) irc_getnameinfo.$(OBJEXT) \ |
| 137 |
< |
irc_res.$(OBJEXT) irc_reslib.$(OBJEXT) irc_string.$(OBJEXT) \ |
| 138 |
< |
ircd.$(OBJEXT) ircd_signal.$(OBJEXT) list.$(OBJEXT) \ |
| 139 |
< |
listener.$(OBJEXT) match.$(OBJEXT) memory.$(OBJEXT) \ |
| 140 |
< |
modules.$(OBJEXT) motd.$(OBJEXT) rng_mt.$(OBJEXT) \ |
| 141 |
< |
numeric.$(OBJEXT) packet.$(OBJEXT) parse.$(OBJEXT) \ |
| 142 |
< |
s_conf.$(OBJEXT) s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \ |
| 143 |
< |
s_bsd_sigio.$(OBJEXT) s_bsd_devpoll.$(OBJEXT) \ |
| 144 |
< |
s_bsd_kqueue.$(OBJEXT) s_bsd_select.$(OBJEXT) \ |
| 145 |
< |
restart.$(OBJEXT) resv.$(OBJEXT) s_auth.$(OBJEXT) \ |
| 79 |
< |
s_bsd.$(OBJEXT) s_gline.$(OBJEXT) s_log.$(OBJEXT) \ |
| 80 |
< |
s_misc.$(OBJEXT) s_serv.$(OBJEXT) s_user.$(OBJEXT) \ |
| 81 |
< |
send.$(OBJEXT) sprintf_irc.$(OBJEXT) tools.$(OBJEXT) \ |
| 82 |
< |
version.$(OBJEXT) watch.$(OBJEXT) whowas.$(OBJEXT) \ |
| 83 |
< |
ircd_parser.$(OBJEXT) ircd_lexer.$(OBJEXT) $(am__objects_1) |
| 118 |
> |
am__installdirs = "$(DESTDIR)$(bindir)" |
| 119 |
> |
PROGRAMS = $(bin_PROGRAMS) |
| 120 |
> |
am_ircd_OBJECTS = auth.$(OBJEXT) channel.$(OBJEXT) \ |
| 121 |
> |
channel_mode.$(OBJEXT) client.$(OBJEXT) \ |
| 122 |
> |
client_svstag.$(OBJEXT) conf.$(OBJEXT) conf_class.$(OBJEXT) \ |
| 123 |
> |
conf_cluster.$(OBJEXT) conf_db.$(OBJEXT) conf_gecos.$(OBJEXT) \ |
| 124 |
> |
conf_pseudo.$(OBJEXT) conf_resv.$(OBJEXT) \ |
| 125 |
> |
conf_service.$(OBJEXT) conf_shared.$(OBJEXT) \ |
| 126 |
> |
conf_parser.$(OBJEXT) conf_lexer.$(OBJEXT) dbuf.$(OBJEXT) \ |
| 127 |
> |
event.$(OBJEXT) extban.$(OBJEXT) extban_account.$(OBJEXT) \ |
| 128 |
> |
extban_channel.$(OBJEXT) extban_fingerprint.$(OBJEXT) \ |
| 129 |
> |
extban_gecos.$(OBJEXT) extban_join.$(OBJEXT) \ |
| 130 |
> |
extban_mute.$(OBJEXT) extban_operclass.$(OBJEXT) \ |
| 131 |
> |
extban_server.$(OBJEXT) extban_usermode.$(OBJEXT) \ |
| 132 |
> |
fdlist.$(OBJEXT) getopt.$(OBJEXT) hash.$(OBJEXT) \ |
| 133 |
> |
hostmask.$(OBJEXT) id.$(OBJEXT) ipcache.$(OBJEXT) \ |
| 134 |
> |
irc_string.$(OBJEXT) ircd.$(OBJEXT) ircd_signal.$(OBJEXT) \ |
| 135 |
> |
isupport.$(OBJEXT) list.$(OBJEXT) listener.$(OBJEXT) \ |
| 136 |
> |
log.$(OBJEXT) match.$(OBJEXT) memory.$(OBJEXT) misc.$(OBJEXT) \ |
| 137 |
> |
modules.$(OBJEXT) motd.$(OBJEXT) numeric.$(OBJEXT) \ |
| 138 |
> |
packet.$(OBJEXT) parse.$(OBJEXT) patricia.$(OBJEXT) \ |
| 139 |
> |
s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \ |
| 140 |
> |
s_bsd_devpoll.$(OBJEXT) s_bsd_kqueue.$(OBJEXT) \ |
| 141 |
> |
tls_gnutls.$(OBJEXT) tls_none.$(OBJEXT) tls_openssl.$(OBJEXT) \ |
| 142 |
> |
tls_wolfssl.$(OBJEXT) res.$(OBJEXT) reslib.$(OBJEXT) \ |
| 143 |
> |
restart.$(OBJEXT) rng_mt.$(OBJEXT) s_bsd.$(OBJEXT) \ |
| 144 |
> |
send.$(OBJEXT) server.$(OBJEXT) server_capab.$(OBJEXT) \ |
| 145 |
> |
user.$(OBJEXT) watch.$(OBJEXT) whowas.$(OBJEXT) |
| 146 |
|
ircd_OBJECTS = $(am_ircd_OBJECTS) |
| 147 |
|
am__DEPENDENCIES_1 = |
| 148 |
< |
ircd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
| 149 |
< |
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ircd_LDFLAGS) \ |
| 150 |
< |
$(LDFLAGS) -o $@ |
| 148 |
> |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 149 |
> |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 150 |
> |
am__v_lt_0 = --silent |
| 151 |
> |
am__v_lt_1 = |
| 152 |
> |
ircd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 153 |
> |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 154 |
> |
$(ircd_LDFLAGS) $(LDFLAGS) -o $@ |
| 155 |
> |
AM_V_P = $(am__v_P_@AM_V@) |
| 156 |
> |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 157 |
> |
am__v_P_0 = false |
| 158 |
> |
am__v_P_1 = : |
| 159 |
> |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 160 |
> |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 161 |
> |
am__v_GEN_0 = @echo " GEN " $@; |
| 162 |
> |
am__v_GEN_1 = |
| 163 |
> |
AM_V_at = $(am__v_at_@AM_V@) |
| 164 |
> |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 165 |
> |
am__v_at_0 = @ |
| 166 |
> |
am__v_at_1 = |
| 167 |
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 168 |
|
depcomp = $(SHELL) $(top_srcdir)/depcomp |
| 169 |
< |
am__depfiles_maybe = depfiles |
| 169 |
> |
am__maybe_remake_depfiles = depfiles |
| 170 |
> |
am__depfiles_remade = ./$(DEPDIR)/auth.Po ./$(DEPDIR)/channel.Po \ |
| 171 |
> |
./$(DEPDIR)/channel_mode.Po ./$(DEPDIR)/client.Po \ |
| 172 |
> |
./$(DEPDIR)/client_svstag.Po ./$(DEPDIR)/conf.Po \ |
| 173 |
> |
./$(DEPDIR)/conf_class.Po ./$(DEPDIR)/conf_cluster.Po \ |
| 174 |
> |
./$(DEPDIR)/conf_db.Po ./$(DEPDIR)/conf_gecos.Po \ |
| 175 |
> |
./$(DEPDIR)/conf_lexer.Po ./$(DEPDIR)/conf_parser.Po \ |
| 176 |
> |
./$(DEPDIR)/conf_pseudo.Po ./$(DEPDIR)/conf_resv.Po \ |
| 177 |
> |
./$(DEPDIR)/conf_service.Po ./$(DEPDIR)/conf_shared.Po \ |
| 178 |
> |
./$(DEPDIR)/dbuf.Po ./$(DEPDIR)/event.Po ./$(DEPDIR)/extban.Po \ |
| 179 |
> |
./$(DEPDIR)/extban_account.Po ./$(DEPDIR)/extban_channel.Po \ |
| 180 |
> |
./$(DEPDIR)/extban_fingerprint.Po ./$(DEPDIR)/extban_gecos.Po \ |
| 181 |
> |
./$(DEPDIR)/extban_join.Po ./$(DEPDIR)/extban_mute.Po \ |
| 182 |
> |
./$(DEPDIR)/extban_operclass.Po ./$(DEPDIR)/extban_server.Po \ |
| 183 |
> |
./$(DEPDIR)/extban_usermode.Po ./$(DEPDIR)/fdlist.Po \ |
| 184 |
> |
./$(DEPDIR)/getopt.Po ./$(DEPDIR)/hash.Po \ |
| 185 |
> |
./$(DEPDIR)/hostmask.Po ./$(DEPDIR)/id.Po \ |
| 186 |
> |
./$(DEPDIR)/ipcache.Po ./$(DEPDIR)/irc_string.Po \ |
| 187 |
> |
./$(DEPDIR)/ircd.Po ./$(DEPDIR)/ircd_signal.Po \ |
| 188 |
> |
./$(DEPDIR)/isupport.Po ./$(DEPDIR)/list.Po \ |
| 189 |
> |
./$(DEPDIR)/listener.Po ./$(DEPDIR)/log.Po \ |
| 190 |
> |
./$(DEPDIR)/match.Po ./$(DEPDIR)/memory.Po ./$(DEPDIR)/misc.Po \ |
| 191 |
> |
./$(DEPDIR)/modules.Po ./$(DEPDIR)/motd.Po \ |
| 192 |
> |
./$(DEPDIR)/numeric.Po ./$(DEPDIR)/packet.Po \ |
| 193 |
> |
./$(DEPDIR)/parse.Po ./$(DEPDIR)/patricia.Po \ |
| 194 |
> |
./$(DEPDIR)/res.Po ./$(DEPDIR)/reslib.Po \ |
| 195 |
> |
./$(DEPDIR)/restart.Po ./$(DEPDIR)/rng_mt.Po \ |
| 196 |
> |
./$(DEPDIR)/s_bsd.Po ./$(DEPDIR)/s_bsd_devpoll.Po \ |
| 197 |
> |
./$(DEPDIR)/s_bsd_epoll.Po ./$(DEPDIR)/s_bsd_kqueue.Po \ |
| 198 |
> |
./$(DEPDIR)/s_bsd_poll.Po ./$(DEPDIR)/send.Po \ |
| 199 |
> |
./$(DEPDIR)/server.Po ./$(DEPDIR)/server_capab.Po \ |
| 200 |
> |
./$(DEPDIR)/tls_gnutls.Po ./$(DEPDIR)/tls_none.Po \ |
| 201 |
> |
./$(DEPDIR)/tls_openssl.Po ./$(DEPDIR)/tls_wolfssl.Po \ |
| 202 |
> |
./$(DEPDIR)/user.Po ./$(DEPDIR)/watch.Po ./$(DEPDIR)/whowas.Po |
| 203 |
|
am__mv = mv -f |
| 204 |
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| 205 |
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 206 |
< |
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
| 207 |
< |
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| 208 |
< |
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 206 |
> |
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 207 |
> |
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
| 208 |
> |
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 209 |
> |
$(AM_CFLAGS) $(CFLAGS) |
| 210 |
> |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 211 |
> |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 212 |
> |
am__v_CC_0 = @echo " CC " $@; |
| 213 |
> |
am__v_CC_1 = |
| 214 |
|
CCLD = $(CC) |
| 215 |
< |
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
| 216 |
< |
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ |
| 217 |
< |
$(LDFLAGS) -o $@ |
| 215 |
> |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 216 |
> |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 217 |
> |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 218 |
> |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 219 |
> |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 220 |
> |
am__v_CCLD_0 = @echo " CCLD " $@; |
| 221 |
> |
am__v_CCLD_1 = |
| 222 |
|
@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || |
| 223 |
< |
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) |
| 224 |
< |
LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
| 225 |
< |
--mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS) |
| 223 |
> |
LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) |
| 224 |
> |
LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
| 225 |
> |
$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) |
| 226 |
> |
AM_V_LEX = $(am__v_LEX_@AM_V@) |
| 227 |
> |
am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) |
| 228 |
> |
am__v_LEX_0 = @echo " LEX " $@; |
| 229 |
> |
am__v_LEX_1 = |
| 230 |
|
YLWRAP = $(top_srcdir)/ylwrap |
| 231 |
|
@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ || |
| 232 |
< |
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) |
| 233 |
< |
LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
| 234 |
< |
--mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS) |
| 232 |
> |
am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ |
| 233 |
> |
-e s/c++$$/h++/ -e s/c$$/h/ |
| 234 |
> |
YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) |
| 235 |
> |
LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
| 236 |
> |
$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) |
| 237 |
> |
AM_V_YACC = $(am__v_YACC_@AM_V@) |
| 238 |
> |
am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) |
| 239 |
> |
am__v_YACC_0 = @echo " YACC " $@; |
| 240 |
> |
am__v_YACC_1 = |
| 241 |
|
SOURCES = $(ircd_SOURCES) |
| 242 |
< |
DIST_SOURCES = $(am__ircd_SOURCES_DIST) |
| 242 |
> |
DIST_SOURCES = $(ircd_SOURCES) |
| 243 |
> |
am__can_run_installinfo = \ |
| 244 |
> |
case $$AM_UPDATE_INFO_DIR in \ |
| 245 |
> |
n|no|NO) false;; \ |
| 246 |
> |
*) (install-info --version) >/dev/null 2>&1;; \ |
| 247 |
> |
esac |
| 248 |
> |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 249 |
> |
# Read a list of newline-separated strings from the standard input, |
| 250 |
> |
# and print each of them once, without duplicates. Input order is |
| 251 |
> |
# *not* preserved. |
| 252 |
> |
am__uniquify_input = $(AWK) '\ |
| 253 |
> |
BEGIN { nonempty = 0; } \ |
| 254 |
> |
{ items[$$0] = 1; nonempty = 1; } \ |
| 255 |
> |
END { if (nonempty) { for (i in items) print i; }; } \ |
| 256 |
> |
' |
| 257 |
> |
# Make sure the list of sources is unique. This is necessary because, |
| 258 |
> |
# e.g., the same source file might be shared among _SOURCES variables |
| 259 |
> |
# for different programs/libraries. |
| 260 |
> |
am__define_uniq_tagged_files = \ |
| 261 |
> |
list='$(am__tagged_files)'; \ |
| 262 |
> |
unique=`for i in $$list; do \ |
| 263 |
> |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 264 |
> |
done | $(am__uniquify_input)` |
| 265 |
|
ETAGS = etags |
| 266 |
|
CTAGS = ctags |
| 267 |
+ |
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ |
| 268 |
+ |
$(top_srcdir)/ylwrap conf_lexer.c conf_parser.c conf_parser.h |
| 269 |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 270 |
|
ACLOCAL = @ACLOCAL@ |
| 271 |
|
AMTAR = @AMTAR@ |
| 272 |
+ |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 273 |
|
AR = @AR@ |
| 119 |
– |
ARGZ_H = @ARGZ_H@ |
| 274 |
|
AUTOCONF = @AUTOCONF@ |
| 275 |
|
AUTOHEADER = @AUTOHEADER@ |
| 276 |
|
AUTOMAKE = @AUTOMAKE@ |
| 284 |
|
DATADIR = @DATADIR@ |
| 285 |
|
DEFS = @DEFS@ |
| 286 |
|
DEPDIR = @DEPDIR@ |
| 287 |
+ |
DLLTOOL = @DLLTOOL@ |
| 288 |
|
DSYMUTIL = @DSYMUTIL@ |
| 289 |
|
DUMPBIN = @DUMPBIN@ |
| 290 |
|
ECHO_C = @ECHO_C@ |
| 321 |
|
LTDLINCL = @LTDLINCL@ |
| 322 |
|
LTDLOPEN = @LTDLOPEN@ |
| 323 |
|
LTLIBOBJS = @LTLIBOBJS@ |
| 324 |
+ |
LT_ARGZ_H = @LT_ARGZ_H@ |
| 325 |
|
LT_CONFIG_H = @LT_CONFIG_H@ |
| 326 |
|
LT_DLLOADERS = @LT_DLLOADERS@ |
| 327 |
|
LT_DLPREOPEN = @LT_DLPREOPEN@ |
| 328 |
+ |
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
| 329 |
|
MAINT = @MAINT@ |
| 330 |
|
MAKEINFO = @MAKEINFO@ |
| 331 |
+ |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 332 |
|
MKDIR_P = @MKDIR_P@ |
| 333 |
|
NM = @NM@ |
| 334 |
|
NMEDIT = @NMEDIT@ |
| 358 |
|
abs_srcdir = @abs_srcdir@ |
| 359 |
|
abs_top_builddir = @abs_top_builddir@ |
| 360 |
|
abs_top_srcdir = @abs_top_srcdir@ |
| 361 |
+ |
ac_ct_AR = @ac_ct_AR@ |
| 362 |
|
ac_ct_CC = @ac_ct_CC@ |
| 363 |
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 364 |
|
am__include = @am__include@ |
| 391 |
|
libexecdir = @libexecdir@ |
| 392 |
|
localedir = @localedir@ |
| 393 |
|
localstatedir = @localstatedir@ |
| 235 |
– |
lt_ECHO = @lt_ECHO@ |
| 394 |
|
ltdl_LIBOBJS = @ltdl_LIBOBJS@ |
| 395 |
|
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@ |
| 396 |
|
mandir = @mandir@ |
| 400 |
|
prefix = @prefix@ |
| 401 |
|
program_transform_name = @program_transform_name@ |
| 402 |
|
psdir = @psdir@ |
| 403 |
+ |
runstatedir = @runstatedir@ |
| 404 |
|
sbindir = @sbindir@ |
| 405 |
|
sharedstatedir = @sharedstatedir@ |
| 406 |
|
srcdir = @srcdir@ |
| 248 |
– |
subdirs = @subdirs@ |
| 407 |
|
sys_symbol_underscore = @sys_symbol_underscore@ |
| 408 |
|
sysconfdir = @sysconfdir@ |
| 409 |
|
target_alias = @target_alias@ |
| 412 |
|
top_srcdir = @top_srcdir@ |
| 413 |
|
AUTOMAKE_OPTIONS = foreign |
| 414 |
|
AM_YFLAGS = -d |
| 415 |
< |
AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include -I$(top_srcdir)/lib/pcre |
| 415 |
> |
AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include |
| 416 |
|
ircd_LDFLAGS = -export-dynamic |
| 417 |
< |
ircd_LDADD = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a |
| 418 |
< |
ircd_DEPENDENCIES = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a |
| 419 |
< |
ircd_SOURCES = balloc.c channel.c channel_mode.c client.c csvlib.c \ |
| 420 |
< |
dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c \ |
| 421 |
< |
hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \ |
| 422 |
< |
irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \ |
| 423 |
< |
list.c listener.c match.c memory.c modules.c motd.c rng_mt.c \ |
| 424 |
< |
numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \ |
| 425 |
< |
s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \ |
| 426 |
< |
restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \ |
| 427 |
< |
s_serv.c s_user.c send.c sprintf_irc.c tools.c version.c \ |
| 428 |
< |
watch.c whowas.c ircd_parser.y ircd_lexer.l $(am__append_1) |
| 417 |
> |
ircd_LDADD = $(LIBLTDL) |
| 418 |
> |
ircd_DEPENDENCIES = $(LTDLDEPS) |
| 419 |
> |
ircd_SOURCES = auth.c \ |
| 420 |
> |
channel.c \ |
| 421 |
> |
channel_mode.c \ |
| 422 |
> |
client.c \ |
| 423 |
> |
client_svstag.c \ |
| 424 |
> |
conf.c \ |
| 425 |
> |
conf_class.c \ |
| 426 |
> |
conf_cluster.c \ |
| 427 |
> |
conf_db.c \ |
| 428 |
> |
conf_gecos.c \ |
| 429 |
> |
conf_pseudo.c \ |
| 430 |
> |
conf_resv.c \ |
| 431 |
> |
conf_service.c \ |
| 432 |
> |
conf_shared.c \ |
| 433 |
> |
conf_parser.y \ |
| 434 |
> |
conf_lexer.l \ |
| 435 |
> |
dbuf.c \ |
| 436 |
> |
event.c \ |
| 437 |
> |
extban.c \ |
| 438 |
> |
extban_account.c \ |
| 439 |
> |
extban_channel.c \ |
| 440 |
> |
extban_fingerprint.c \ |
| 441 |
> |
extban_gecos.c \ |
| 442 |
> |
extban_join.c \ |
| 443 |
> |
extban_mute.c \ |
| 444 |
> |
extban_operclass.c \ |
| 445 |
> |
extban_server.c \ |
| 446 |
> |
extban_usermode.c \ |
| 447 |
> |
fdlist.c \ |
| 448 |
> |
getopt.c \ |
| 449 |
> |
hash.c \ |
| 450 |
> |
hostmask.c \ |
| 451 |
> |
id.c \ |
| 452 |
> |
ipcache.c \ |
| 453 |
> |
irc_string.c \ |
| 454 |
> |
ircd.c \ |
| 455 |
> |
ircd_signal.c \ |
| 456 |
> |
isupport.c \ |
| 457 |
> |
list.c \ |
| 458 |
> |
listener.c \ |
| 459 |
> |
log.c \ |
| 460 |
> |
match.c \ |
| 461 |
> |
memory.c \ |
| 462 |
> |
misc.c \ |
| 463 |
> |
modules.c \ |
| 464 |
> |
motd.c \ |
| 465 |
> |
numeric.c \ |
| 466 |
> |
packet.c \ |
| 467 |
> |
parse.c \ |
| 468 |
> |
patricia.c \ |
| 469 |
> |
s_bsd_epoll.c \ |
| 470 |
> |
s_bsd_poll.c \ |
| 471 |
> |
s_bsd_devpoll.c \ |
| 472 |
> |
s_bsd_kqueue.c \ |
| 473 |
> |
tls_gnutls.c \ |
| 474 |
> |
tls_none.c \ |
| 475 |
> |
tls_openssl.c \ |
| 476 |
> |
tls_wolfssl.c \ |
| 477 |
> |
res.c \ |
| 478 |
> |
reslib.c \ |
| 479 |
> |
restart.c \ |
| 480 |
> |
rng_mt.c \ |
| 481 |
> |
s_bsd.c \ |
| 482 |
> |
send.c \ |
| 483 |
> |
server.c \ |
| 484 |
> |
server_capab.c \ |
| 485 |
> |
user.c \ |
| 486 |
> |
watch.c \ |
| 487 |
> |
whowas.c |
| 488 |
> |
|
| 489 |
|
all: all-am |
| 490 |
|
|
| 491 |
|
.SUFFIXES: |
| 502 |
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ |
| 503 |
|
$(am__cd) $(top_srcdir) && \ |
| 504 |
|
$(AUTOMAKE) --foreign src/Makefile |
| 287 |
– |
.PRECIOUS: Makefile |
| 505 |
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 506 |
|
@case '$?' in \ |
| 507 |
|
*config.status*) \ |
| 508 |
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 509 |
|
*) \ |
| 510 |
< |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 511 |
< |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 510 |
> |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ |
| 511 |
> |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ |
| 512 |
|
esac; |
| 513 |
|
|
| 514 |
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 519 |
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 520 |
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 521 |
|
$(am__aclocal_m4_deps): |
| 522 |
< |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
| 522 |
> |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 523 |
|
@$(NORMAL_INSTALL) |
| 524 |
< |
test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
| 525 |
< |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
| 524 |
> |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 525 |
> |
if test -n "$$list"; then \ |
| 526 |
> |
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
| 527 |
> |
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
| 528 |
> |
fi; \ |
| 529 |
|
for p in $$list; do echo "$$p $$p"; done | \ |
| 530 |
|
sed 's/$(EXEEXT)$$//' | \ |
| 531 |
< |
while read p p1; do if test -f $$p || test -f $$p1; \ |
| 532 |
< |
then echo "$$p"; echo "$$p"; else :; fi; \ |
| 531 |
> |
while read p p1; do if test -f $$p \ |
| 532 |
> |
|| test -f $$p1 \ |
| 533 |
> |
; then echo "$$p"; echo "$$p"; else :; fi; \ |
| 534 |
|
done | \ |
| 535 |
< |
sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
| 535 |
> |
sed -e 'p;s,.*/,,;n;h' \ |
| 536 |
> |
-e 's|.*|.|' \ |
| 537 |
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 538 |
|
sed 'N;N;N;s,\n, ,g' | \ |
| 539 |
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
| 544 |
|
while read type dir files; do \ |
| 545 |
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
| 546 |
|
test -z "$$files" || { \ |
| 547 |
< |
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ |
| 548 |
< |
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ |
| 547 |
> |
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
| 548 |
> |
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
| 549 |
|
} \ |
| 550 |
|
; done |
| 551 |
|
|
| 552 |
< |
uninstall-sbinPROGRAMS: |
| 552 |
> |
uninstall-binPROGRAMS: |
| 553 |
|
@$(NORMAL_UNINSTALL) |
| 554 |
< |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
| 554 |
> |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 555 |
|
files=`for p in $$list; do echo "$$p"; done | \ |
| 556 |
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 557 |
< |
-e 's/$$/$(EXEEXT)/' `; \ |
| 557 |
> |
-e 's/$$/$(EXEEXT)/' \ |
| 558 |
> |
`; \ |
| 559 |
|
test -n "$$list" || exit 0; \ |
| 560 |
< |
echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ |
| 561 |
< |
cd "$(DESTDIR)$(sbindir)" && rm -f $$files |
| 560 |
> |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 561 |
> |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| 562 |
|
|
| 563 |
< |
clean-sbinPROGRAMS: |
| 564 |
< |
@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \ |
| 563 |
> |
clean-binPROGRAMS: |
| 564 |
> |
@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ |
| 565 |
|
echo " rm -f" $$list; \ |
| 566 |
|
rm -f $$list || exit $$?; \ |
| 567 |
|
test -n "$(EXEEXT)" || exit 0; \ |
| 568 |
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
| 569 |
|
echo " rm -f" $$list; \ |
| 570 |
|
rm -f $$list |
| 571 |
< |
ircd_parser.h: ircd_parser.c |
| 572 |
< |
@if test ! -f $@; then \ |
| 573 |
< |
rm -f ircd_parser.c; \ |
| 574 |
< |
$(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; \ |
| 575 |
< |
else :; fi |
| 353 |
< |
ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) |
| 571 |
> |
conf_parser.h: conf_parser.c |
| 572 |
> |
@if test ! -f $@; then rm -f conf_parser.c; else :; fi |
| 573 |
> |
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) conf_parser.c; else :; fi |
| 574 |
> |
|
| 575 |
> |
ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) $(EXTRA_ircd_DEPENDENCIES) |
| 576 |
|
@rm -f ircd$(EXEEXT) |
| 577 |
< |
$(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS) |
| 577 |
> |
$(AM_V_CCLD)$(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS) |
| 578 |
|
|
| 579 |
|
mostlyclean-compile: |
| 580 |
|
-rm -f *.$(OBJEXT) |
| 582 |
|
distclean-compile: |
| 583 |
|
-rm -f *.tab.c |
| 584 |
|
|
| 585 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balloc.Po@am__quote@ |
| 586 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@ |
| 587 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@ |
| 588 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@ |
| 589 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csvlib.Po@am__quote@ |
| 590 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@ |
| 591 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynlink.Po@am__quote@ |
| 592 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@ |
| 593 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@ |
| 594 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@ |
| 595 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ |
| 596 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ |
| 597 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@ |
| 598 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@ |
| 599 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getaddrinfo.Po@am__quote@ |
| 600 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getnameinfo.Po@am__quote@ |
| 601 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_res.Po@am__quote@ |
| 602 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_reslib.Po@am__quote@ |
| 603 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@ |
| 604 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@ |
| 605 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_lexer.Po@am__quote@ |
| 606 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_parser.Po@am__quote@ |
| 607 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@ |
| 608 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ |
| 609 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@ |
| 610 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@ |
| 611 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@ |
| 612 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@ |
| 613 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@ |
| 614 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@ |
| 615 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@ |
| 616 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@ |
| 617 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@ |
| 618 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@ |
| 619 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@ |
| 620 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@ |
| 621 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_auth.Po@am__quote@ |
| 622 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@ |
| 623 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@ |
| 624 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@ |
| 625 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@ |
| 626 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@ |
| 627 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_select.Po@am__quote@ |
| 628 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_sigio.Po@am__quote@ |
| 629 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_conf.Po@am__quote@ |
| 630 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_gline.Po@am__quote@ |
| 631 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_log.Po@am__quote@ |
| 632 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_misc.Po@am__quote@ |
| 633 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_serv.Po@am__quote@ |
| 634 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_user.Po@am__quote@ |
| 635 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@ |
| 636 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf_irc.Po@am__quote@ |
| 637 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@ |
| 638 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ |
| 639 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@ |
| 640 |
< |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@ |
| 585 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@ # am--include-marker |
| 586 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@ # am--include-marker |
| 587 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@ # am--include-marker |
| 588 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@ # am--include-marker |
| 589 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_svstag.Po@am__quote@ # am--include-marker |
| 590 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@ # am--include-marker |
| 591 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_class.Po@am__quote@ # am--include-marker |
| 592 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_cluster.Po@am__quote@ # am--include-marker |
| 593 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_db.Po@am__quote@ # am--include-marker |
| 594 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_gecos.Po@am__quote@ # am--include-marker |
| 595 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_lexer.Po@am__quote@ # am--include-marker |
| 596 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_parser.Po@am__quote@ # am--include-marker |
| 597 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_pseudo.Po@am__quote@ # am--include-marker |
| 598 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_resv.Po@am__quote@ # am--include-marker |
| 599 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_service.Po@am__quote@ # am--include-marker |
| 600 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_shared.Po@am__quote@ # am--include-marker |
| 601 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@ # am--include-marker |
| 602 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@ # am--include-marker |
| 603 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extban.Po@am__quote@ # am--include-marker |
| 604 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extban_account.Po@am__quote@ # am--include-marker |
| 605 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extban_channel.Po@am__quote@ # am--include-marker |
| 606 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extban_fingerprint.Po@am__quote@ # am--include-marker |
| 607 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extban_gecos.Po@am__quote@ # am--include-marker |
| 608 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extban_join.Po@am__quote@ # am--include-marker |
| 609 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extban_mute.Po@am__quote@ # am--include-marker |
| 610 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extban_operclass.Po@am__quote@ # am--include-marker |
| 611 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extban_server.Po@am__quote@ # am--include-marker |
| 612 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extban_usermode.Po@am__quote@ # am--include-marker |
| 613 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@ # am--include-marker |
| 614 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ # am--include-marker |
| 615 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ # am--include-marker |
| 616 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@ # am--include-marker |
| 617 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id.Po@am__quote@ # am--include-marker |
| 618 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipcache.Po@am__quote@ # am--include-marker |
| 619 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@ # am--include-marker |
| 620 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@ # am--include-marker |
| 621 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@ # am--include-marker |
| 622 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isupport.Po@am__quote@ # am--include-marker |
| 623 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ # am--include-marker |
| 624 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@ # am--include-marker |
| 625 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@ # am--include-marker |
| 626 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@ # am--include-marker |
| 627 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@ # am--include-marker |
| 628 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ # am--include-marker |
| 629 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@ # am--include-marker |
| 630 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@ # am--include-marker |
| 631 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@ # am--include-marker |
| 632 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@ # am--include-marker |
| 633 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@ # am--include-marker |
| 634 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patricia.Po@am__quote@ # am--include-marker |
| 635 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res.Po@am__quote@ # am--include-marker |
| 636 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reslib.Po@am__quote@ # am--include-marker |
| 637 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@ # am--include-marker |
| 638 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@ # am--include-marker |
| 639 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@ # am--include-marker |
| 640 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@ # am--include-marker |
| 641 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@ # am--include-marker |
| 642 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@ # am--include-marker |
| 643 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@ # am--include-marker |
| 644 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@ # am--include-marker |
| 645 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@ # am--include-marker |
| 646 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_capab.Po@am__quote@ # am--include-marker |
| 647 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_gnutls.Po@am__quote@ # am--include-marker |
| 648 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_none.Po@am__quote@ # am--include-marker |
| 649 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_openssl.Po@am__quote@ # am--include-marker |
| 650 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_wolfssl.Po@am__quote@ # am--include-marker |
| 651 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@ # am--include-marker |
| 652 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@ # am--include-marker |
| 653 |
> |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@ # am--include-marker |
| 654 |
> |
|
| 655 |
> |
$(am__depfiles_remade): |
| 656 |
> |
@$(MKDIR_P) $(@D) |
| 657 |
> |
@echo '# dummy' >$@-t && $(am__mv) $@-t $@ |
| 658 |
> |
|
| 659 |
> |
am--depfiles: $(am__depfiles_remade) |
| 660 |
|
|
| 661 |
|
.c.o: |
| 662 |
< |
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 663 |
< |
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 664 |
< |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 662 |
> |
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
| 663 |
> |
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
| 664 |
> |
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
| 665 |
> |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 666 |
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 667 |
< |
@am__fastdepCC_FALSE@ $(COMPILE) -c $< |
| 667 |
> |
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
| 668 |
|
|
| 669 |
|
.c.obj: |
| 670 |
< |
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 671 |
< |
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 672 |
< |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 670 |
> |
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
| 671 |
> |
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
| 672 |
> |
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
| 673 |
> |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 674 |
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 675 |
< |
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
| 675 |
> |
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| 676 |
|
|
| 677 |
|
.c.lo: |
| 678 |
< |
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 679 |
< |
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
| 680 |
< |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 678 |
> |
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
| 679 |
> |
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
| 680 |
> |
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo |
| 681 |
> |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 682 |
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 683 |
< |
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< |
| 683 |
> |
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
| 684 |
|
|
| 685 |
|
.l.c: |
| 686 |
< |
$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) |
| 686 |
> |
$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) |
| 687 |
|
|
| 688 |
|
.y.c: |
| 689 |
< |
$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) |
| 689 |
> |
$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) |
| 690 |
|
|
| 691 |
|
mostlyclean-libtool: |
| 692 |
|
-rm -f *.lo |
| 694 |
|
clean-libtool: |
| 695 |
|
-rm -rf .libs _libs |
| 696 |
|
|
| 697 |
< |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 698 |
< |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 699 |
< |
unique=`for i in $$list; do \ |
| 700 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 457 |
< |
done | \ |
| 458 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 459 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 460 |
< |
mkid -fID $$unique |
| 461 |
< |
tags: TAGS |
| 697 |
> |
ID: $(am__tagged_files) |
| 698 |
> |
$(am__define_uniq_tagged_files); mkid -fID $$unique |
| 699 |
> |
tags: tags-am |
| 700 |
> |
TAGS: tags |
| 701 |
|
|
| 702 |
< |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 464 |
< |
$(TAGS_FILES) $(LISP) |
| 702 |
> |
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 703 |
|
set x; \ |
| 704 |
|
here=`pwd`; \ |
| 705 |
< |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 468 |
< |
unique=`for i in $$list; do \ |
| 469 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 470 |
< |
done | \ |
| 471 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 472 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 705 |
> |
$(am__define_uniq_tagged_files); \ |
| 706 |
|
shift; \ |
| 707 |
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 708 |
|
test -n "$$unique" || unique=$$empty_fix; \ |
| 714 |
|
$$unique; \ |
| 715 |
|
fi; \ |
| 716 |
|
fi |
| 717 |
< |
ctags: CTAGS |
| 718 |
< |
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 719 |
< |
$(TAGS_FILES) $(LISP) |
| 720 |
< |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 721 |
< |
unique=`for i in $$list; do \ |
| 489 |
< |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 490 |
< |
done | \ |
| 491 |
< |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 492 |
< |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 717 |
> |
ctags: ctags-am |
| 718 |
> |
|
| 719 |
> |
CTAGS: ctags |
| 720 |
> |
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 721 |
> |
$(am__define_uniq_tagged_files); \ |
| 722 |
|
test -z "$(CTAGS_ARGS)$$unique" \ |
| 723 |
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 724 |
|
$$unique |
| 727 |
|
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 728 |
|
&& $(am__cd) $(top_srcdir) \ |
| 729 |
|
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 730 |
+ |
cscopelist: cscopelist-am |
| 731 |
+ |
|
| 732 |
+ |
cscopelist-am: $(am__tagged_files) |
| 733 |
+ |
list='$(am__tagged_files)'; \ |
| 734 |
+ |
case "$(srcdir)" in \ |
| 735 |
+ |
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 736 |
+ |
*) sdir=$(subdir)/$(srcdir) ;; \ |
| 737 |
+ |
esac; \ |
| 738 |
+ |
for i in $$list; do \ |
| 739 |
+ |
if test -f "$$i"; then \ |
| 740 |
+ |
echo "$(subdir)/$$i"; \ |
| 741 |
+ |
else \ |
| 742 |
+ |
echo "$$sdir/$$i"; \ |
| 743 |
+ |
fi; \ |
| 744 |
+ |
done >> $(top_builddir)/cscope.files |
| 745 |
|
|
| 746 |
|
distclean-tags: |
| 747 |
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 748 |
|
|
| 749 |
< |
distdir: $(DISTFILES) |
| 749 |
> |
distdir: $(BUILT_SOURCES) |
| 750 |
> |
$(MAKE) $(AM_MAKEFLAGS) distdir-am |
| 751 |
> |
|
| 752 |
> |
distdir-am: $(DISTFILES) |
| 753 |
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 754 |
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 755 |
|
list='$(DISTFILES)'; \ |
| 783 |
|
check: check-am |
| 784 |
|
all-am: Makefile $(PROGRAMS) |
| 785 |
|
installdirs: |
| 786 |
< |
for dir in "$(DESTDIR)$(sbindir)"; do \ |
| 786 |
> |
for dir in "$(DESTDIR)$(bindir)"; do \ |
| 787 |
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 788 |
|
done |
| 789 |
|
install: install-am |
| 796 |
|
|
| 797 |
|
installcheck: installcheck-am |
| 798 |
|
install-strip: |
| 799 |
< |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 800 |
< |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 801 |
< |
`test -z '$(STRIP)' || \ |
| 802 |
< |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
| 799 |
> |
if test -z '$(STRIP)'; then \ |
| 800 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 801 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 802 |
> |
install; \ |
| 803 |
> |
else \ |
| 804 |
> |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 805 |
> |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 806 |
> |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 807 |
> |
fi |
| 808 |
|
mostlyclean-generic: |
| 809 |
|
|
| 810 |
|
clean-generic: |
| 816 |
|
maintainer-clean-generic: |
| 817 |
|
@echo "This command is intended for maintainers to use" |
| 818 |
|
@echo "it deletes files that may require special tools to rebuild." |
| 819 |
< |
-rm -f ircd_lexer.c |
| 820 |
< |
-rm -f ircd_parser.c |
| 821 |
< |
-rm -f ircd_parser.h |
| 819 |
> |
-rm -f conf_lexer.c |
| 820 |
> |
-rm -f conf_parser.c |
| 821 |
> |
-rm -f conf_parser.h |
| 822 |
|
clean: clean-am |
| 823 |
|
|
| 824 |
< |
clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \ |
| 573 |
< |
mostlyclean-am |
| 824 |
> |
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am |
| 825 |
|
|
| 826 |
|
distclean: distclean-am |
| 827 |
< |
-rm -rf ./$(DEPDIR) |
| 827 |
> |
-rm -f ./$(DEPDIR)/auth.Po |
| 828 |
> |
-rm -f ./$(DEPDIR)/channel.Po |
| 829 |
> |
-rm -f ./$(DEPDIR)/channel_mode.Po |
| 830 |
> |
-rm -f ./$(DEPDIR)/client.Po |
| 831 |
> |
-rm -f ./$(DEPDIR)/client_svstag.Po |
| 832 |
> |
-rm -f ./$(DEPDIR)/conf.Po |
| 833 |
> |
-rm -f ./$(DEPDIR)/conf_class.Po |
| 834 |
> |
-rm -f ./$(DEPDIR)/conf_cluster.Po |
| 835 |
> |
-rm -f ./$(DEPDIR)/conf_db.Po |
| 836 |
> |
-rm -f ./$(DEPDIR)/conf_gecos.Po |
| 837 |
> |
-rm -f ./$(DEPDIR)/conf_lexer.Po |
| 838 |
> |
-rm -f ./$(DEPDIR)/conf_parser.Po |
| 839 |
> |
-rm -f ./$(DEPDIR)/conf_pseudo.Po |
| 840 |
> |
-rm -f ./$(DEPDIR)/conf_resv.Po |
| 841 |
> |
-rm -f ./$(DEPDIR)/conf_service.Po |
| 842 |
> |
-rm -f ./$(DEPDIR)/conf_shared.Po |
| 843 |
> |
-rm -f ./$(DEPDIR)/dbuf.Po |
| 844 |
> |
-rm -f ./$(DEPDIR)/event.Po |
| 845 |
> |
-rm -f ./$(DEPDIR)/extban.Po |
| 846 |
> |
-rm -f ./$(DEPDIR)/extban_account.Po |
| 847 |
> |
-rm -f ./$(DEPDIR)/extban_channel.Po |
| 848 |
> |
-rm -f ./$(DEPDIR)/extban_fingerprint.Po |
| 849 |
> |
-rm -f ./$(DEPDIR)/extban_gecos.Po |
| 850 |
> |
-rm -f ./$(DEPDIR)/extban_join.Po |
| 851 |
> |
-rm -f ./$(DEPDIR)/extban_mute.Po |
| 852 |
> |
-rm -f ./$(DEPDIR)/extban_operclass.Po |
| 853 |
> |
-rm -f ./$(DEPDIR)/extban_server.Po |
| 854 |
> |
-rm -f ./$(DEPDIR)/extban_usermode.Po |
| 855 |
> |
-rm -f ./$(DEPDIR)/fdlist.Po |
| 856 |
> |
-rm -f ./$(DEPDIR)/getopt.Po |
| 857 |
> |
-rm -f ./$(DEPDIR)/hash.Po |
| 858 |
> |
-rm -f ./$(DEPDIR)/hostmask.Po |
| 859 |
> |
-rm -f ./$(DEPDIR)/id.Po |
| 860 |
> |
-rm -f ./$(DEPDIR)/ipcache.Po |
| 861 |
> |
-rm -f ./$(DEPDIR)/irc_string.Po |
| 862 |
> |
-rm -f ./$(DEPDIR)/ircd.Po |
| 863 |
> |
-rm -f ./$(DEPDIR)/ircd_signal.Po |
| 864 |
> |
-rm -f ./$(DEPDIR)/isupport.Po |
| 865 |
> |
-rm -f ./$(DEPDIR)/list.Po |
| 866 |
> |
-rm -f ./$(DEPDIR)/listener.Po |
| 867 |
> |
-rm -f ./$(DEPDIR)/log.Po |
| 868 |
> |
-rm -f ./$(DEPDIR)/match.Po |
| 869 |
> |
-rm -f ./$(DEPDIR)/memory.Po |
| 870 |
> |
-rm -f ./$(DEPDIR)/misc.Po |
| 871 |
> |
-rm -f ./$(DEPDIR)/modules.Po |
| 872 |
> |
-rm -f ./$(DEPDIR)/motd.Po |
| 873 |
> |
-rm -f ./$(DEPDIR)/numeric.Po |
| 874 |
> |
-rm -f ./$(DEPDIR)/packet.Po |
| 875 |
> |
-rm -f ./$(DEPDIR)/parse.Po |
| 876 |
> |
-rm -f ./$(DEPDIR)/patricia.Po |
| 877 |
> |
-rm -f ./$(DEPDIR)/res.Po |
| 878 |
> |
-rm -f ./$(DEPDIR)/reslib.Po |
| 879 |
> |
-rm -f ./$(DEPDIR)/restart.Po |
| 880 |
> |
-rm -f ./$(DEPDIR)/rng_mt.Po |
| 881 |
> |
-rm -f ./$(DEPDIR)/s_bsd.Po |
| 882 |
> |
-rm -f ./$(DEPDIR)/s_bsd_devpoll.Po |
| 883 |
> |
-rm -f ./$(DEPDIR)/s_bsd_epoll.Po |
| 884 |
> |
-rm -f ./$(DEPDIR)/s_bsd_kqueue.Po |
| 885 |
> |
-rm -f ./$(DEPDIR)/s_bsd_poll.Po |
| 886 |
> |
-rm -f ./$(DEPDIR)/send.Po |
| 887 |
> |
-rm -f ./$(DEPDIR)/server.Po |
| 888 |
> |
-rm -f ./$(DEPDIR)/server_capab.Po |
| 889 |
> |
-rm -f ./$(DEPDIR)/tls_gnutls.Po |
| 890 |
> |
-rm -f ./$(DEPDIR)/tls_none.Po |
| 891 |
> |
-rm -f ./$(DEPDIR)/tls_openssl.Po |
| 892 |
> |
-rm -f ./$(DEPDIR)/tls_wolfssl.Po |
| 893 |
> |
-rm -f ./$(DEPDIR)/user.Po |
| 894 |
> |
-rm -f ./$(DEPDIR)/watch.Po |
| 895 |
> |
-rm -f ./$(DEPDIR)/whowas.Po |
| 896 |
|
-rm -f Makefile |
| 897 |
|
distclean-am: clean-am distclean-compile distclean-generic \ |
| 898 |
|
distclean-tags |
| 915 |
|
|
| 916 |
|
install-dvi-am: |
| 917 |
|
|
| 918 |
< |
install-exec-am: install-sbinPROGRAMS |
| 918 |
> |
install-exec-am: install-binPROGRAMS |
| 919 |
|
|
| 920 |
|
install-html: install-html-am |
| 921 |
|
|
| 938 |
|
installcheck-am: |
| 939 |
|
|
| 940 |
|
maintainer-clean: maintainer-clean-am |
| 941 |
< |
-rm -rf ./$(DEPDIR) |
| 941 |
> |
-rm -f ./$(DEPDIR)/auth.Po |
| 942 |
> |
-rm -f ./$(DEPDIR)/channel.Po |
| 943 |
> |
-rm -f ./$(DEPDIR)/channel_mode.Po |
| 944 |
> |
-rm -f ./$(DEPDIR)/client.Po |
| 945 |
> |
-rm -f ./$(DEPDIR)/client_svstag.Po |
| 946 |
> |
-rm -f ./$(DEPDIR)/conf.Po |
| 947 |
> |
-rm -f ./$(DEPDIR)/conf_class.Po |
| 948 |
> |
-rm -f ./$(DEPDIR)/conf_cluster.Po |
| 949 |
> |
-rm -f ./$(DEPDIR)/conf_db.Po |
| 950 |
> |
-rm -f ./$(DEPDIR)/conf_gecos.Po |
| 951 |
> |
-rm -f ./$(DEPDIR)/conf_lexer.Po |
| 952 |
> |
-rm -f ./$(DEPDIR)/conf_parser.Po |
| 953 |
> |
-rm -f ./$(DEPDIR)/conf_pseudo.Po |
| 954 |
> |
-rm -f ./$(DEPDIR)/conf_resv.Po |
| 955 |
> |
-rm -f ./$(DEPDIR)/conf_service.Po |
| 956 |
> |
-rm -f ./$(DEPDIR)/conf_shared.Po |
| 957 |
> |
-rm -f ./$(DEPDIR)/dbuf.Po |
| 958 |
> |
-rm -f ./$(DEPDIR)/event.Po |
| 959 |
> |
-rm -f ./$(DEPDIR)/extban.Po |
| 960 |
> |
-rm -f ./$(DEPDIR)/extban_account.Po |
| 961 |
> |
-rm -f ./$(DEPDIR)/extban_channel.Po |
| 962 |
> |
-rm -f ./$(DEPDIR)/extban_fingerprint.Po |
| 963 |
> |
-rm -f ./$(DEPDIR)/extban_gecos.Po |
| 964 |
> |
-rm -f ./$(DEPDIR)/extban_join.Po |
| 965 |
> |
-rm -f ./$(DEPDIR)/extban_mute.Po |
| 966 |
> |
-rm -f ./$(DEPDIR)/extban_operclass.Po |
| 967 |
> |
-rm -f ./$(DEPDIR)/extban_server.Po |
| 968 |
> |
-rm -f ./$(DEPDIR)/extban_usermode.Po |
| 969 |
> |
-rm -f ./$(DEPDIR)/fdlist.Po |
| 970 |
> |
-rm -f ./$(DEPDIR)/getopt.Po |
| 971 |
> |
-rm -f ./$(DEPDIR)/hash.Po |
| 972 |
> |
-rm -f ./$(DEPDIR)/hostmask.Po |
| 973 |
> |
-rm -f ./$(DEPDIR)/id.Po |
| 974 |
> |
-rm -f ./$(DEPDIR)/ipcache.Po |
| 975 |
> |
-rm -f ./$(DEPDIR)/irc_string.Po |
| 976 |
> |
-rm -f ./$(DEPDIR)/ircd.Po |
| 977 |
> |
-rm -f ./$(DEPDIR)/ircd_signal.Po |
| 978 |
> |
-rm -f ./$(DEPDIR)/isupport.Po |
| 979 |
> |
-rm -f ./$(DEPDIR)/list.Po |
| 980 |
> |
-rm -f ./$(DEPDIR)/listener.Po |
| 981 |
> |
-rm -f ./$(DEPDIR)/log.Po |
| 982 |
> |
-rm -f ./$(DEPDIR)/match.Po |
| 983 |
> |
-rm -f ./$(DEPDIR)/memory.Po |
| 984 |
> |
-rm -f ./$(DEPDIR)/misc.Po |
| 985 |
> |
-rm -f ./$(DEPDIR)/modules.Po |
| 986 |
> |
-rm -f ./$(DEPDIR)/motd.Po |
| 987 |
> |
-rm -f ./$(DEPDIR)/numeric.Po |
| 988 |
> |
-rm -f ./$(DEPDIR)/packet.Po |
| 989 |
> |
-rm -f ./$(DEPDIR)/parse.Po |
| 990 |
> |
-rm -f ./$(DEPDIR)/patricia.Po |
| 991 |
> |
-rm -f ./$(DEPDIR)/res.Po |
| 992 |
> |
-rm -f ./$(DEPDIR)/reslib.Po |
| 993 |
> |
-rm -f ./$(DEPDIR)/restart.Po |
| 994 |
> |
-rm -f ./$(DEPDIR)/rng_mt.Po |
| 995 |
> |
-rm -f ./$(DEPDIR)/s_bsd.Po |
| 996 |
> |
-rm -f ./$(DEPDIR)/s_bsd_devpoll.Po |
| 997 |
> |
-rm -f ./$(DEPDIR)/s_bsd_epoll.Po |
| 998 |
> |
-rm -f ./$(DEPDIR)/s_bsd_kqueue.Po |
| 999 |
> |
-rm -f ./$(DEPDIR)/s_bsd_poll.Po |
| 1000 |
> |
-rm -f ./$(DEPDIR)/send.Po |
| 1001 |
> |
-rm -f ./$(DEPDIR)/server.Po |
| 1002 |
> |
-rm -f ./$(DEPDIR)/server_capab.Po |
| 1003 |
> |
-rm -f ./$(DEPDIR)/tls_gnutls.Po |
| 1004 |
> |
-rm -f ./$(DEPDIR)/tls_none.Po |
| 1005 |
> |
-rm -f ./$(DEPDIR)/tls_openssl.Po |
| 1006 |
> |
-rm -f ./$(DEPDIR)/tls_wolfssl.Po |
| 1007 |
> |
-rm -f ./$(DEPDIR)/user.Po |
| 1008 |
> |
-rm -f ./$(DEPDIR)/watch.Po |
| 1009 |
> |
-rm -f ./$(DEPDIR)/whowas.Po |
| 1010 |
|
-rm -f Makefile |
| 1011 |
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
| 1012 |
|
|
| 1023 |
|
|
| 1024 |
|
ps-am: |
| 1025 |
|
|
| 1026 |
< |
uninstall-am: uninstall-sbinPROGRAMS |
| 1026 |
> |
uninstall-am: uninstall-binPROGRAMS |
| 1027 |
|
|
| 1028 |
|
.MAKE: install-am install-strip |
| 1029 |
|
|
| 1030 |
< |
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
| 1031 |
< |
clean-libtool clean-sbinPROGRAMS ctags distclean \ |
| 1032 |
< |
distclean-compile distclean-generic distclean-libtool \ |
| 1033 |
< |
distclean-tags distdir dvi dvi-am html html-am info info-am \ |
| 1034 |
< |
install install-am install-data install-data-am install-dvi \ |
| 1035 |
< |
install-dvi-am install-exec install-exec-am install-html \ |
| 1036 |
< |
install-html-am install-info install-info-am install-man \ |
| 1037 |
< |
install-pdf install-pdf-am install-ps install-ps-am \ |
| 1038 |
< |
install-sbinPROGRAMS install-strip installcheck \ |
| 1039 |
< |
installcheck-am installdirs maintainer-clean \ |
| 1030 |
> |
.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ |
| 1031 |
> |
clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
| 1032 |
> |
ctags ctags-am distclean distclean-compile distclean-generic \ |
| 1033 |
> |
distclean-libtool distclean-tags distdir dvi dvi-am html \ |
| 1034 |
> |
html-am info info-am install install-am install-binPROGRAMS \ |
| 1035 |
> |
install-data install-data-am install-dvi install-dvi-am \ |
| 1036 |
> |
install-exec install-exec-am install-html install-html-am \ |
| 1037 |
> |
install-info install-info-am install-man install-pdf \ |
| 1038 |
> |
install-pdf-am install-ps install-ps-am install-strip \ |
| 1039 |
> |
installcheck installcheck-am installdirs maintainer-clean \ |
| 1040 |
|
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 1041 |
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 1042 |
< |
tags uninstall uninstall-am uninstall-sbinPROGRAMS |
| 1042 |
> |
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS |
| 1043 |
> |
|
| 1044 |
> |
.PRECIOUS: Makefile |
| 1045 |
|
|
| 1046 |
|
|
| 1047 |
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |