ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.in
Revision: 4980
Committed: Fri Dec 5 14:30:16 2014 UTC (11 years, 7 months ago) by michael
File size: 28222 byte(s)
Log Message:
- Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit

File Contents

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

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision