ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.in
Revision: 6127
Committed: Thu Jun 11 14:34:30 2015 UTC (11 years, 1 month ago) by michael
File size: 28382 byte(s)
Log Message:
- autoreconf

File Contents

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

Properties

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