ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/src/Makefile.in
Revision: 982
Committed: Thu Aug 13 22:15:08 2009 UTC (14 years, 7 months ago) by michael
File size: 24107 byte(s)
Log Message:
- added a mersenne twister basedn prng

File Contents

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