ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 1338
Committed: Thu Apr 5 11:05:48 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.in
File size: 24767 byte(s)
Log Message:
- automake 1.11.4

File Contents

# Content
1 # Makefile.in generated by automake 1.11.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
35 }
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 sbin_PROGRAMS = ircd$(EXEEXT)
55 subdir = src
56 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in conf_lexer.c \
57 conf_parser.c conf_parser.h
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
60 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)
63 mkinstalldirs = $(install_sh) -d
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 am__installdirs = "$(DESTDIR)$(sbindir)"
68 PROGRAMS = $(sbin_PROGRAMS)
69 am_ircd_OBJECTS = balloc.$(OBJEXT) channel.$(OBJEXT) \
70 channel_mode.$(OBJEXT) client.$(OBJEXT) conf.$(OBJEXT) \
71 conf_parser.$(OBJEXT) conf_lexer.$(OBJEXT) csvlib.$(OBJEXT) \
72 dbuf.$(OBJEXT) event.$(OBJEXT) fdlist.$(OBJEXT) \
73 getopt.$(OBJEXT) hash.$(OBJEXT) hook.$(OBJEXT) \
74 hostmask.$(OBJEXT) irc_res.$(OBJEXT) irc_reslib.$(OBJEXT) \
75 irc_string.$(OBJEXT) ircd.$(OBJEXT) ircd_signal.$(OBJEXT) \
76 list.$(OBJEXT) listener.$(OBJEXT) log.$(OBJEXT) \
77 match.$(OBJEXT) memory.$(OBJEXT) modules.$(OBJEXT) \
78 motd.$(OBJEXT) rng_mt.$(OBJEXT) numeric.$(OBJEXT) \
79 packet.$(OBJEXT) parse.$(OBJEXT) s_bsd_epoll.$(OBJEXT) \
80 s_bsd_poll.$(OBJEXT) s_bsd_sigio.$(OBJEXT) \
81 s_bsd_devpoll.$(OBJEXT) s_bsd_kqueue.$(OBJEXT) \
82 s_bsd_select.$(OBJEXT) restart.$(OBJEXT) resv.$(OBJEXT) \
83 rsa.$(OBJEXT) s_auth.$(OBJEXT) s_bsd.$(OBJEXT) \
84 s_gline.$(OBJEXT) s_misc.$(OBJEXT) s_serv.$(OBJEXT) \
85 s_user.$(OBJEXT) send.$(OBJEXT) sprintf_irc.$(OBJEXT) \
86 version.$(OBJEXT) watch.$(OBJEXT) whowas.$(OBJEXT)
87 ircd_OBJECTS = $(am_ircd_OBJECTS)
88 am__DEPENDENCIES_1 =
89 ircd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ircd_LDFLAGS) \
91 $(LDFLAGS) -o $@
92 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
93 depcomp = $(SHELL) $(top_srcdir)/depcomp
94 am__depfiles_maybe = depfiles
95 am__mv = mv -f
96 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
100 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 CCLD = $(CC)
102 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
104 $(LDFLAGS) -o $@
105 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
106 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
107 LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108 --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
109 YLWRAP = $(top_srcdir)/ylwrap
110 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
111 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
112 LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113 --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
114 SOURCES = $(ircd_SOURCES)
115 DIST_SOURCES = $(ircd_SOURCES)
116 am__can_run_installinfo = \
117 case $$AM_UPDATE_INFO_DIR in \
118 n|no|NO) false;; \
119 *) (install-info --version) >/dev/null 2>&1;; \
120 esac
121 ETAGS = etags
122 CTAGS = ctags
123 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124 ACLOCAL = @ACLOCAL@
125 AMTAR = @AMTAR@
126 AR = @AR@
127 ARGZ_H = @ARGZ_H@
128 AUTOCONF = @AUTOCONF@
129 AUTOHEADER = @AUTOHEADER@
130 AUTOMAKE = @AUTOMAKE@
131 AWK = @AWK@
132 CC = @CC@
133 CCDEPMODE = @CCDEPMODE@
134 CFLAGS = @CFLAGS@
135 CPP = @CPP@
136 CPPFLAGS = @CPPFLAGS@
137 CYGPATH_W = @CYGPATH_W@
138 DATADIR = @DATADIR@
139 DEFS = @DEFS@
140 DEPDIR = @DEPDIR@
141 DLLTOOL = @DLLTOOL@
142 DSYMUTIL = @DSYMUTIL@
143 DUMPBIN = @DUMPBIN@
144 ECHO_C = @ECHO_C@
145 ECHO_N = @ECHO_N@
146 ECHO_T = @ECHO_T@
147 EGREP = @EGREP@
148 EXEEXT = @EXEEXT@
149 FGREP = @FGREP@
150 GREP = @GREP@
151 INCLTDL = @INCLTDL@
152 INSTALL = @INSTALL@
153 INSTALL_DATA = @INSTALL_DATA@
154 INSTALL_PROGRAM = @INSTALL_PROGRAM@
155 INSTALL_SCRIPT = @INSTALL_SCRIPT@
156 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157 LD = @LD@
158 LDFLAGS = @LDFLAGS@
159 LEX = @LEX@
160 LEXLIB = @LEXLIB@
161 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
162 LIBADD_DL = @LIBADD_DL@
163 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
164 LIBADD_DLOPEN = @LIBADD_DLOPEN@
165 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
166 LIBDIR = @LIBDIR@
167 LIBLTDL = @LIBLTDL@
168 LIBOBJS = @LIBOBJS@
169 LIBS = @LIBS@
170 LIBTOOL = @LIBTOOL@
171 LIPO = @LIPO@
172 LN_S = @LN_S@
173 LOCALSTATEDIR = @LOCALSTATEDIR@
174 LTDLDEPS = @LTDLDEPS@
175 LTDLINCL = @LTDLINCL@
176 LTDLOPEN = @LTDLOPEN@
177 LTLIBOBJS = @LTLIBOBJS@
178 LT_CONFIG_H = @LT_CONFIG_H@
179 LT_DLLOADERS = @LT_DLLOADERS@
180 LT_DLPREOPEN = @LT_DLPREOPEN@
181 MAINT = @MAINT@
182 MAKEINFO = @MAKEINFO@
183 MANIFEST_TOOL = @MANIFEST_TOOL@
184 MKDIR_P = @MKDIR_P@
185 NM = @NM@
186 NMEDIT = @NMEDIT@
187 OBJDUMP = @OBJDUMP@
188 OBJEXT = @OBJEXT@
189 OTOOL = @OTOOL@
190 OTOOL64 = @OTOOL64@
191 PACKAGE = @PACKAGE@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_URL = @PACKAGE_URL@
197 PACKAGE_VERSION = @PACKAGE_VERSION@
198 PATH_SEPARATOR = @PATH_SEPARATOR@
199 PREFIX = @PREFIX@
200 RANLIB = @RANLIB@
201 SED = @SED@
202 SET_MAKE = @SET_MAKE@
203 SHELL = @SHELL@
204 STRIP = @STRIP@
205 SYSCONFDIR = @SYSCONFDIR@
206 VERSION = @VERSION@
207 YACC = @YACC@
208 YFLAGS = @YFLAGS@
209 abs_builddir = @abs_builddir@
210 abs_srcdir = @abs_srcdir@
211 abs_top_builddir = @abs_top_builddir@
212 abs_top_srcdir = @abs_top_srcdir@
213 ac_ct_AR = @ac_ct_AR@
214 ac_ct_CC = @ac_ct_CC@
215 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
216 am__include = @am__include@
217 am__leading_dot = @am__leading_dot@
218 am__quote = @am__quote@
219 am__tar = @am__tar@
220 am__untar = @am__untar@
221 bindir = @bindir@
222 build = @build@
223 build_alias = @build_alias@
224 build_cpu = @build_cpu@
225 build_os = @build_os@
226 build_vendor = @build_vendor@
227 builddir = @builddir@
228 datadir = @datadir@
229 datarootdir = @datarootdir@
230 docdir = @docdir@
231 dvidir = @dvidir@
232 exec_prefix = @exec_prefix@
233 host = @host@
234 host_alias = @host_alias@
235 host_cpu = @host_cpu@
236 host_os = @host_os@
237 host_vendor = @host_vendor@
238 htmldir = @htmldir@
239 includedir = @includedir@
240 infodir = @infodir@
241 install_sh = @install_sh@
242 libdir = @libdir@
243 libexecdir = @libexecdir@
244 localedir = @localedir@
245 localstatedir = @localstatedir@
246 ltdl_LIBOBJS = @ltdl_LIBOBJS@
247 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
248 mandir = @mandir@
249 mkdir_p = @mkdir_p@
250 oldincludedir = @oldincludedir@
251 pdfdir = @pdfdir@
252 prefix = @prefix@
253 program_transform_name = @program_transform_name@
254 psdir = @psdir@
255 sbindir = @sbindir@
256 sharedstatedir = @sharedstatedir@
257 srcdir = @srcdir@
258 sys_symbol_underscore = @sys_symbol_underscore@
259 sysconfdir = @sysconfdir@
260 target_alias = @target_alias@
261 top_build_prefix = @top_build_prefix@
262 top_builddir = @top_builddir@
263 top_srcdir = @top_srcdir@
264 AUTOMAKE_OPTIONS = foreign
265 AM_YFLAGS = -d
266 AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
267 ircd_LDFLAGS = -export-dynamic
268 ircd_LDADD = $(LIBLTDL)
269 ircd_DEPENDENCIES = $(LTDLDEPS)
270 ircd_SOURCES = balloc.c \
271 channel.c \
272 channel_mode.c \
273 client.c \
274 conf.c \
275 conf_parser.y \
276 conf_lexer.l \
277 csvlib.c \
278 dbuf.c \
279 event.c \
280 fdlist.c \
281 getopt.c \
282 hash.c \
283 hook.c \
284 hostmask.c \
285 irc_res.c \
286 irc_reslib.c \
287 irc_string.c \
288 ircd.c \
289 ircd_signal.c \
290 list.c \
291 listener.c \
292 log.c \
293 match.c \
294 memory.c \
295 modules.c \
296 motd.c \
297 rng_mt.c \
298 numeric.c \
299 packet.c \
300 parse.c \
301 s_bsd_epoll.c \
302 s_bsd_poll.c \
303 s_bsd_sigio.c \
304 s_bsd_devpoll.c \
305 s_bsd_kqueue.c \
306 s_bsd_select.c \
307 restart.c \
308 resv.c \
309 rsa.c \
310 s_auth.c \
311 s_bsd.c \
312 s_gline.c \
313 s_misc.c \
314 s_serv.c \
315 s_user.c \
316 send.c \
317 sprintf_irc.c \
318 version.c \
319 watch.c \
320 whowas.c
321
322 all: all-am
323
324 .SUFFIXES:
325 .SUFFIXES: .c .l .lo .o .obj .y
326 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
327 @for dep in $?; do \
328 case '$(am__configure_deps)' in \
329 *$$dep*) \
330 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
331 && { if test -f $@; then exit 0; else break; fi; }; \
332 exit 1;; \
333 esac; \
334 done; \
335 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
336 $(am__cd) $(top_srcdir) && \
337 $(AUTOMAKE) --foreign src/Makefile
338 .PRECIOUS: Makefile
339 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340 @case '$?' in \
341 *config.status*) \
342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
343 *) \
344 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
345 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
346 esac;
347
348 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
351 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(am__aclocal_m4_deps):
356 install-sbinPROGRAMS: $(sbin_PROGRAMS)
357 @$(NORMAL_INSTALL)
358 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
359 if test -n "$$list"; then \
360 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
361 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
362 fi; \
363 for p in $$list; do echo "$$p $$p"; done | \
364 sed 's/$(EXEEXT)$$//' | \
365 while read p p1; do if test -f $$p || test -f $$p1; \
366 then echo "$$p"; echo "$$p"; else :; fi; \
367 done | \
368 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
369 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
370 sed 'N;N;N;s,\n, ,g' | \
371 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
372 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
373 if ($$2 == $$4) files[d] = files[d] " " $$1; \
374 else { print "f", $$3 "/" $$4, $$1; } } \
375 END { for (d in files) print "f", d, files[d] }' | \
376 while read type dir files; do \
377 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
378 test -z "$$files" || { \
379 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
380 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
381 } \
382 ; done
383
384 uninstall-sbinPROGRAMS:
385 @$(NORMAL_UNINSTALL)
386 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
387 files=`for p in $$list; do echo "$$p"; done | \
388 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
389 -e 's/$$/$(EXEEXT)/' `; \
390 test -n "$$list" || exit 0; \
391 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
392 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
393
394 clean-sbinPROGRAMS:
395 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
396 echo " rm -f" $$list; \
397 rm -f $$list || exit $$?; \
398 test -n "$(EXEEXT)" || exit 0; \
399 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
400 echo " rm -f" $$list; \
401 rm -f $$list
402 conf_parser.h: conf_parser.c
403 @if test ! -f $@; then rm -f conf_parser.c; else :; fi
404 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) conf_parser.c; else :; fi
405 ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) $(EXTRA_ircd_DEPENDENCIES)
406 @rm -f ircd$(EXEEXT)
407 $(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
408
409 mostlyclean-compile:
410 -rm -f *.$(OBJEXT)
411
412 distclean-compile:
413 -rm -f *.tab.c
414
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balloc.Po@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_lexer.Po@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_parser.Po@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csvlib.Po@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_res.Po@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_reslib.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_auth.Po@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_select.Po@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_sigio.Po@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_gline.Po@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_misc.Po@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_serv.Po@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_user.Po@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf_irc.Po@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
466
467 .c.o:
468 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
469 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
470 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
471 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
473
474 .c.obj:
475 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
476 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
477 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
478 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
480
481 .c.lo:
482 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
483 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
485 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
487
488 .l.c:
489 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
490
491 .y.c:
492 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
493
494 mostlyclean-libtool:
495 -rm -f *.lo
496
497 clean-libtool:
498 -rm -rf .libs _libs
499
500 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
501 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
502 unique=`for i in $$list; do \
503 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
504 done | \
505 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506 END { if (nonempty) { for (i in files) print i; }; }'`; \
507 mkid -fID $$unique
508 tags: TAGS
509
510 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
511 $(TAGS_FILES) $(LISP)
512 set x; \
513 here=`pwd`; \
514 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
515 unique=`for i in $$list; do \
516 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517 done | \
518 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
519 END { if (nonempty) { for (i in files) print i; }; }'`; \
520 shift; \
521 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
522 test -n "$$unique" || unique=$$empty_fix; \
523 if test $$# -gt 0; then \
524 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525 "$$@" $$unique; \
526 else \
527 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
528 $$unique; \
529 fi; \
530 fi
531 ctags: CTAGS
532 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
533 $(TAGS_FILES) $(LISP)
534 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
535 unique=`for i in $$list; do \
536 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
537 done | \
538 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
539 END { if (nonempty) { for (i in files) print i; }; }'`; \
540 test -z "$(CTAGS_ARGS)$$unique" \
541 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
542 $$unique
543
544 GTAGS:
545 here=`$(am__cd) $(top_builddir) && pwd` \
546 && $(am__cd) $(top_srcdir) \
547 && gtags -i $(GTAGS_ARGS) "$$here"
548
549 distclean-tags:
550 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
551
552 distdir: $(DISTFILES)
553 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
555 list='$(DISTFILES)'; \
556 dist_files=`for file in $$list; do echo $$file; done | \
557 sed -e "s|^$$srcdirstrip/||;t" \
558 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
559 case $$dist_files in \
560 */*) $(MKDIR_P) `echo "$$dist_files" | \
561 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
562 sort -u` ;; \
563 esac; \
564 for file in $$dist_files; do \
565 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
566 if test -d $$d/$$file; then \
567 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
568 if test -d "$(distdir)/$$file"; then \
569 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570 fi; \
571 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
572 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
573 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
574 fi; \
575 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
576 else \
577 test -f "$(distdir)/$$file" \
578 || cp -p $$d/$$file "$(distdir)/$$file" \
579 || exit 1; \
580 fi; \
581 done
582 check-am: all-am
583 check: check-am
584 all-am: Makefile $(PROGRAMS)
585 installdirs:
586 for dir in "$(DESTDIR)$(sbindir)"; do \
587 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
588 done
589 install: install-am
590 install-exec: install-exec-am
591 install-data: install-data-am
592 uninstall: uninstall-am
593
594 install-am: all-am
595 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
596
597 installcheck: installcheck-am
598 install-strip:
599 if test -z '$(STRIP)'; then \
600 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
601 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
602 install; \
603 else \
604 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
605 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
606 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
607 fi
608 mostlyclean-generic:
609
610 clean-generic:
611
612 distclean-generic:
613 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
614 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
615
616 maintainer-clean-generic:
617 @echo "This command is intended for maintainers to use"
618 @echo "it deletes files that may require special tools to rebuild."
619 -rm -f conf_lexer.c
620 -rm -f conf_parser.c
621 -rm -f conf_parser.h
622 clean: clean-am
623
624 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
625 mostlyclean-am
626
627 distclean: distclean-am
628 -rm -rf ./$(DEPDIR)
629 -rm -f Makefile
630 distclean-am: clean-am distclean-compile distclean-generic \
631 distclean-tags
632
633 dvi: dvi-am
634
635 dvi-am:
636
637 html: html-am
638
639 html-am:
640
641 info: info-am
642
643 info-am:
644
645 install-data-am:
646
647 install-dvi: install-dvi-am
648
649 install-dvi-am:
650
651 install-exec-am: install-sbinPROGRAMS
652
653 install-html: install-html-am
654
655 install-html-am:
656
657 install-info: install-info-am
658
659 install-info-am:
660
661 install-man:
662
663 install-pdf: install-pdf-am
664
665 install-pdf-am:
666
667 install-ps: install-ps-am
668
669 install-ps-am:
670
671 installcheck-am:
672
673 maintainer-clean: maintainer-clean-am
674 -rm -rf ./$(DEPDIR)
675 -rm -f Makefile
676 maintainer-clean-am: distclean-am maintainer-clean-generic
677
678 mostlyclean: mostlyclean-am
679
680 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
681 mostlyclean-libtool
682
683 pdf: pdf-am
684
685 pdf-am:
686
687 ps: ps-am
688
689 ps-am:
690
691 uninstall-am: uninstall-sbinPROGRAMS
692
693 .MAKE: install-am install-strip
694
695 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
696 clean-libtool clean-sbinPROGRAMS ctags distclean \
697 distclean-compile distclean-generic distclean-libtool \
698 distclean-tags distdir dvi dvi-am html html-am info info-am \
699 install install-am install-data install-data-am install-dvi \
700 install-dvi-am install-exec install-exec-am install-html \
701 install-html-am install-info install-info-am install-man \
702 install-pdf install-pdf-am install-ps install-ps-am \
703 install-sbinPROGRAMS install-strip installcheck \
704 installcheck-am installdirs maintainer-clean \
705 maintainer-clean-generic mostlyclean mostlyclean-compile \
706 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
707 tags uninstall uninstall-am uninstall-sbinPROGRAMS
708
709
710 # Tell versions [3.59,3.63) of GNU make to not export all variables.
711 # Otherwise a system limit (for SysV at least) may be exceeded.
712 .NOEXPORT: