ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 1720
Committed: Fri Dec 28 21:06:21 2012 UTC (13 years, 6 months ago) by michael
File size: 26571 byte(s)
Log Message:
- automake 1.13

File Contents

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

Properties

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