ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.in
Revision: 9183
Committed: Mon Jan 20 16:50:49 2020 UTC (6 years, 6 months ago) by michael
File size: 36350 byte(s)
Log Message:
- Move ax_with_tls.m4 to ax_arg_with_tls.m4

File Contents

# Content
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
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.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
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@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 bin_PROGRAMS = ircd$(EXEEXT)
92 subdir = src
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
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)$(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) fdlist.$(OBJEXT) getopt.$(OBJEXT) \
128 hash.$(OBJEXT) hostmask.$(OBJEXT) id.$(OBJEXT) \
129 ipcache.$(OBJEXT) irc_string.$(OBJEXT) ircd.$(OBJEXT) \
130 ircd_signal.$(OBJEXT) isupport.$(OBJEXT) list.$(OBJEXT) \
131 listener.$(OBJEXT) log.$(OBJEXT) match.$(OBJEXT) \
132 memory.$(OBJEXT) misc.$(OBJEXT) modules.$(OBJEXT) \
133 motd.$(OBJEXT) numeric.$(OBJEXT) packet.$(OBJEXT) \
134 parse.$(OBJEXT) patricia.$(OBJEXT) s_bsd_epoll.$(OBJEXT) \
135 s_bsd_poll.$(OBJEXT) s_bsd_devpoll.$(OBJEXT) \
136 s_bsd_kqueue.$(OBJEXT) tls_gnutls.$(OBJEXT) tls_none.$(OBJEXT) \
137 tls_openssl.$(OBJEXT) tls_wolfssl.$(OBJEXT) res.$(OBJEXT) \
138 reslib.$(OBJEXT) restart.$(OBJEXT) rng_mt.$(OBJEXT) \
139 s_bsd.$(OBJEXT) send.$(OBJEXT) server.$(OBJEXT) \
140 server_capab.$(OBJEXT) user.$(OBJEXT) watch.$(OBJEXT) \
141 whowas.$(OBJEXT)
142 ircd_OBJECTS = $(am_ircd_OBJECTS)
143 am__DEPENDENCIES_1 =
144 AM_V_lt = $(am__v_lt_@AM_V@)
145 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
146 am__v_lt_0 = --silent
147 am__v_lt_1 =
148 ircd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
149 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
150 $(ircd_LDFLAGS) $(LDFLAGS) -o $@
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
163 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
164 depcomp = $(SHELL) $(top_srcdir)/depcomp
165 am__maybe_remake_depfiles = depfiles
166 am__depfiles_remade = ./$(DEPDIR)/auth.Po ./$(DEPDIR)/channel.Po \
167 ./$(DEPDIR)/channel_mode.Po ./$(DEPDIR)/client.Po \
168 ./$(DEPDIR)/client_svstag.Po ./$(DEPDIR)/conf.Po \
169 ./$(DEPDIR)/conf_class.Po ./$(DEPDIR)/conf_cluster.Po \
170 ./$(DEPDIR)/conf_db.Po ./$(DEPDIR)/conf_gecos.Po \
171 ./$(DEPDIR)/conf_lexer.Po ./$(DEPDIR)/conf_parser.Po \
172 ./$(DEPDIR)/conf_pseudo.Po ./$(DEPDIR)/conf_resv.Po \
173 ./$(DEPDIR)/conf_service.Po ./$(DEPDIR)/conf_shared.Po \
174 ./$(DEPDIR)/dbuf.Po ./$(DEPDIR)/event.Po ./$(DEPDIR)/fdlist.Po \
175 ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/hash.Po \
176 ./$(DEPDIR)/hostmask.Po ./$(DEPDIR)/id.Po \
177 ./$(DEPDIR)/ipcache.Po ./$(DEPDIR)/irc_string.Po \
178 ./$(DEPDIR)/ircd.Po ./$(DEPDIR)/ircd_signal.Po \
179 ./$(DEPDIR)/isupport.Po ./$(DEPDIR)/list.Po \
180 ./$(DEPDIR)/listener.Po ./$(DEPDIR)/log.Po \
181 ./$(DEPDIR)/match.Po ./$(DEPDIR)/memory.Po ./$(DEPDIR)/misc.Po \
182 ./$(DEPDIR)/modules.Po ./$(DEPDIR)/motd.Po \
183 ./$(DEPDIR)/numeric.Po ./$(DEPDIR)/packet.Po \
184 ./$(DEPDIR)/parse.Po ./$(DEPDIR)/patricia.Po \
185 ./$(DEPDIR)/res.Po ./$(DEPDIR)/reslib.Po \
186 ./$(DEPDIR)/restart.Po ./$(DEPDIR)/rng_mt.Po \
187 ./$(DEPDIR)/s_bsd.Po ./$(DEPDIR)/s_bsd_devpoll.Po \
188 ./$(DEPDIR)/s_bsd_epoll.Po ./$(DEPDIR)/s_bsd_kqueue.Po \
189 ./$(DEPDIR)/s_bsd_poll.Po ./$(DEPDIR)/send.Po \
190 ./$(DEPDIR)/server.Po ./$(DEPDIR)/server_capab.Po \
191 ./$(DEPDIR)/tls_gnutls.Po ./$(DEPDIR)/tls_none.Po \
192 ./$(DEPDIR)/tls_openssl.Po ./$(DEPDIR)/tls_wolfssl.Po \
193 ./$(DEPDIR)/user.Po ./$(DEPDIR)/watch.Po ./$(DEPDIR)/whowas.Po
194 am__mv = mv -f
195 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
196 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
197 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
199 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
200 $(AM_CFLAGS) $(CFLAGS)
201 AM_V_CC = $(am__v_CC_@AM_V@)
202 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
203 am__v_CC_0 = @echo " CC " $@;
204 am__v_CC_1 =
205 CCLD = $(CC)
206 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
207 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
208 $(AM_LDFLAGS) $(LDFLAGS) -o $@
209 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
210 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
211 am__v_CCLD_0 = @echo " CCLD " $@;
212 am__v_CCLD_1 =
213 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
214 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
215 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
216 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
217 AM_V_LEX = $(am__v_LEX_@AM_V@)
218 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
219 am__v_LEX_0 = @echo " LEX " $@;
220 am__v_LEX_1 =
221 YLWRAP = $(top_srcdir)/ylwrap
222 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
223 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
224 -e s/c++$$/h++/ -e s/c$$/h/
225 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
226 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
227 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
228 AM_V_YACC = $(am__v_YACC_@AM_V@)
229 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
230 am__v_YACC_0 = @echo " YACC " $@;
231 am__v_YACC_1 =
232 SOURCES = $(ircd_SOURCES)
233 DIST_SOURCES = $(ircd_SOURCES)
234 am__can_run_installinfo = \
235 case $$AM_UPDATE_INFO_DIR in \
236 n|no|NO) false;; \
237 *) (install-info --version) >/dev/null 2>&1;; \
238 esac
239 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
240 # Read a list of newline-separated strings from the standard input,
241 # and print each of them once, without duplicates. Input order is
242 # *not* preserved.
243 am__uniquify_input = $(AWK) '\
244 BEGIN { nonempty = 0; } \
245 { items[$$0] = 1; nonempty = 1; } \
246 END { if (nonempty) { for (i in items) print i; }; } \
247 '
248 # Make sure the list of sources is unique. This is necessary because,
249 # e.g., the same source file might be shared among _SOURCES variables
250 # for different programs/libraries.
251 am__define_uniq_tagged_files = \
252 list='$(am__tagged_files)'; \
253 unique=`for i in $$list; do \
254 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
255 done | $(am__uniquify_input)`
256 ETAGS = etags
257 CTAGS = ctags
258 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
259 $(top_srcdir)/ylwrap conf_lexer.c conf_parser.c conf_parser.h
260 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
261 ACLOCAL = @ACLOCAL@
262 AMTAR = @AMTAR@
263 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
264 AR = @AR@
265 AUTOCONF = @AUTOCONF@
266 AUTOHEADER = @AUTOHEADER@
267 AUTOMAKE = @AUTOMAKE@
268 AWK = @AWK@
269 CC = @CC@
270 CCDEPMODE = @CCDEPMODE@
271 CFLAGS = @CFLAGS@
272 CPP = @CPP@
273 CPPFLAGS = @CPPFLAGS@
274 CYGPATH_W = @CYGPATH_W@
275 DATADIR = @DATADIR@
276 DEFS = @DEFS@
277 DEPDIR = @DEPDIR@
278 DLLTOOL = @DLLTOOL@
279 DSYMUTIL = @DSYMUTIL@
280 DUMPBIN = @DUMPBIN@
281 ECHO_C = @ECHO_C@
282 ECHO_N = @ECHO_N@
283 ECHO_T = @ECHO_T@
284 EGREP = @EGREP@
285 EXEEXT = @EXEEXT@
286 FGREP = @FGREP@
287 GREP = @GREP@
288 INCLTDL = @INCLTDL@
289 INSTALL = @INSTALL@
290 INSTALL_DATA = @INSTALL_DATA@
291 INSTALL_PROGRAM = @INSTALL_PROGRAM@
292 INSTALL_SCRIPT = @INSTALL_SCRIPT@
293 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
294 LD = @LD@
295 LDFLAGS = @LDFLAGS@
296 LEX = @LEX@
297 LEXLIB = @LEXLIB@
298 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
299 LIBADD_DL = @LIBADD_DL@
300 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
301 LIBADD_DLOPEN = @LIBADD_DLOPEN@
302 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
303 LIBDIR = @LIBDIR@
304 LIBLTDL = @LIBLTDL@
305 LIBOBJS = @LIBOBJS@
306 LIBS = @LIBS@
307 LIBTOOL = @LIBTOOL@
308 LIPO = @LIPO@
309 LN_S = @LN_S@
310 LOCALSTATEDIR = @LOCALSTATEDIR@
311 LTDLDEPS = @LTDLDEPS@
312 LTDLINCL = @LTDLINCL@
313 LTDLOPEN = @LTDLOPEN@
314 LTLIBOBJS = @LTLIBOBJS@
315 LT_ARGZ_H = @LT_ARGZ_H@
316 LT_CONFIG_H = @LT_CONFIG_H@
317 LT_DLLOADERS = @LT_DLLOADERS@
318 LT_DLPREOPEN = @LT_DLPREOPEN@
319 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
320 MAINT = @MAINT@
321 MAKEINFO = @MAKEINFO@
322 MANIFEST_TOOL = @MANIFEST_TOOL@
323 MKDIR_P = @MKDIR_P@
324 NM = @NM@
325 NMEDIT = @NMEDIT@
326 OBJDUMP = @OBJDUMP@
327 OBJEXT = @OBJEXT@
328 OTOOL = @OTOOL@
329 OTOOL64 = @OTOOL64@
330 PACKAGE = @PACKAGE@
331 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
332 PACKAGE_NAME = @PACKAGE_NAME@
333 PACKAGE_STRING = @PACKAGE_STRING@
334 PACKAGE_TARNAME = @PACKAGE_TARNAME@
335 PACKAGE_URL = @PACKAGE_URL@
336 PACKAGE_VERSION = @PACKAGE_VERSION@
337 PATH_SEPARATOR = @PATH_SEPARATOR@
338 PREFIX = @PREFIX@
339 RANLIB = @RANLIB@
340 SED = @SED@
341 SET_MAKE = @SET_MAKE@
342 SHELL = @SHELL@
343 STRIP = @STRIP@
344 SYSCONFDIR = @SYSCONFDIR@
345 VERSION = @VERSION@
346 YACC = @YACC@
347 YFLAGS = @YFLAGS@
348 abs_builddir = @abs_builddir@
349 abs_srcdir = @abs_srcdir@
350 abs_top_builddir = @abs_top_builddir@
351 abs_top_srcdir = @abs_top_srcdir@
352 ac_ct_AR = @ac_ct_AR@
353 ac_ct_CC = @ac_ct_CC@
354 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
355 am__include = @am__include@
356 am__leading_dot = @am__leading_dot@
357 am__quote = @am__quote@
358 am__tar = @am__tar@
359 am__untar = @am__untar@
360 bindir = @bindir@
361 build = @build@
362 build_alias = @build_alias@
363 build_cpu = @build_cpu@
364 build_os = @build_os@
365 build_vendor = @build_vendor@
366 builddir = @builddir@
367 datadir = @datadir@
368 datarootdir = @datarootdir@
369 docdir = @docdir@
370 dvidir = @dvidir@
371 exec_prefix = @exec_prefix@
372 host = @host@
373 host_alias = @host_alias@
374 host_cpu = @host_cpu@
375 host_os = @host_os@
376 host_vendor = @host_vendor@
377 htmldir = @htmldir@
378 includedir = @includedir@
379 infodir = @infodir@
380 install_sh = @install_sh@
381 libdir = @libdir@
382 libexecdir = @libexecdir@
383 localedir = @localedir@
384 localstatedir = @localstatedir@
385 ltdl_LIBOBJS = @ltdl_LIBOBJS@
386 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
387 mandir = @mandir@
388 mkdir_p = @mkdir_p@
389 oldincludedir = @oldincludedir@
390 pdfdir = @pdfdir@
391 prefix = @prefix@
392 program_transform_name = @program_transform_name@
393 psdir = @psdir@
394 runstatedir = @runstatedir@
395 sbindir = @sbindir@
396 sharedstatedir = @sharedstatedir@
397 srcdir = @srcdir@
398 sys_symbol_underscore = @sys_symbol_underscore@
399 sysconfdir = @sysconfdir@
400 target_alias = @target_alias@
401 top_build_prefix = @top_build_prefix@
402 top_builddir = @top_builddir@
403 top_srcdir = @top_srcdir@
404 AUTOMAKE_OPTIONS = foreign
405 AM_YFLAGS = -d
406 AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
407 ircd_LDFLAGS = -export-dynamic
408 ircd_LDADD = $(LIBLTDL)
409 ircd_DEPENDENCIES = $(LTDLDEPS)
410 ircd_SOURCES = auth.c \
411 channel.c \
412 channel_mode.c \
413 client.c \
414 client_svstag.c \
415 conf.c \
416 conf_class.c \
417 conf_cluster.c \
418 conf_db.c \
419 conf_gecos.c \
420 conf_pseudo.c \
421 conf_resv.c \
422 conf_service.c \
423 conf_shared.c \
424 conf_parser.y \
425 conf_lexer.l \
426 dbuf.c \
427 event.c \
428 fdlist.c \
429 getopt.c \
430 hash.c \
431 hostmask.c \
432 id.c \
433 ipcache.c \
434 irc_string.c \
435 ircd.c \
436 ircd_signal.c \
437 isupport.c \
438 list.c \
439 listener.c \
440 log.c \
441 match.c \
442 memory.c \
443 misc.c \
444 modules.c \
445 motd.c \
446 numeric.c \
447 packet.c \
448 parse.c \
449 patricia.c \
450 s_bsd_epoll.c \
451 s_bsd_poll.c \
452 s_bsd_devpoll.c \
453 s_bsd_kqueue.c \
454 tls_gnutls.c \
455 tls_none.c \
456 tls_openssl.c \
457 tls_wolfssl.c \
458 res.c \
459 reslib.c \
460 restart.c \
461 rng_mt.c \
462 s_bsd.c \
463 send.c \
464 server.c \
465 server_capab.c \
466 user.c \
467 watch.c \
468 whowas.c
469
470 all: all-am
471
472 .SUFFIXES:
473 .SUFFIXES: .c .l .lo .o .obj .y
474 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
475 @for dep in $?; do \
476 case '$(am__configure_deps)' in \
477 *$$dep*) \
478 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
479 && { if test -f $@; then exit 0; else break; fi; }; \
480 exit 1;; \
481 esac; \
482 done; \
483 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
484 $(am__cd) $(top_srcdir) && \
485 $(AUTOMAKE) --foreign src/Makefile
486 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
487 @case '$?' in \
488 *config.status*) \
489 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
490 *) \
491 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
492 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
493 esac;
494
495 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
496 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
497
498 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
499 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
500 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
501 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
502 $(am__aclocal_m4_deps):
503 install-binPROGRAMS: $(bin_PROGRAMS)
504 @$(NORMAL_INSTALL)
505 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
506 if test -n "$$list"; then \
507 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
508 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
509 fi; \
510 for p in $$list; do echo "$$p $$p"; done | \
511 sed 's/$(EXEEXT)$$//' | \
512 while read p p1; do if test -f $$p \
513 || test -f $$p1 \
514 ; then echo "$$p"; echo "$$p"; else :; fi; \
515 done | \
516 sed -e 'p;s,.*/,,;n;h' \
517 -e 's|.*|.|' \
518 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
519 sed 'N;N;N;s,\n, ,g' | \
520 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
521 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
522 if ($$2 == $$4) files[d] = files[d] " " $$1; \
523 else { print "f", $$3 "/" $$4, $$1; } } \
524 END { for (d in files) print "f", d, files[d] }' | \
525 while read type dir files; do \
526 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
527 test -z "$$files" || { \
528 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
529 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
530 } \
531 ; done
532
533 uninstall-binPROGRAMS:
534 @$(NORMAL_UNINSTALL)
535 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
536 files=`for p in $$list; do echo "$$p"; done | \
537 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
538 -e 's/$$/$(EXEEXT)/' \
539 `; \
540 test -n "$$list" || exit 0; \
541 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
542 cd "$(DESTDIR)$(bindir)" && rm -f $$files
543
544 clean-binPROGRAMS:
545 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
546 echo " rm -f" $$list; \
547 rm -f $$list || exit $$?; \
548 test -n "$(EXEEXT)" || exit 0; \
549 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
550 echo " rm -f" $$list; \
551 rm -f $$list
552 conf_parser.h: conf_parser.c
553 @if test ! -f $@; then rm -f conf_parser.c; else :; fi
554 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) conf_parser.c; else :; fi
555
556 ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) $(EXTRA_ircd_DEPENDENCIES)
557 @rm -f ircd$(EXEEXT)
558 $(AM_V_CCLD)$(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
559
560 mostlyclean-compile:
561 -rm -f *.$(OBJEXT)
562
563 distclean-compile:
564 -rm -f *.tab.c
565
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@ # am--include-marker
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@ # am--include-marker
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@ # am--include-marker
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@ # am--include-marker
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_svstag.Po@am__quote@ # am--include-marker
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@ # am--include-marker
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_class.Po@am__quote@ # am--include-marker
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_cluster.Po@am__quote@ # am--include-marker
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_db.Po@am__quote@ # am--include-marker
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_gecos.Po@am__quote@ # am--include-marker
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_lexer.Po@am__quote@ # am--include-marker
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_parser.Po@am__quote@ # am--include-marker
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_pseudo.Po@am__quote@ # am--include-marker
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_resv.Po@am__quote@ # am--include-marker
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_service.Po@am__quote@ # am--include-marker
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_shared.Po@am__quote@ # am--include-marker
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@ # am--include-marker
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@ # am--include-marker
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@ # am--include-marker
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ # am--include-marker
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ # am--include-marker
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@ # am--include-marker
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id.Po@am__quote@ # am--include-marker
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipcache.Po@am__quote@ # am--include-marker
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@ # am--include-marker
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@ # am--include-marker
592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@ # am--include-marker
593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isupport.Po@am__quote@ # am--include-marker
594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ # am--include-marker
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@ # am--include-marker
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@ # am--include-marker
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@ # am--include-marker
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@ # am--include-marker
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ # am--include-marker
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@ # am--include-marker
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@ # am--include-marker
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@ # am--include-marker
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@ # am--include-marker
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@ # am--include-marker
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patricia.Po@am__quote@ # am--include-marker
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res.Po@am__quote@ # am--include-marker
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reslib.Po@am__quote@ # am--include-marker
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@ # am--include-marker
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@ # am--include-marker
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@ # am--include-marker
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@ # am--include-marker
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@ # am--include-marker
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@ # am--include-marker
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@ # am--include-marker
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@ # am--include-marker
616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@ # am--include-marker
617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_capab.Po@am__quote@ # am--include-marker
618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_gnutls.Po@am__quote@ # am--include-marker
619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_none.Po@am__quote@ # am--include-marker
620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_openssl.Po@am__quote@ # am--include-marker
621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_wolfssl.Po@am__quote@ # am--include-marker
622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@ # am--include-marker
623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@ # am--include-marker
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@ # am--include-marker
625
626 $(am__depfiles_remade):
627 @$(MKDIR_P) $(@D)
628 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
629
630 am--depfiles: $(am__depfiles_remade)
631
632 .c.o:
633 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
634 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
635 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
636 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
637 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
639
640 .c.obj:
641 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
642 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
643 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
644 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
645 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
646 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
647
648 .c.lo:
649 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
650 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
651 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
652 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
655
656 .l.c:
657 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
658
659 .y.c:
660 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
661
662 mostlyclean-libtool:
663 -rm -f *.lo
664
665 clean-libtool:
666 -rm -rf .libs _libs
667
668 ID: $(am__tagged_files)
669 $(am__define_uniq_tagged_files); mkid -fID $$unique
670 tags: tags-am
671 TAGS: tags
672
673 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
674 set x; \
675 here=`pwd`; \
676 $(am__define_uniq_tagged_files); \
677 shift; \
678 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
679 test -n "$$unique" || unique=$$empty_fix; \
680 if test $$# -gt 0; then \
681 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
682 "$$@" $$unique; \
683 else \
684 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
685 $$unique; \
686 fi; \
687 fi
688 ctags: ctags-am
689
690 CTAGS: ctags
691 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
692 $(am__define_uniq_tagged_files); \
693 test -z "$(CTAGS_ARGS)$$unique" \
694 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
695 $$unique
696
697 GTAGS:
698 here=`$(am__cd) $(top_builddir) && pwd` \
699 && $(am__cd) $(top_srcdir) \
700 && gtags -i $(GTAGS_ARGS) "$$here"
701 cscopelist: cscopelist-am
702
703 cscopelist-am: $(am__tagged_files)
704 list='$(am__tagged_files)'; \
705 case "$(srcdir)" in \
706 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
707 *) sdir=$(subdir)/$(srcdir) ;; \
708 esac; \
709 for i in $$list; do \
710 if test -f "$$i"; then \
711 echo "$(subdir)/$$i"; \
712 else \
713 echo "$$sdir/$$i"; \
714 fi; \
715 done >> $(top_builddir)/cscope.files
716
717 distclean-tags:
718 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
719
720 distdir: $(BUILT_SOURCES)
721 $(MAKE) $(AM_MAKEFLAGS) distdir-am
722
723 distdir-am: $(DISTFILES)
724 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
725 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
726 list='$(DISTFILES)'; \
727 dist_files=`for file in $$list; do echo $$file; done | \
728 sed -e "s|^$$srcdirstrip/||;t" \
729 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
730 case $$dist_files in \
731 */*) $(MKDIR_P) `echo "$$dist_files" | \
732 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
733 sort -u` ;; \
734 esac; \
735 for file in $$dist_files; do \
736 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
737 if test -d $$d/$$file; then \
738 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
739 if test -d "$(distdir)/$$file"; then \
740 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
741 fi; \
742 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
743 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
744 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
745 fi; \
746 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
747 else \
748 test -f "$(distdir)/$$file" \
749 || cp -p $$d/$$file "$(distdir)/$$file" \
750 || exit 1; \
751 fi; \
752 done
753 check-am: all-am
754 check: check-am
755 all-am: Makefile $(PROGRAMS)
756 installdirs:
757 for dir in "$(DESTDIR)$(bindir)"; do \
758 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
759 done
760 install: install-am
761 install-exec: install-exec-am
762 install-data: install-data-am
763 uninstall: uninstall-am
764
765 install-am: all-am
766 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
767
768 installcheck: installcheck-am
769 install-strip:
770 if test -z '$(STRIP)'; then \
771 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
772 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
773 install; \
774 else \
775 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
776 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
777 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
778 fi
779 mostlyclean-generic:
780
781 clean-generic:
782
783 distclean-generic:
784 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
785 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
786
787 maintainer-clean-generic:
788 @echo "This command is intended for maintainers to use"
789 @echo "it deletes files that may require special tools to rebuild."
790 -rm -f conf_lexer.c
791 -rm -f conf_parser.c
792 -rm -f conf_parser.h
793 clean: clean-am
794
795 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
796
797 distclean: distclean-am
798 -rm -f ./$(DEPDIR)/auth.Po
799 -rm -f ./$(DEPDIR)/channel.Po
800 -rm -f ./$(DEPDIR)/channel_mode.Po
801 -rm -f ./$(DEPDIR)/client.Po
802 -rm -f ./$(DEPDIR)/client_svstag.Po
803 -rm -f ./$(DEPDIR)/conf.Po
804 -rm -f ./$(DEPDIR)/conf_class.Po
805 -rm -f ./$(DEPDIR)/conf_cluster.Po
806 -rm -f ./$(DEPDIR)/conf_db.Po
807 -rm -f ./$(DEPDIR)/conf_gecos.Po
808 -rm -f ./$(DEPDIR)/conf_lexer.Po
809 -rm -f ./$(DEPDIR)/conf_parser.Po
810 -rm -f ./$(DEPDIR)/conf_pseudo.Po
811 -rm -f ./$(DEPDIR)/conf_resv.Po
812 -rm -f ./$(DEPDIR)/conf_service.Po
813 -rm -f ./$(DEPDIR)/conf_shared.Po
814 -rm -f ./$(DEPDIR)/dbuf.Po
815 -rm -f ./$(DEPDIR)/event.Po
816 -rm -f ./$(DEPDIR)/fdlist.Po
817 -rm -f ./$(DEPDIR)/getopt.Po
818 -rm -f ./$(DEPDIR)/hash.Po
819 -rm -f ./$(DEPDIR)/hostmask.Po
820 -rm -f ./$(DEPDIR)/id.Po
821 -rm -f ./$(DEPDIR)/ipcache.Po
822 -rm -f ./$(DEPDIR)/irc_string.Po
823 -rm -f ./$(DEPDIR)/ircd.Po
824 -rm -f ./$(DEPDIR)/ircd_signal.Po
825 -rm -f ./$(DEPDIR)/isupport.Po
826 -rm -f ./$(DEPDIR)/list.Po
827 -rm -f ./$(DEPDIR)/listener.Po
828 -rm -f ./$(DEPDIR)/log.Po
829 -rm -f ./$(DEPDIR)/match.Po
830 -rm -f ./$(DEPDIR)/memory.Po
831 -rm -f ./$(DEPDIR)/misc.Po
832 -rm -f ./$(DEPDIR)/modules.Po
833 -rm -f ./$(DEPDIR)/motd.Po
834 -rm -f ./$(DEPDIR)/numeric.Po
835 -rm -f ./$(DEPDIR)/packet.Po
836 -rm -f ./$(DEPDIR)/parse.Po
837 -rm -f ./$(DEPDIR)/patricia.Po
838 -rm -f ./$(DEPDIR)/res.Po
839 -rm -f ./$(DEPDIR)/reslib.Po
840 -rm -f ./$(DEPDIR)/restart.Po
841 -rm -f ./$(DEPDIR)/rng_mt.Po
842 -rm -f ./$(DEPDIR)/s_bsd.Po
843 -rm -f ./$(DEPDIR)/s_bsd_devpoll.Po
844 -rm -f ./$(DEPDIR)/s_bsd_epoll.Po
845 -rm -f ./$(DEPDIR)/s_bsd_kqueue.Po
846 -rm -f ./$(DEPDIR)/s_bsd_poll.Po
847 -rm -f ./$(DEPDIR)/send.Po
848 -rm -f ./$(DEPDIR)/server.Po
849 -rm -f ./$(DEPDIR)/server_capab.Po
850 -rm -f ./$(DEPDIR)/tls_gnutls.Po
851 -rm -f ./$(DEPDIR)/tls_none.Po
852 -rm -f ./$(DEPDIR)/tls_openssl.Po
853 -rm -f ./$(DEPDIR)/tls_wolfssl.Po
854 -rm -f ./$(DEPDIR)/user.Po
855 -rm -f ./$(DEPDIR)/watch.Po
856 -rm -f ./$(DEPDIR)/whowas.Po
857 -rm -f Makefile
858 distclean-am: clean-am distclean-compile distclean-generic \
859 distclean-tags
860
861 dvi: dvi-am
862
863 dvi-am:
864
865 html: html-am
866
867 html-am:
868
869 info: info-am
870
871 info-am:
872
873 install-data-am:
874
875 install-dvi: install-dvi-am
876
877 install-dvi-am:
878
879 install-exec-am: install-binPROGRAMS
880
881 install-html: install-html-am
882
883 install-html-am:
884
885 install-info: install-info-am
886
887 install-info-am:
888
889 install-man:
890
891 install-pdf: install-pdf-am
892
893 install-pdf-am:
894
895 install-ps: install-ps-am
896
897 install-ps-am:
898
899 installcheck-am:
900
901 maintainer-clean: maintainer-clean-am
902 -rm -f ./$(DEPDIR)/auth.Po
903 -rm -f ./$(DEPDIR)/channel.Po
904 -rm -f ./$(DEPDIR)/channel_mode.Po
905 -rm -f ./$(DEPDIR)/client.Po
906 -rm -f ./$(DEPDIR)/client_svstag.Po
907 -rm -f ./$(DEPDIR)/conf.Po
908 -rm -f ./$(DEPDIR)/conf_class.Po
909 -rm -f ./$(DEPDIR)/conf_cluster.Po
910 -rm -f ./$(DEPDIR)/conf_db.Po
911 -rm -f ./$(DEPDIR)/conf_gecos.Po
912 -rm -f ./$(DEPDIR)/conf_lexer.Po
913 -rm -f ./$(DEPDIR)/conf_parser.Po
914 -rm -f ./$(DEPDIR)/conf_pseudo.Po
915 -rm -f ./$(DEPDIR)/conf_resv.Po
916 -rm -f ./$(DEPDIR)/conf_service.Po
917 -rm -f ./$(DEPDIR)/conf_shared.Po
918 -rm -f ./$(DEPDIR)/dbuf.Po
919 -rm -f ./$(DEPDIR)/event.Po
920 -rm -f ./$(DEPDIR)/fdlist.Po
921 -rm -f ./$(DEPDIR)/getopt.Po
922 -rm -f ./$(DEPDIR)/hash.Po
923 -rm -f ./$(DEPDIR)/hostmask.Po
924 -rm -f ./$(DEPDIR)/id.Po
925 -rm -f ./$(DEPDIR)/ipcache.Po
926 -rm -f ./$(DEPDIR)/irc_string.Po
927 -rm -f ./$(DEPDIR)/ircd.Po
928 -rm -f ./$(DEPDIR)/ircd_signal.Po
929 -rm -f ./$(DEPDIR)/isupport.Po
930 -rm -f ./$(DEPDIR)/list.Po
931 -rm -f ./$(DEPDIR)/listener.Po
932 -rm -f ./$(DEPDIR)/log.Po
933 -rm -f ./$(DEPDIR)/match.Po
934 -rm -f ./$(DEPDIR)/memory.Po
935 -rm -f ./$(DEPDIR)/misc.Po
936 -rm -f ./$(DEPDIR)/modules.Po
937 -rm -f ./$(DEPDIR)/motd.Po
938 -rm -f ./$(DEPDIR)/numeric.Po
939 -rm -f ./$(DEPDIR)/packet.Po
940 -rm -f ./$(DEPDIR)/parse.Po
941 -rm -f ./$(DEPDIR)/patricia.Po
942 -rm -f ./$(DEPDIR)/res.Po
943 -rm -f ./$(DEPDIR)/reslib.Po
944 -rm -f ./$(DEPDIR)/restart.Po
945 -rm -f ./$(DEPDIR)/rng_mt.Po
946 -rm -f ./$(DEPDIR)/s_bsd.Po
947 -rm -f ./$(DEPDIR)/s_bsd_devpoll.Po
948 -rm -f ./$(DEPDIR)/s_bsd_epoll.Po
949 -rm -f ./$(DEPDIR)/s_bsd_kqueue.Po
950 -rm -f ./$(DEPDIR)/s_bsd_poll.Po
951 -rm -f ./$(DEPDIR)/send.Po
952 -rm -f ./$(DEPDIR)/server.Po
953 -rm -f ./$(DEPDIR)/server_capab.Po
954 -rm -f ./$(DEPDIR)/tls_gnutls.Po
955 -rm -f ./$(DEPDIR)/tls_none.Po
956 -rm -f ./$(DEPDIR)/tls_openssl.Po
957 -rm -f ./$(DEPDIR)/tls_wolfssl.Po
958 -rm -f ./$(DEPDIR)/user.Po
959 -rm -f ./$(DEPDIR)/watch.Po
960 -rm -f ./$(DEPDIR)/whowas.Po
961 -rm -f Makefile
962 maintainer-clean-am: distclean-am maintainer-clean-generic
963
964 mostlyclean: mostlyclean-am
965
966 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
967 mostlyclean-libtool
968
969 pdf: pdf-am
970
971 pdf-am:
972
973 ps: ps-am
974
975 ps-am:
976
977 uninstall-am: uninstall-binPROGRAMS
978
979 .MAKE: install-am install-strip
980
981 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
982 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
983 ctags ctags-am distclean distclean-compile distclean-generic \
984 distclean-libtool distclean-tags distdir dvi dvi-am html \
985 html-am info info-am install install-am install-binPROGRAMS \
986 install-data install-data-am install-dvi install-dvi-am \
987 install-exec install-exec-am install-html install-html-am \
988 install-info install-info-am install-man install-pdf \
989 install-pdf-am install-ps install-ps-am install-strip \
990 installcheck installcheck-am installdirs maintainer-clean \
991 maintainer-clean-generic mostlyclean mostlyclean-compile \
992 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
993 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
994
995 .PRECIOUS: Makefile
996
997
998 # Tell versions [3.59,3.63) of GNU make to not export all variables.
999 # Otherwise a system limit (for SysV at least) may be exceeded.
1000 .NOEXPORT:

Properties

Name Value
svn:eol-style native