ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/src/Makefile.in
Revision: 2237
Committed: Sat Jun 15 19:17:25 2013 UTC (10 years, 9 months ago) by michael
File size: 27331 byte(s)
Log Message:
- Implement CERTFP

File Contents

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

Properties

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