ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 1106
Committed: Tue Nov 2 15:10:53 2010 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.in
File size: 23819 byte(s)
Log Message:
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release

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_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 restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \
61 s_serv.c s_user.c send.c sprintf_irc.c version.c watch.c \
62 whowas.c ircd_parser.y 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_getaddrinfo.$(OBJEXT) irc_getnameinfo.$(OBJEXT) \
70 irc_res.$(OBJEXT) irc_reslib.$(OBJEXT) irc_string.$(OBJEXT) \
71 ircd.$(OBJEXT) ircd_signal.$(OBJEXT) list.$(OBJEXT) \
72 listener.$(OBJEXT) match.$(OBJEXT) memory.$(OBJEXT) \
73 modules.$(OBJEXT) motd.$(OBJEXT) rng_mt.$(OBJEXT) \
74 numeric.$(OBJEXT) packet.$(OBJEXT) parse.$(OBJEXT) \
75 s_conf.$(OBJEXT) s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \
76 s_bsd_sigio.$(OBJEXT) s_bsd_devpoll.$(OBJEXT) \
77 s_bsd_kqueue.$(OBJEXT) s_bsd_select.$(OBJEXT) \
78 restart.$(OBJEXT) resv.$(OBJEXT) s_auth.$(OBJEXT) \
79 s_bsd.$(OBJEXT) s_gline.$(OBJEXT) s_log.$(OBJEXT) \
80 s_misc.$(OBJEXT) s_serv.$(OBJEXT) s_user.$(OBJEXT) \
81 send.$(OBJEXT) sprintf_irc.$(OBJEXT) version.$(OBJEXT) \
82 watch.$(OBJEXT) whowas.$(OBJEXT) ircd_parser.$(OBJEXT) \
83 ircd_lexer.$(OBJEXT) $(am__objects_1)
84 ircd_OBJECTS = $(am_ircd_OBJECTS)
85 am__DEPENDENCIES_1 =
86 ircd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ircd_LDFLAGS) \
88 $(LDFLAGS) -o $@
89 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90 depcomp = $(SHELL) $(top_srcdir)/depcomp
91 am__depfiles_maybe = depfiles
92 am__mv = mv -f
93 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 CCLD = $(CC)
99 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
101 $(LDFLAGS) -o $@
102 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
103 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
104 LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105 --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
106 YLWRAP = $(top_srcdir)/ylwrap
107 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
108 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
109 LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
110 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
111 SOURCES = $(ircd_SOURCES)
112 DIST_SOURCES = $(am__ircd_SOURCES_DIST)
113 ETAGS = etags
114 CTAGS = ctags
115 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116 ACLOCAL = @ACLOCAL@
117 AMTAR = @AMTAR@
118 AR = @AR@
119 ARGZ_H = @ARGZ_H@
120 AUTOCONF = @AUTOCONF@
121 AUTOHEADER = @AUTOHEADER@
122 AUTOMAKE = @AUTOMAKE@
123 AWK = @AWK@
124 CC = @CC@
125 CCDEPMODE = @CCDEPMODE@
126 CFLAGS = @CFLAGS@
127 CPP = @CPP@
128 CPPFLAGS = @CPPFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DATADIR = @DATADIR@
131 DEFS = @DEFS@
132 DEPDIR = @DEPDIR@
133 DLLTOOL = @DLLTOOL@
134 DSYMUTIL = @DSYMUTIL@
135 DUMPBIN = @DUMPBIN@
136 ECHO_C = @ECHO_C@
137 ECHO_N = @ECHO_N@
138 ECHO_T = @ECHO_T@
139 EGREP = @EGREP@
140 EXEEXT = @EXEEXT@
141 FGREP = @FGREP@
142 GREP = @GREP@
143 INCLTDL = @INCLTDL@
144 INSTALL = @INSTALL@
145 INSTALL_DATA = @INSTALL_DATA@
146 INSTALL_PROGRAM = @INSTALL_PROGRAM@
147 INSTALL_SCRIPT = @INSTALL_SCRIPT@
148 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
149 LD = @LD@
150 LDFLAGS = @LDFLAGS@
151 LEX = @LEX@
152 LEXLIB = @LEXLIB@
153 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
154 LIBADD_DL = @LIBADD_DL@
155 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
156 LIBADD_DLOPEN = @LIBADD_DLOPEN@
157 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
158 LIBDIR = @LIBDIR@
159 LIBLTDL = @LIBLTDL@
160 LIBOBJS = @LIBOBJS@
161 LIBS = @LIBS@
162 LIBTOOL = @LIBTOOL@
163 LIPO = @LIPO@
164 LN_S = @LN_S@
165 LOCALSTATEDIR = @LOCALSTATEDIR@
166 LTDLDEPS = @LTDLDEPS@
167 LTDLINCL = @LTDLINCL@
168 LTDLOPEN = @LTDLOPEN@
169 LTLIBOBJS = @LTLIBOBJS@
170 LT_CONFIG_H = @LT_CONFIG_H@
171 LT_DLLOADERS = @LT_DLLOADERS@
172 LT_DLPREOPEN = @LT_DLPREOPEN@
173 MAINT = @MAINT@
174 MAKEINFO = @MAKEINFO@
175 MANIFEST_TOOL = @MANIFEST_TOOL@
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_AR = @ac_ct_AR@
206 ac_ct_CC = @ac_ct_CC@
207 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208 am__include = @am__include@
209 am__leading_dot = @am__leading_dot@
210 am__quote = @am__quote@
211 am__tar = @am__tar@
212 am__untar = @am__untar@
213 bindir = @bindir@
214 build = @build@
215 build_alias = @build_alias@
216 build_cpu = @build_cpu@
217 build_os = @build_os@
218 build_vendor = @build_vendor@
219 builddir = @builddir@
220 datadir = @datadir@
221 datarootdir = @datarootdir@
222 docdir = @docdir@
223 dvidir = @dvidir@
224 exec_prefix = @exec_prefix@
225 host = @host@
226 host_alias = @host_alias@
227 host_cpu = @host_cpu@
228 host_os = @host_os@
229 host_vendor = @host_vendor@
230 htmldir = @htmldir@
231 includedir = @includedir@
232 infodir = @infodir@
233 install_sh = @install_sh@
234 libdir = @libdir@
235 libexecdir = @libexecdir@
236 localedir = @localedir@
237 localstatedir = @localstatedir@
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 sys_symbol_underscore = @sys_symbol_underscore@
251 sysconfdir = @sysconfdir@
252 target_alias = @target_alias@
253 top_build_prefix = @top_build_prefix@
254 top_builddir = @top_builddir@
255 top_srcdir = @top_srcdir@
256 AUTOMAKE_OPTIONS = foreign
257 AM_YFLAGS = -d
258 AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
259 ircd_LDFLAGS = -export-dynamic
260 ircd_LDADD = $(LIBLTDL)
261 ircd_DEPENDENCIES = $(LTDLDEPS)
262 ircd_SOURCES = balloc.c channel.c channel_mode.c client.c csvlib.c \
263 dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c \
264 hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
265 irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
266 list.c listener.c match.c memory.c modules.c motd.c rng_mt.c \
267 numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
268 s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
269 restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \
270 s_serv.c s_user.c send.c sprintf_irc.c version.c watch.c \
271 whowas.c ircd_parser.y ircd_lexer.l $(am__append_1)
272 all: all-am
273
274 .SUFFIXES:
275 .SUFFIXES: .c .l .lo .o .obj .y
276 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
277 @for dep in $?; do \
278 case '$(am__configure_deps)' in \
279 *$$dep*) \
280 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
281 && { if test -f $@; then exit 0; else break; fi; }; \
282 exit 1;; \
283 esac; \
284 done; \
285 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
286 $(am__cd) $(top_srcdir) && \
287 $(AUTOMAKE) --foreign src/Makefile
288 .PRECIOUS: Makefile
289 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290 @case '$?' in \
291 *config.status*) \
292 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
293 *) \
294 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
295 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
296 esac;
297
298 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
301 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305 $(am__aclocal_m4_deps):
306 install-sbinPROGRAMS: $(sbin_PROGRAMS)
307 @$(NORMAL_INSTALL)
308 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
309 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
310 for p in $$list; do echo "$$p $$p"; done | \
311 sed 's/$(EXEEXT)$$//' | \
312 while read p p1; do if test -f $$p || test -f $$p1; \
313 then echo "$$p"; echo "$$p"; else :; fi; \
314 done | \
315 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
316 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
317 sed 'N;N;N;s,\n, ,g' | \
318 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
319 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
320 if ($$2 == $$4) files[d] = files[d] " " $$1; \
321 else { print "f", $$3 "/" $$4, $$1; } } \
322 END { for (d in files) print "f", d, files[d] }' | \
323 while read type dir files; do \
324 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
325 test -z "$$files" || { \
326 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
327 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
328 } \
329 ; done
330
331 uninstall-sbinPROGRAMS:
332 @$(NORMAL_UNINSTALL)
333 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
334 files=`for p in $$list; do echo "$$p"; done | \
335 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
336 -e 's/$$/$(EXEEXT)/' `; \
337 test -n "$$list" || exit 0; \
338 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
339 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
340
341 clean-sbinPROGRAMS:
342 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
343 echo " rm -f" $$list; \
344 rm -f $$list || exit $$?; \
345 test -n "$(EXEEXT)" || exit 0; \
346 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
347 echo " rm -f" $$list; \
348 rm -f $$list
349 ircd_parser.h: ircd_parser.c
350 @if test ! -f $@; then \
351 rm -f ircd_parser.c; \
352 $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; \
353 else :; fi
354 ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES)
355 @rm -f ircd$(EXEEXT)
356 $(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
357
358 mostlyclean-compile:
359 -rm -f *.$(OBJEXT)
360
361 distclean-compile:
362 -rm -f *.tab.c
363
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balloc.Po@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csvlib.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynlink.Po@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getaddrinfo.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getnameinfo.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_res.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_reslib.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_lexer.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_parser.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_auth.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_select.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_sigio.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_conf.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_gline.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_log.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_misc.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_serv.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_user.Po@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf_irc.Po@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
419
420 .c.o:
421 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
422 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
426
427 .c.obj:
428 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
429 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
431 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
433
434 .c.lo:
435 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
436 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
440
441 .l.c:
442 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
443
444 .y.c:
445 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
446
447 mostlyclean-libtool:
448 -rm -f *.lo
449
450 clean-libtool:
451 -rm -rf .libs _libs
452
453 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
454 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
455 unique=`for i in $$list; do \
456 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457 done | \
458 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459 END { if (nonempty) { for (i in files) print i; }; }'`; \
460 mkid -fID $$unique
461 tags: TAGS
462
463 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
464 $(TAGS_FILES) $(LISP)
465 set x; \
466 here=`pwd`; \
467 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
468 unique=`for i in $$list; do \
469 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470 done | \
471 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472 END { if (nonempty) { for (i in files) print i; }; }'`; \
473 shift; \
474 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
475 test -n "$$unique" || unique=$$empty_fix; \
476 if test $$# -gt 0; then \
477 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478 "$$@" $$unique; \
479 else \
480 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481 $$unique; \
482 fi; \
483 fi
484 ctags: CTAGS
485 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
486 $(TAGS_FILES) $(LISP)
487 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
488 unique=`for i in $$list; do \
489 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490 done | \
491 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492 END { if (nonempty) { for (i in files) print i; }; }'`; \
493 test -z "$(CTAGS_ARGS)$$unique" \
494 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
495 $$unique
496
497 GTAGS:
498 here=`$(am__cd) $(top_builddir) && pwd` \
499 && $(am__cd) $(top_srcdir) \
500 && gtags -i $(GTAGS_ARGS) "$$here"
501
502 distclean-tags:
503 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
504
505 distdir: $(DISTFILES)
506 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508 list='$(DISTFILES)'; \
509 dist_files=`for file in $$list; do echo $$file; done | \
510 sed -e "s|^$$srcdirstrip/||;t" \
511 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
512 case $$dist_files in \
513 */*) $(MKDIR_P) `echo "$$dist_files" | \
514 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
515 sort -u` ;; \
516 esac; \
517 for file in $$dist_files; do \
518 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
519 if test -d $$d/$$file; then \
520 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
521 if test -d "$(distdir)/$$file"; then \
522 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523 fi; \
524 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
525 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
526 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527 fi; \
528 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529 else \
530 test -f "$(distdir)/$$file" \
531 || cp -p $$d/$$file "$(distdir)/$$file" \
532 || exit 1; \
533 fi; \
534 done
535 check-am: all-am
536 check: check-am
537 all-am: Makefile $(PROGRAMS)
538 installdirs:
539 for dir in "$(DESTDIR)$(sbindir)"; do \
540 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
541 done
542 install: install-am
543 install-exec: install-exec-am
544 install-data: install-data-am
545 uninstall: uninstall-am
546
547 install-am: all-am
548 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
549
550 installcheck: installcheck-am
551 install-strip:
552 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554 `test -z '$(STRIP)' || \
555 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
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: