ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/src/Makefile.in
Revision: 1254
Committed: Sat Dec 24 20:16:36 2011 UTC (14 years, 7 months ago) by michael
File size: 23748 byte(s)
Log Message:
- automake 1.11.2

File Contents

# Content
1 # Makefile.in generated by automake 1.11.2 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 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) $(AM_LFLAGS) $(LFLAGS)
103 LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104 --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
105 YLWRAP = $(top_srcdir)/ylwrap
106 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
107 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
108 LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 --mode=compile $(YACC) $(AM_YFLAGS) $(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 rm -f ircd_parser.c; else :; fi
350 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; else :; fi
351 ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES)
352 @rm -f ircd$(EXEEXT)
353 $(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
354
355 mostlyclean-compile:
356 -rm -f *.$(OBJEXT)
357
358 distclean-compile:
359 -rm -f *.tab.c
360
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balloc.Po@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csvlib.Po@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynlink.Po@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_res.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_reslib.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_lexer.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_parser.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_auth.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_select.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_sigio.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_conf.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_gline.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_log.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_misc.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_serv.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_user.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf_irc.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
414
415 .c.o:
416 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
421
422 .c.obj:
423 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
424 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
428
429 .c.lo:
430 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
435
436 .l.c:
437 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
438
439 .y.c:
440 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
441
442 mostlyclean-libtool:
443 -rm -f *.lo
444
445 clean-libtool:
446 -rm -rf .libs _libs
447
448 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
449 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450 unique=`for i in $$list; do \
451 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452 done | \
453 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454 END { if (nonempty) { for (i in files) print i; }; }'`; \
455 mkid -fID $$unique
456 tags: TAGS
457
458 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
459 $(TAGS_FILES) $(LISP)
460 set x; \
461 here=`pwd`; \
462 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
463 unique=`for i in $$list; do \
464 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465 done | \
466 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467 END { if (nonempty) { for (i in files) print i; }; }'`; \
468 shift; \
469 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470 test -n "$$unique" || unique=$$empty_fix; \
471 if test $$# -gt 0; then \
472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473 "$$@" $$unique; \
474 else \
475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476 $$unique; \
477 fi; \
478 fi
479 ctags: CTAGS
480 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
481 $(TAGS_FILES) $(LISP)
482 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
483 unique=`for i in $$list; do \
484 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485 done | \
486 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487 END { if (nonempty) { for (i in files) print i; }; }'`; \
488 test -z "$(CTAGS_ARGS)$$unique" \
489 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490 $$unique
491
492 GTAGS:
493 here=`$(am__cd) $(top_builddir) && pwd` \
494 && $(am__cd) $(top_srcdir) \
495 && gtags -i $(GTAGS_ARGS) "$$here"
496
497 distclean-tags:
498 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499
500 distdir: $(DISTFILES)
501 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503 list='$(DISTFILES)'; \
504 dist_files=`for file in $$list; do echo $$file; done | \
505 sed -e "s|^$$srcdirstrip/||;t" \
506 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
507 case $$dist_files in \
508 */*) $(MKDIR_P) `echo "$$dist_files" | \
509 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
510 sort -u` ;; \
511 esac; \
512 for file in $$dist_files; do \
513 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
514 if test -d $$d/$$file; then \
515 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
516 if test -d "$(distdir)/$$file"; then \
517 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518 fi; \
519 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
521 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522 fi; \
523 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
524 else \
525 test -f "$(distdir)/$$file" \
526 || cp -p $$d/$$file "$(distdir)/$$file" \
527 || exit 1; \
528 fi; \
529 done
530 check-am: all-am
531 check: check-am
532 all-am: Makefile $(PROGRAMS)
533 installdirs:
534 for dir in "$(DESTDIR)$(sbindir)"; do \
535 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
536 done
537 install: install-am
538 install-exec: install-exec-am
539 install-data: install-data-am
540 uninstall: uninstall-am
541
542 install-am: all-am
543 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
544
545 installcheck: installcheck-am
546 install-strip:
547 if test -z '$(STRIP)'; then \
548 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550 install; \
551 else \
552 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
555 fi
556 mostlyclean-generic:
557
558 clean-generic:
559
560 distclean-generic:
561 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
562 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
563
564 maintainer-clean-generic:
565 @echo "This command is intended for maintainers to use"
566 @echo "it deletes files that may require special tools to rebuild."
567 -rm -f ircd_lexer.c
568 -rm -f ircd_parser.c
569 -rm -f ircd_parser.h
570 clean: clean-am
571
572 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
573 mostlyclean-am
574
575 distclean: distclean-am
576 -rm -rf ./$(DEPDIR)
577 -rm -f Makefile
578 distclean-am: clean-am distclean-compile distclean-generic \
579 distclean-tags
580
581 dvi: dvi-am
582
583 dvi-am:
584
585 html: html-am
586
587 html-am:
588
589 info: info-am
590
591 info-am:
592
593 install-data-am:
594
595 install-dvi: install-dvi-am
596
597 install-dvi-am:
598
599 install-exec-am: install-sbinPROGRAMS
600
601 install-html: install-html-am
602
603 install-html-am:
604
605 install-info: install-info-am
606
607 install-info-am:
608
609 install-man:
610
611 install-pdf: install-pdf-am
612
613 install-pdf-am:
614
615 install-ps: install-ps-am
616
617 install-ps-am:
618
619 installcheck-am:
620
621 maintainer-clean: maintainer-clean-am
622 -rm -rf ./$(DEPDIR)
623 -rm -f Makefile
624 maintainer-clean-am: distclean-am maintainer-clean-generic
625
626 mostlyclean: mostlyclean-am
627
628 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
629 mostlyclean-libtool
630
631 pdf: pdf-am
632
633 pdf-am:
634
635 ps: ps-am
636
637 ps-am:
638
639 uninstall-am: uninstall-sbinPROGRAMS
640
641 .MAKE: install-am install-strip
642
643 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
644 clean-libtool clean-sbinPROGRAMS ctags distclean \
645 distclean-compile distclean-generic distclean-libtool \
646 distclean-tags distdir dvi dvi-am html html-am info info-am \
647 install install-am install-data install-data-am install-dvi \
648 install-dvi-am install-exec install-exec-am install-html \
649 install-html-am install-info install-info-am install-man \
650 install-pdf install-pdf-am install-ps install-ps-am \
651 install-sbinPROGRAMS install-strip installcheck \
652 installcheck-am installdirs maintainer-clean \
653 maintainer-clean-generic mostlyclean mostlyclean-compile \
654 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
655 tags uninstall uninstall-am uninstall-sbinPROGRAMS
656
657
658 # Tell versions [3.59,3.63) of GNU make to not export all variables.
659 # Otherwise a system limit (for SysV at least) may be exceeded.
660 .NOEXPORT: