ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 2499
Committed: Fri Oct 25 20:30:36 2013 UTC (11 years, 10 months ago) by michael
File size: 28000 byte(s)
Log Message:
- Added m4/ac_define_dir.m4

File Contents

# Content
1 # Makefile.in generated by automake 1.14 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)/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/gcc_stack_protect.m4 \
94 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 am__installdirs = "$(DESTDIR)$(sbindir)"
105 PROGRAMS = $(sbin_PROGRAMS)
106 am_ircd_OBJECTS = channel.$(OBJEXT) channel_mode.$(OBJEXT) \
107 client.$(OBJEXT) conf.$(OBJEXT) conf_class.$(OBJEXT) \
108 conf_db.$(OBJEXT) conf_parser.$(OBJEXT) conf_lexer.$(OBJEXT) \
109 dbuf.$(OBJEXT) event.$(OBJEXT) fdlist.$(OBJEXT) \
110 getopt.$(OBJEXT) hash.$(OBJEXT) hook.$(OBJEXT) \
111 hostmask.$(OBJEXT) irc_res.$(OBJEXT) irc_reslib.$(OBJEXT) \
112 irc_string.$(OBJEXT) ircd.$(OBJEXT) ircd_signal.$(OBJEXT) \
113 list.$(OBJEXT) listener.$(OBJEXT) log.$(OBJEXT) \
114 match.$(OBJEXT) memory.$(OBJEXT) mempool.$(OBJEXT) \
115 modules.$(OBJEXT) motd.$(OBJEXT) rng_mt.$(OBJEXT) \
116 numeric.$(OBJEXT) packet.$(OBJEXT) parse.$(OBJEXT) \
117 s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \
118 s_bsd_devpoll.$(OBJEXT) s_bsd_kqueue.$(OBJEXT) \
119 s_bsd_select.$(OBJEXT) restart.$(OBJEXT) resv.$(OBJEXT) \
120 rsa.$(OBJEXT) s_auth.$(OBJEXT) s_bsd.$(OBJEXT) \
121 s_gline.$(OBJEXT) s_misc.$(OBJEXT) s_serv.$(OBJEXT) \
122 s_user.$(OBJEXT) send.$(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 = channel.c \
361 channel_mode.c \
362 client.c \
363 conf.c \
364 conf_class.c \
365 conf_db.c \
366 conf_parser.y \
367 conf_lexer.l \
368 dbuf.c \
369 event.c \
370 fdlist.c \
371 getopt.c \
372 hash.c \
373 hook.c \
374 hostmask.c \
375 irc_res.c \
376 irc_reslib.c \
377 irc_string.c \
378 ircd.c \
379 ircd_signal.c \
380 list.c \
381 listener.c \
382 log.c \
383 match.c \
384 memory.c \
385 mempool.c \
386 modules.c \
387 motd.c \
388 rng_mt.c \
389 numeric.c \
390 packet.c \
391 parse.c \
392 s_bsd_epoll.c \
393 s_bsd_poll.c \
394 s_bsd_devpoll.c \
395 s_bsd_kqueue.c \
396 s_bsd_select.c \
397 restart.c \
398 resv.c \
399 rsa.c \
400 s_auth.c \
401 s_bsd.c \
402 s_gline.c \
403 s_misc.c \
404 s_serv.c \
405 s_user.c \
406 send.c \
407 version.c \
408 watch.c \
409 whowas.c
410
411 all: all-am
412
413 .SUFFIXES:
414 .SUFFIXES: .c .l .lo .o .obj .y
415 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
416 @for dep in $?; do \
417 case '$(am__configure_deps)' in \
418 *$$dep*) \
419 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
420 && { if test -f $@; then exit 0; else break; fi; }; \
421 exit 1;; \
422 esac; \
423 done; \
424 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
425 $(am__cd) $(top_srcdir) && \
426 $(AUTOMAKE) --foreign src/Makefile
427 .PRECIOUS: Makefile
428 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
429 @case '$?' in \
430 *config.status*) \
431 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
432 *) \
433 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
434 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
435 esac;
436
437 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
438 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439
440 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
442 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
443 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444 $(am__aclocal_m4_deps):
445 install-sbinPROGRAMS: $(sbin_PROGRAMS)
446 @$(NORMAL_INSTALL)
447 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
448 if test -n "$$list"; then \
449 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
450 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
451 fi; \
452 for p in $$list; do echo "$$p $$p"; done | \
453 sed 's/$(EXEEXT)$$//' | \
454 while read p p1; do if test -f $$p \
455 || test -f $$p1 \
456 ; then echo "$$p"; echo "$$p"; else :; fi; \
457 done | \
458 sed -e 'p;s,.*/,,;n;h' \
459 -e 's|.*|.|' \
460 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
461 sed 'N;N;N;s,\n, ,g' | \
462 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
463 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
464 if ($$2 == $$4) files[d] = files[d] " " $$1; \
465 else { print "f", $$3 "/" $$4, $$1; } } \
466 END { for (d in files) print "f", d, files[d] }' | \
467 while read type dir files; do \
468 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
469 test -z "$$files" || { \
470 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
471 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
472 } \
473 ; done
474
475 uninstall-sbinPROGRAMS:
476 @$(NORMAL_UNINSTALL)
477 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
478 files=`for p in $$list; do echo "$$p"; done | \
479 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
480 -e 's/$$/$(EXEEXT)/' \
481 `; \
482 test -n "$$list" || exit 0; \
483 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
484 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
485
486 clean-sbinPROGRAMS:
487 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
488 echo " rm -f" $$list; \
489 rm -f $$list || exit $$?; \
490 test -n "$(EXEEXT)" || exit 0; \
491 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
492 echo " rm -f" $$list; \
493 rm -f $$list
494 conf_parser.h: conf_parser.c
495 @if test ! -f $@; then rm -f conf_parser.c; else :; fi
496 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) conf_parser.c; else :; fi
497
498 ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) $(EXTRA_ircd_DEPENDENCIES)
499 @rm -f ircd$(EXEEXT)
500 $(AM_V_CCLD)$(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
501
502 mostlyclean-compile:
503 -rm -f *.$(OBJEXT)
504
505 distclean-compile:
506 -rm -f *.tab.c
507
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)/hash.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_res.Po@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_reslib.Po@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempool.Po@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_auth.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)/s_gline.Po@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_misc.Po@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_serv.Po@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_user.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
558
559 .c.o:
560 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
561 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
562 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
566
567 .c.obj:
568 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
569 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
570 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
574
575 .c.lo:
576 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
577 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
578 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
580 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
582
583 .l.c:
584 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
585
586 .y.c:
587 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
588
589 mostlyclean-libtool:
590 -rm -f *.lo
591
592 clean-libtool:
593 -rm -rf .libs _libs
594
595 ID: $(am__tagged_files)
596 $(am__define_uniq_tagged_files); mkid -fID $$unique
597 tags: tags-am
598 TAGS: tags
599
600 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
601 set x; \
602 here=`pwd`; \
603 $(am__define_uniq_tagged_files); \
604 shift; \
605 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
606 test -n "$$unique" || unique=$$empty_fix; \
607 if test $$# -gt 0; then \
608 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
609 "$$@" $$unique; \
610 else \
611 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
612 $$unique; \
613 fi; \
614 fi
615 ctags: ctags-am
616
617 CTAGS: ctags
618 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
619 $(am__define_uniq_tagged_files); \
620 test -z "$(CTAGS_ARGS)$$unique" \
621 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
622 $$unique
623
624 GTAGS:
625 here=`$(am__cd) $(top_builddir) && pwd` \
626 && $(am__cd) $(top_srcdir) \
627 && gtags -i $(GTAGS_ARGS) "$$here"
628 cscopelist: cscopelist-am
629
630 cscopelist-am: $(am__tagged_files)
631 list='$(am__tagged_files)'; \
632 case "$(srcdir)" in \
633 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
634 *) sdir=$(subdir)/$(srcdir) ;; \
635 esac; \
636 for i in $$list; do \
637 if test -f "$$i"; then \
638 echo "$(subdir)/$$i"; \
639 else \
640 echo "$$sdir/$$i"; \
641 fi; \
642 done >> $(top_builddir)/cscope.files
643
644 distclean-tags:
645 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
646
647 distdir: $(DISTFILES)
648 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
649 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
650 list='$(DISTFILES)'; \
651 dist_files=`for file in $$list; do echo $$file; done | \
652 sed -e "s|^$$srcdirstrip/||;t" \
653 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
654 case $$dist_files in \
655 */*) $(MKDIR_P) `echo "$$dist_files" | \
656 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
657 sort -u` ;; \
658 esac; \
659 for file in $$dist_files; do \
660 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
661 if test -d $$d/$$file; then \
662 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
663 if test -d "$(distdir)/$$file"; then \
664 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
665 fi; \
666 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
667 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
668 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
669 fi; \
670 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
671 else \
672 test -f "$(distdir)/$$file" \
673 || cp -p $$d/$$file "$(distdir)/$$file" \
674 || exit 1; \
675 fi; \
676 done
677 check-am: all-am
678 check: check-am
679 all-am: Makefile $(PROGRAMS)
680 installdirs:
681 for dir in "$(DESTDIR)$(sbindir)"; do \
682 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
683 done
684 install: install-am
685 install-exec: install-exec-am
686 install-data: install-data-am
687 uninstall: uninstall-am
688
689 install-am: all-am
690 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
691
692 installcheck: installcheck-am
693 install-strip:
694 if test -z '$(STRIP)'; then \
695 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
697 install; \
698 else \
699 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
700 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
701 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
702 fi
703 mostlyclean-generic:
704
705 clean-generic:
706
707 distclean-generic:
708 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
709 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
710
711 maintainer-clean-generic:
712 @echo "This command is intended for maintainers to use"
713 @echo "it deletes files that may require special tools to rebuild."
714 -rm -f conf_lexer.c
715 -rm -f conf_parser.c
716 -rm -f conf_parser.h
717 clean: clean-am
718
719 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
720 mostlyclean-am
721
722 distclean: distclean-am
723 -rm -rf ./$(DEPDIR)
724 -rm -f Makefile
725 distclean-am: clean-am distclean-compile distclean-generic \
726 distclean-tags
727
728 dvi: dvi-am
729
730 dvi-am:
731
732 html: html-am
733
734 html-am:
735
736 info: info-am
737
738 info-am:
739
740 install-data-am:
741
742 install-dvi: install-dvi-am
743
744 install-dvi-am:
745
746 install-exec-am: install-sbinPROGRAMS
747
748 install-html: install-html-am
749
750 install-html-am:
751
752 install-info: install-info-am
753
754 install-info-am:
755
756 install-man:
757
758 install-pdf: install-pdf-am
759
760 install-pdf-am:
761
762 install-ps: install-ps-am
763
764 install-ps-am:
765
766 installcheck-am:
767
768 maintainer-clean: maintainer-clean-am
769 -rm -rf ./$(DEPDIR)
770 -rm -f Makefile
771 maintainer-clean-am: distclean-am maintainer-clean-generic
772
773 mostlyclean: mostlyclean-am
774
775 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
776 mostlyclean-libtool
777
778 pdf: pdf-am
779
780 pdf-am:
781
782 ps: ps-am
783
784 ps-am:
785
786 uninstall-am: uninstall-sbinPROGRAMS
787
788 .MAKE: install-am install-strip
789
790 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
791 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
792 distclean distclean-compile distclean-generic \
793 distclean-libtool distclean-tags distdir dvi dvi-am html \
794 html-am info info-am install install-am install-data \
795 install-data-am install-dvi install-dvi-am install-exec \
796 install-exec-am install-html install-html-am install-info \
797 install-info-am install-man install-pdf install-pdf-am \
798 install-ps install-ps-am install-sbinPROGRAMS install-strip \
799 installcheck installcheck-am installdirs maintainer-clean \
800 maintainer-clean-generic mostlyclean mostlyclean-compile \
801 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
802 tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS
803
804
805 # Tell versions [3.59,3.63) of GNU make to not export all variables.
806 # Otherwise a system limit (for SysV at least) may be exceeded.
807 .NOEXPORT:

Properties

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