ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.in
Revision: 10033
Committed: Sun May 15 10:11:36 2022 UTC (4 years, 2 months ago) by michael
File size: 39517 byte(s)
Log Message:
- Drop support for /dev/poll

File Contents

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

Properties

Name Value
svn:eol-style native