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

Properties

Name Value
svn:eol-style native