ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.in
Revision: 8371
Committed: Wed Mar 7 18:56:54 2018 UTC (8 years, 4 months ago) by michael
File size: 29799 byte(s)
Log Message:
- autoreconf

File Contents

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

Properties

Name Value
svn:eol-style native