ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 8594
Committed: Sun Oct 21 18:12:06 2018 UTC (6 years, 10 months ago) by michael
File size: 29723 byte(s)
Log Message:
- Makefile.am: add patricia.c to ircd_SOURCES

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

Properties

Name Value
svn:eol-style native