ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 3838
Committed: Thu Jun 5 00:33:36 2014 UTC (12 years, 1 month ago) by michael
File size: 27984 byte(s)
Log Message:
- Update macros in m4/

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