ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/src/Makefile.in
Revision: 1123
Committed: Sun Feb 6 21:57:50 2011 UTC (13 years, 2 months ago) by michael
File size: 23534 byte(s)
Log Message:
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

File Contents

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