ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 1793
Committed: Sun Mar 31 14:06:08 2013 UTC (13 years, 3 months ago) by michael
File size: 26306 byte(s)
Log Message:
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

File Contents

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

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision