ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/Makefile.in
Revision: 1092
Committed: Thu Mar 25 11:10:59 2010 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.in
File size: 23765 byte(s)
Log Message:
- Switch libltdl to recursive build mode

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 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 MKDIR_P = @MKDIR_P@
175 NM = @NM@
176 NMEDIT = @NMEDIT@
177 OBJDUMP = @OBJDUMP@
178 OBJEXT = @OBJEXT@
179 OTOOL = @OTOOL@
180 OTOOL64 = @OTOOL64@
181 PACKAGE = @PACKAGE@
182 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183 PACKAGE_NAME = @PACKAGE_NAME@
184 PACKAGE_STRING = @PACKAGE_STRING@
185 PACKAGE_TARNAME = @PACKAGE_TARNAME@
186 PACKAGE_URL = @PACKAGE_URL@
187 PACKAGE_VERSION = @PACKAGE_VERSION@
188 PATH_SEPARATOR = @PATH_SEPARATOR@
189 PREFIX = @PREFIX@
190 RANLIB = @RANLIB@
191 SED = @SED@
192 SET_MAKE = @SET_MAKE@
193 SHELL = @SHELL@
194 STRIP = @STRIP@
195 SYSCONFDIR = @SYSCONFDIR@
196 VERSION = @VERSION@
197 YACC = @YACC@
198 YFLAGS = @YFLAGS@
199 abs_builddir = @abs_builddir@
200 abs_srcdir = @abs_srcdir@
201 abs_top_builddir = @abs_top_builddir@
202 abs_top_srcdir = @abs_top_srcdir@
203 ac_ct_CC = @ac_ct_CC@
204 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
205 am__include = @am__include@
206 am__leading_dot = @am__leading_dot@
207 am__quote = @am__quote@
208 am__tar = @am__tar@
209 am__untar = @am__untar@
210 bindir = @bindir@
211 build = @build@
212 build_alias = @build_alias@
213 build_cpu = @build_cpu@
214 build_os = @build_os@
215 build_vendor = @build_vendor@
216 builddir = @builddir@
217 datadir = @datadir@
218 datarootdir = @datarootdir@
219 docdir = @docdir@
220 dvidir = @dvidir@
221 exec_prefix = @exec_prefix@
222 host = @host@
223 host_alias = @host_alias@
224 host_cpu = @host_cpu@
225 host_os = @host_os@
226 host_vendor = @host_vendor@
227 htmldir = @htmldir@
228 includedir = @includedir@
229 infodir = @infodir@
230 install_sh = @install_sh@
231 libdir = @libdir@
232 libexecdir = @libexecdir@
233 localedir = @localedir@
234 localstatedir = @localstatedir@
235 lt_ECHO = @lt_ECHO@
236 ltdl_LIBOBJS = @ltdl_LIBOBJS@
237 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
238 mandir = @mandir@
239 mkdir_p = @mkdir_p@
240 oldincludedir = @oldincludedir@
241 pdfdir = @pdfdir@
242 prefix = @prefix@
243 program_transform_name = @program_transform_name@
244 psdir = @psdir@
245 sbindir = @sbindir@
246 sharedstatedir = @sharedstatedir@
247 srcdir = @srcdir@
248 sys_symbol_underscore = @sys_symbol_underscore@
249 sysconfdir = @sysconfdir@
250 target_alias = @target_alias@
251 top_build_prefix = @top_build_prefix@
252 top_builddir = @top_builddir@
253 top_srcdir = @top_srcdir@
254 AUTOMAKE_OPTIONS = foreign
255 AM_YFLAGS = -d
256 AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
257 ircd_LDFLAGS = -export-dynamic
258 ircd_LDADD = $(LIBLTDL)
259 ircd_DEPENDENCIES = $(LTDLDEPS)
260 ircd_SOURCES = balloc.c channel.c channel_mode.c client.c csvlib.c \
261 dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c \
262 hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
263 irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
264 list.c listener.c match.c memory.c modules.c motd.c rng_mt.c \
265 numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
266 s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
267 restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \
268 s_serv.c s_user.c send.c sprintf_irc.c version.c watch.c \
269 whowas.c ircd_parser.y ircd_lexer.l $(am__append_1)
270 all: all-am
271
272 .SUFFIXES:
273 .SUFFIXES: .c .l .lo .o .obj .y
274 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
275 @for dep in $?; do \
276 case '$(am__configure_deps)' in \
277 *$$dep*) \
278 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
279 && { if test -f $@; then exit 0; else break; fi; }; \
280 exit 1;; \
281 esac; \
282 done; \
283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
284 $(am__cd) $(top_srcdir) && \
285 $(AUTOMAKE) --foreign src/Makefile
286 .PRECIOUS: Makefile
287 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288 @case '$?' in \
289 *config.status*) \
290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291 *) \
292 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294 esac;
295
296 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 $(am__aclocal_m4_deps):
304 install-sbinPROGRAMS: $(sbin_PROGRAMS)
305 @$(NORMAL_INSTALL)
306 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
307 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
308 for p in $$list; do echo "$$p $$p"; done | \
309 sed 's/$(EXEEXT)$$//' | \
310 while read p p1; do if test -f $$p || test -f $$p1; \
311 then echo "$$p"; echo "$$p"; else :; fi; \
312 done | \
313 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
314 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
315 sed 'N;N;N;s,\n, ,g' | \
316 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
317 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
318 if ($$2 == $$4) files[d] = files[d] " " $$1; \
319 else { print "f", $$3 "/" $$4, $$1; } } \
320 END { for (d in files) print "f", d, files[d] }' | \
321 while read type dir files; do \
322 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
323 test -z "$$files" || { \
324 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
325 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
326 } \
327 ; done
328
329 uninstall-sbinPROGRAMS:
330 @$(NORMAL_UNINSTALL)
331 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
332 files=`for p in $$list; do echo "$$p"; done | \
333 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
334 -e 's/$$/$(EXEEXT)/' `; \
335 test -n "$$list" || exit 0; \
336 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
337 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
338
339 clean-sbinPROGRAMS:
340 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
341 echo " rm -f" $$list; \
342 rm -f $$list || exit $$?; \
343 test -n "$(EXEEXT)" || exit 0; \
344 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
345 echo " rm -f" $$list; \
346 rm -f $$list
347 ircd_parser.h: ircd_parser.c
348 @if test ! -f $@; then \
349 rm -f ircd_parser.c; \
350 $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; \
351 else :; fi
352 ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES)
353 @rm -f ircd$(EXEEXT)
354 $(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
355
356 mostlyclean-compile:
357 -rm -f *.$(OBJEXT)
358
359 distclean-compile:
360 -rm -f *.tab.c
361
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balloc.Po@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csvlib.Po@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynlink.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getaddrinfo.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getnameinfo.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_res.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_reslib.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_lexer.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_parser.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_auth.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_select.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_sigio.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_conf.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_gline.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_log.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_misc.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_serv.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_user.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf_irc.Po@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
417
418 .c.o:
419 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
424
425 .c.obj:
426 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
427 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
431
432 .c.lo:
433 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
434 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
438
439 .l.c:
440 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
441
442 .y.c:
443 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
444
445 mostlyclean-libtool:
446 -rm -f *.lo
447
448 clean-libtool:
449 -rm -rf .libs _libs
450
451 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
452 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
453 unique=`for i in $$list; do \
454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455 done | \
456 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457 END { if (nonempty) { for (i in files) print i; }; }'`; \
458 mkid -fID $$unique
459 tags: TAGS
460
461 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
462 $(TAGS_FILES) $(LISP)
463 set x; \
464 here=`pwd`; \
465 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
466 unique=`for i in $$list; do \
467 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468 done | \
469 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470 END { if (nonempty) { for (i in files) print i; }; }'`; \
471 shift; \
472 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
473 test -n "$$unique" || unique=$$empty_fix; \
474 if test $$# -gt 0; then \
475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476 "$$@" $$unique; \
477 else \
478 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479 $$unique; \
480 fi; \
481 fi
482 ctags: CTAGS
483 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
484 $(TAGS_FILES) $(LISP)
485 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486 unique=`for i in $$list; do \
487 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488 done | \
489 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490 END { if (nonempty) { for (i in files) print i; }; }'`; \
491 test -z "$(CTAGS_ARGS)$$unique" \
492 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
493 $$unique
494
495 GTAGS:
496 here=`$(am__cd) $(top_builddir) && pwd` \
497 && $(am__cd) $(top_srcdir) \
498 && gtags -i $(GTAGS_ARGS) "$$here"
499
500 distclean-tags:
501 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
502
503 distdir: $(DISTFILES)
504 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506 list='$(DISTFILES)'; \
507 dist_files=`for file in $$list; do echo $$file; done | \
508 sed -e "s|^$$srcdirstrip/||;t" \
509 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
510 case $$dist_files in \
511 */*) $(MKDIR_P) `echo "$$dist_files" | \
512 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
513 sort -u` ;; \
514 esac; \
515 for file in $$dist_files; do \
516 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
517 if test -d $$d/$$file; then \
518 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
519 if test -d "$(distdir)/$$file"; then \
520 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521 fi; \
522 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
523 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
524 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525 fi; \
526 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
527 else \
528 test -f "$(distdir)/$$file" \
529 || cp -p $$d/$$file "$(distdir)/$$file" \
530 || exit 1; \
531 fi; \
532 done
533 check-am: all-am
534 check: check-am
535 all-am: Makefile $(PROGRAMS)
536 installdirs:
537 for dir in "$(DESTDIR)$(sbindir)"; do \
538 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
539 done
540 install: install-am
541 install-exec: install-exec-am
542 install-data: install-data-am
543 uninstall: uninstall-am
544
545 install-am: all-am
546 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
548 installcheck: installcheck-am
549 install-strip:
550 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552 `test -z '$(STRIP)' || \
553 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
554 mostlyclean-generic:
555
556 clean-generic:
557
558 distclean-generic:
559 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
560 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
561
562 maintainer-clean-generic:
563 @echo "This command is intended for maintainers to use"
564 @echo "it deletes files that may require special tools to rebuild."
565 -rm -f ircd_lexer.c
566 -rm -f ircd_parser.c
567 -rm -f ircd_parser.h
568 clean: clean-am
569
570 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
571 mostlyclean-am
572
573 distclean: distclean-am
574 -rm -rf ./$(DEPDIR)
575 -rm -f Makefile
576 distclean-am: clean-am distclean-compile distclean-generic \
577 distclean-tags
578
579 dvi: dvi-am
580
581 dvi-am:
582
583 html: html-am
584
585 html-am:
586
587 info: info-am
588
589 info-am:
590
591 install-data-am:
592
593 install-dvi: install-dvi-am
594
595 install-dvi-am:
596
597 install-exec-am: install-sbinPROGRAMS
598
599 install-html: install-html-am
600
601 install-html-am:
602
603 install-info: install-info-am
604
605 install-info-am:
606
607 install-man:
608
609 install-pdf: install-pdf-am
610
611 install-pdf-am:
612
613 install-ps: install-ps-am
614
615 install-ps-am:
616
617 installcheck-am:
618
619 maintainer-clean: maintainer-clean-am
620 -rm -rf ./$(DEPDIR)
621 -rm -f Makefile
622 maintainer-clean-am: distclean-am maintainer-clean-generic
623
624 mostlyclean: mostlyclean-am
625
626 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
627 mostlyclean-libtool
628
629 pdf: pdf-am
630
631 pdf-am:
632
633 ps: ps-am
634
635 ps-am:
636
637 uninstall-am: uninstall-sbinPROGRAMS
638
639 .MAKE: install-am install-strip
640
641 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
642 clean-libtool clean-sbinPROGRAMS ctags distclean \
643 distclean-compile distclean-generic distclean-libtool \
644 distclean-tags distdir dvi dvi-am html html-am info info-am \
645 install install-am install-data install-data-am install-dvi \
646 install-dvi-am install-exec install-exec-am install-html \
647 install-html-am install-info install-info-am install-man \
648 install-pdf install-pdf-am install-ps install-ps-am \
649 install-sbinPROGRAMS install-strip installcheck \
650 installcheck-am installdirs maintainer-clean \
651 maintainer-clean-generic mostlyclean mostlyclean-compile \
652 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
653 tags uninstall uninstall-am uninstall-sbinPROGRAMS
654
655
656 # Tell versions [3.59,3.63) of GNU make to not export all variables.
657 # Otherwise a system limit (for SysV at least) may be exceeded.
658 .NOEXPORT: