ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.in
Revision: 5394
Committed: Tue Jan 20 14:03:09 2015 UTC (11 years, 6 months ago) by michael
File size: 28457 byte(s)
Log Message:
- libtool 2.4.5, automake 1.15

File Contents

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

Properties

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