ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 4142
Committed: Wed Jul 2 17:14:47 2014 UTC (11 years, 1 month ago) by michael
File size: 27863 byte(s)
Log Message:
- Removed hooking system

File Contents

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

Properties

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