ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/Makefile.in
Revision: 1504
Committed: Thu Aug 16 18:03:00 2012 UTC (11 years, 7 months ago) by michael
File size: 25207 byte(s)
Log Message:
- automake 1.12.3

File Contents

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