ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.in
Revision: 4334
Committed: Sat Aug 2 15:53:31 2014 UTC (11 years, 11 months ago) by michael
File size: 27853 byte(s)
Log Message:
- Removed select() support

File Contents

# User Rev Content
1 michael 2722 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 michael 912 # @configure_input@
3    
4 michael 2064 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5 michael 1425
6 michael 912 # 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 michael 2064 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 michael 1338 case $$MAKEFLAGS in \
32     *\\[\ \ ]*) \
33 michael 2064 bs=\\; \
34     sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35     | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 michael 1338 esac; \
37 michael 2064 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 michael 912 pkgdatadir = $(datadir)/@PACKAGE@
64 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
65 michael 912 pkglibdir = $(libdir)/@PACKAGE@
66 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 michael 912 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 michael 3048 bin_PROGRAMS = ircd$(EXEEXT)
82 michael 912 subdir = src
83 michael 1720 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 michael 912 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 michael 2499 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
88     $(top_srcdir)/m4/argz.m4 \
89 michael 2491 $(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 michael 2481 $(top_srcdir)/m4/ax_check_openssl.m4 \
93 michael 3839 $(top_srcdir)/m4/ax_require_defined.m4 \
94 michael 2480 $(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 michael 912 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 michael 945 CONFIG_CLEAN_VPATH_FILES =
105 michael 3048 am__installdirs = "$(DESTDIR)$(bindir)"
106     PROGRAMS = $(bin_PROGRAMS)
107 michael 3324 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 michael 4326 hash.$(OBJEXT) hostmask.$(OBJEXT) ipcache.$(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 michael 4334 s_bsd_devpoll.$(OBJEXT) s_bsd_kqueue.$(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 michael 912 ircd_OBJECTS = $(am_ircd_OBJECTS)
125     am__DEPENDENCIES_1 =
126 michael 1720 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 db 941 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
146 michael 912 depcomp = $(SHELL) $(top_srcdir)/depcomp
147     am__depfiles_maybe = depfiles
148 michael 945 am__mv = mv -f
149 michael 912 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
150     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
151 michael 1720 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 michael 912 CCLD = $(CC)
160 michael 1720 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 michael 912 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
168 michael 1257 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
169 michael 1720 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 michael 912 YLWRAP = $(top_srcdir)/ylwrap
176     @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
177 michael 1373 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 michael 1257 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
180 michael 1720 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 michael 912 SOURCES = $(ircd_SOURCES)
187 michael 1304 DIST_SOURCES = $(ircd_SOURCES)
188 michael 1338 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 michael 1720 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 michael 912 ETAGS = etags
211     CTAGS = ctags
212     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213     ACLOCAL = @ACLOCAL@
214     AMTAR = @AMTAR@
215 michael 1720 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
216 michael 912 AR = @AR@
217 michael 945 ARGZ_H = @ARGZ_H@
218 michael 912 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 michael 1106 DLLTOOL = @DLLTOOL@
232 db 941 DSYMUTIL = @DSYMUTIL@
233 michael 945 DUMPBIN = @DUMPBIN@
234 michael 912 ECHO_C = @ECHO_C@
235     ECHO_N = @ECHO_N@
236     ECHO_T = @ECHO_T@
237     EGREP = @EGREP@
238     EXEEXT = @EXEEXT@
239 michael 945 FGREP = @FGREP@
240 michael 912 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 michael 945 LD = @LD@
248 michael 912 LDFLAGS = @LDFLAGS@
249     LEX = @LEX@
250     LEXLIB = @LEXLIB@
251     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
252 michael 945 LIBADD_DL = @LIBADD_DL@
253     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
254     LIBADD_DLOPEN = @LIBADD_DLOPEN@
255     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
256 michael 912 LIBDIR = @LIBDIR@
257     LIBLTDL = @LIBLTDL@
258     LIBOBJS = @LIBOBJS@
259     LIBS = @LIBS@
260     LIBTOOL = @LIBTOOL@
261 michael 945 LIPO = @LIPO@
262 michael 912 LN_S = @LN_S@
263     LOCALSTATEDIR = @LOCALSTATEDIR@
264 michael 945 LTDLDEPS = @LTDLDEPS@
265     LTDLINCL = @LTDLINCL@
266     LTDLOPEN = @LTDLOPEN@
267 michael 912 LTLIBOBJS = @LTLIBOBJS@
268 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
269     LT_DLLOADERS = @LT_DLLOADERS@
270     LT_DLPREOPEN = @LT_DLPREOPEN@
271 michael 912 MAINT = @MAINT@
272     MAKEINFO = @MAKEINFO@
273 michael 1106 MANIFEST_TOOL = @MANIFEST_TOOL@
274 michael 912 MKDIR_P = @MKDIR_P@
275 michael 945 NM = @NM@
276 db 941 NMEDIT = @NMEDIT@
277 michael 945 OBJDUMP = @OBJDUMP@
278 michael 912 OBJEXT = @OBJEXT@
279 michael 945 OTOOL = @OTOOL@
280     OTOOL64 = @OTOOL64@
281 michael 912 PACKAGE = @PACKAGE@
282     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
283     PACKAGE_NAME = @PACKAGE_NAME@
284     PACKAGE_STRING = @PACKAGE_STRING@
285     PACKAGE_TARNAME = @PACKAGE_TARNAME@
286 michael 967 PACKAGE_URL = @PACKAGE_URL@
287 michael 912 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 michael 1106 ac_ct_AR = @ac_ct_AR@
304 michael 912 ac_ct_CC = @ac_ct_CC@
305 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
306 michael 912 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 michael 945 ltdl_LIBOBJS = @ltdl_LIBOBJS@
337     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
338 michael 912 mandir = @mandir@
339 michael 1462 mkdir_p = @mkdir_p@
340 michael 912 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 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
349 michael 912 sysconfdir = @sysconfdir@
350     target_alias = @target_alias@
351 db 941 top_build_prefix = @top_build_prefix@
352 michael 912 top_builddir = @top_builddir@
353     top_srcdir = @top_srcdir@
354     AUTOMAKE_OPTIONS = foreign
355     AM_YFLAGS = -d
356 michael 1090 AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
357 michael 912 ircd_LDFLAGS = -export-dynamic
358 michael 1009 ircd_LDADD = $(LIBLTDL)
359 michael 1090 ircd_DEPENDENCIES = $(LTDLDEPS)
360 michael 3324 ircd_SOURCES = auth.c \
361     channel.c \
362 michael 1304 channel_mode.c \
363     client.c \
364 michael 1309 conf.c \
365 michael 1632 conf_class.c \
366 michael 1620 conf_db.c \
367 michael 1316 conf_parser.y \
368 michael 1309 conf_lexer.l \
369 michael 1304 dbuf.c \
370     event.c \
371     fdlist.c \
372     getopt.c \
373 michael 3321 gline.c \
374 michael 1304 hash.c \
375     hostmask.c \
376 michael 4326 ipcache.c \
377 michael 1304 irc_string.c \
378     ircd.c \
379     ircd_signal.c \
380     list.c \
381     listener.c \
382 michael 1309 log.c \
383 michael 1304 match.c \
384     memory.c \
385 michael 1654 mempool.c \
386 michael 3347 misc.c \
387 michael 1304 modules.c \
388     motd.c \
389 michael 1834 numeric.c \
390 michael 1304 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 michael 3322 res.c \
397     reslib.c \
398 michael 1304 restart.c \
399     resv.c \
400 michael 3322 rng_mt.c \
401 michael 1304 rsa.c \
402     s_bsd.c \
403     send.c \
404 michael 3347 server.c \
405     user.c \
406 michael 1304 version.c \
407     watch.c \
408 michael 2382 whowas.c
409 michael 1304
410 michael 912 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 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
419     && { if test -f $@; then exit 0; else break; fi; }; \
420 michael 912 exit 1;; \
421     esac; \
422     done; \
423 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
424     $(am__cd) $(top_srcdir) && \
425     $(AUTOMAKE) --foreign src/Makefile
426 michael 912 .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 michael 945 $(am__aclocal_m4_deps):
444 michael 3048 install-binPROGRAMS: $(bin_PROGRAMS)
445 michael 912 @$(NORMAL_INSTALL)
446 michael 3048 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
447 michael 1338 if test -n "$$list"; then \
448 michael 3048 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
449     $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
450 michael 1338 fi; \
451 michael 945 for p in $$list; do echo "$$p $$p"; done | \
452     sed 's/$(EXEEXT)$$//' | \
453 michael 1720 while read p p1; do if test -f $$p \
454     || test -f $$p1 \
455     ; then echo "$$p"; echo "$$p"; else :; fi; \
456 michael 945 done | \
457 michael 1720 sed -e 'p;s,.*/,,;n;h' \
458     -e 's|.*|.|' \
459 michael 945 -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 michael 3048 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 michael 945 } \
472     ; done
473 michael 912
474 michael 3048 uninstall-binPROGRAMS:
475 michael 912 @$(NORMAL_UNINSTALL)
476 michael 3048 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
477 michael 945 files=`for p in $$list; do echo "$$p"; done | \
478     sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
479 michael 1720 -e 's/$$/$(EXEEXT)/' \
480     `; \
481 michael 945 test -n "$$list" || exit 0; \
482 michael 3048 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
483     cd "$(DESTDIR)$(bindir)" && rm -f $$files
484 michael 912
485 michael 3048 clean-binPROGRAMS:
486     @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
487 michael 945 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 michael 1309 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 michael 2064
497 michael 1291 ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) $(EXTRA_ircd_DEPENDENCIES)
498 michael 912 @rm -f ircd$(EXEEXT)
499 michael 1720 $(AM_V_CCLD)$(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
500 michael 912
501     mostlyclean-compile:
502     -rm -f *.$(OBJEXT)
503    
504     distclean-compile:
505     -rm -f *.tab.c
506    
507 michael 3324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
508 michael 912 @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 michael 1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
512 michael 1632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_class.Po@am__quote@
513 michael 1620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_db.Po@am__quote@
514 michael 1309 @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 michael 912 @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 michael 3321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gline.Po@am__quote@
521 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
522     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
523 michael 4326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipcache.Po@am__quote@
524 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
525     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@
526     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
527     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
528     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
529 michael 1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
530 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
531     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
532 michael 1654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempool.Po@am__quote@
533 michael 3347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
534 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
535     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
536 michael 1834 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
537 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
538     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
539 michael 3322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res.Po@am__quote@
540     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reslib.Po@am__quote@
541 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
542     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
543 michael 982 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@
544 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@
545     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
546     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@
547     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@
548     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@
549     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
550     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
551 michael 3347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
552     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
553 michael 912 @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 michael 2347 @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 michael 1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
562 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563 michael 2347 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
564 michael 912
565     .c.obj:
566 michael 2347 @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 michael 1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
570 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571 michael 2347 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
572 michael 912
573     .c.lo:
574 michael 2347 @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 michael 1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
578 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
579 michael 1720 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
580 michael 912
581     .l.c:
582 michael 1720 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
583 michael 912
584     .y.c:
585 michael 1720 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
586 michael 912
587     mostlyclean-libtool:
588     -rm -f *.lo
589    
590     clean-libtool:
591     -rm -rf .libs _libs
592    
593 michael 1720 ID: $(am__tagged_files)
594     $(am__define_uniq_tagged_files); mkid -fID $$unique
595     tags: tags-am
596     TAGS: tags
597 michael 912
598 michael 1720 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
599 michael 945 set x; \
600 michael 912 here=`pwd`; \
601 michael 1720 $(am__define_uniq_tagged_files); \
602 michael 945 shift; \
603     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
604 michael 912 test -n "$$unique" || unique=$$empty_fix; \
605 michael 945 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 michael 912 fi
613 michael 1720 ctags: ctags-am
614    
615     CTAGS: ctags
616     ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
617     $(am__define_uniq_tagged_files); \
618 michael 945 test -z "$(CTAGS_ARGS)$$unique" \
619 michael 912 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
620 michael 945 $$unique
621 michael 912
622     GTAGS:
623     here=`$(am__cd) $(top_builddir) && pwd` \
624 michael 945 && $(am__cd) $(top_srcdir) \
625     && gtags -i $(GTAGS_ARGS) "$$here"
626 michael 1720 cscopelist: cscopelist-am
627 michael 912
628 michael 1720 cscopelist-am: $(am__tagged_files)
629     list='$(am__tagged_files)'; \
630 michael 1373 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 michael 912 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 michael 945 if test -d "$(distdir)/$$file"; then \
662     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663     fi; \
664 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
665 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
666     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
667 michael 912 fi; \
668 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
669 michael 912 else \
670 michael 945 test -f "$(distdir)/$$file" \
671     || cp -p $$d/$$file "$(distdir)/$$file" \
672 michael 912 || exit 1; \
673     fi; \
674     done
675     check-am: all-am
676     check: check-am
677     all-am: Makefile $(PROGRAMS)
678     installdirs:
679 michael 3048 for dir in "$(DESTDIR)$(bindir)"; do \
680 michael 912 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 michael 1257 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 michael 912 mostlyclean-generic:
702    
703     clean-generic:
704    
705     distclean-generic:
706     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
707 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
708 michael 912
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 michael 1309 -rm -f conf_lexer.c
713     -rm -f conf_parser.c
714     -rm -f conf_parser.h
715 michael 912 clean: clean-am
716    
717 michael 3048 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
718 michael 912
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 michael 945 html-am:
732    
733 michael 912 info: info-am
734    
735     info-am:
736    
737     install-data-am:
738    
739     install-dvi: install-dvi-am
740    
741 michael 945 install-dvi-am:
742    
743 michael 3048 install-exec-am: install-binPROGRAMS
744 michael 912
745     install-html: install-html-am
746    
747 michael 945 install-html-am:
748    
749 michael 912 install-info: install-info-am
750    
751 michael 945 install-info-am:
752    
753 michael 912 install-man:
754    
755     install-pdf: install-pdf-am
756    
757 michael 945 install-pdf-am:
758    
759 michael 912 install-ps: install-ps-am
760    
761 michael 945 install-ps-am:
762    
763 michael 912 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 michael 3048 uninstall-am: uninstall-binPROGRAMS
784 michael 912
785     .MAKE: install-am install-strip
786    
787 michael 3048 .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 michael 1720 distclean-libtool distclean-tags distdir dvi dvi-am html \
791 michael 3048 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 michael 1720 installcheck installcheck-am installdirs maintainer-clean \
797 michael 912 maintainer-clean-generic mostlyclean mostlyclean-compile \
798     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
799 michael 3048 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
800 michael 912
801 michael 945
802 michael 912 # 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