ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
(Generate patch)

Comparing:
ircd-hybrid-7.2/src/Makefile.in (file contents), Revision 1005 by michael, Mon Aug 31 23:07:43 2009 UTC vs.
ircd-hybrid/trunk/src/Makefile.in (file contents), Revision 8167 by michael, Sun Apr 9 16:10:24 2017 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11 from Makefile.am.
1 > # Makefile.in generated by automake 1.15 from Makefile.am.
2   # @configure_input@
3  
4 < # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 < # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 < # Inc.
4 > # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5 >
6   # This Makefile.in is free software; the Free Software Foundation
7   # gives unlimited permission to copy and/or distribute it,
8   # with or without modifications, as long as this notice is preserved.
# Line 16 | Line 15
15   @SET_MAKE@
16  
17   VPATH = @srcdir@
18 + am__is_gnu_make = { \
19 +  if test -z '$(MAKELEVEL)'; then \
20 +    false; \
21 +  elif test -n '$(MAKE_HOST)'; then \
22 +    true; \
23 +  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 +    true; \
25 +  else \
26 +    false; \
27 +  fi; \
28 + }
29 + am__make_running_with_option = \
30 +  case $${target_option-} in \
31 +      ?) ;; \
32 +      *) echo "am__make_running_with_option: internal error: invalid" \
33 +              "target option '$${target_option-}' specified" >&2; \
34 +         exit 1;; \
35 +  esac; \
36 +  has_opt=no; \
37 +  sane_makeflags=$$MAKEFLAGS; \
38 +  if $(am__is_gnu_make); then \
39 +    sane_makeflags=$$MFLAGS; \
40 +  else \
41 +    case $$MAKEFLAGS in \
42 +      *\\[\ \   ]*) \
43 +        bs=\\; \
44 +        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 +          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46 +    esac; \
47 +  fi; \
48 +  skip_next=no; \
49 +  strip_trailopt () \
50 +  { \
51 +    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 +  }; \
53 +  for flg in $$sane_makeflags; do \
54 +    test $$skip_next = yes && { skip_next=no; continue; }; \
55 +    case $$flg in \
56 +      *=*|--*) continue;; \
57 +        -*I) strip_trailopt 'I'; skip_next=yes;; \
58 +      -*I?*) strip_trailopt 'I';; \
59 +        -*O) strip_trailopt 'O'; skip_next=yes;; \
60 +      -*O?*) strip_trailopt 'O';; \
61 +        -*l) strip_trailopt 'l'; skip_next=yes;; \
62 +      -*l?*) strip_trailopt 'l';; \
63 +      -[dEDm]) skip_next=yes;; \
64 +      -[JT]) skip_next=yes;; \
65 +    esac; \
66 +    case $$flg in \
67 +      *$$target_option*) has_opt=yes; break;; \
68 +    esac; \
69 +  done; \
70 +  test $$has_opt = yes
71 + am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 + am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73   pkgdatadir = $(datadir)/@PACKAGE@
74   pkgincludedir = $(includedir)/@PACKAGE@
75   pkglibdir = $(libdir)/@PACKAGE@
# Line 34 | Line 88 | PRE_UNINSTALL = :
88   POST_UNINSTALL = :
89   build_triplet = @build@
90   host_triplet = @host@
91 < sbin_PROGRAMS = ircd$(EXEEXT)
38 < @ENABLE_SSL_TRUE@am__append_1 = rsa.c
91 > bin_PROGRAMS = ircd$(EXEEXT)
92   subdir = src
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ircd_lexer.c \
41        ircd_parser.c ircd_parser.h
93   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 < am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
95 <        $(top_srcdir)/configure.ac
94 > am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
95 >        $(top_srcdir)/m4/ax_append_compile_flags.m4 \
96 >        $(top_srcdir)/m4/ax_append_flag.m4 \
97 >        $(top_srcdir)/m4/ax_arg_enable_assert.m4 \
98 >        $(top_srcdir)/m4/ax_arg_enable_debugging.m4 \
99 >        $(top_srcdir)/m4/ax_arg_enable_warnings.m4 \
100 >        $(top_srcdir)/m4/ax_arg_gnutls.m4 \
101 >        $(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \
102 >        $(top_srcdir)/m4/ax_arg_libgeoip.m4 \
103 >        $(top_srcdir)/m4/ax_arg_openssl.m4 \
104 >        $(top_srcdir)/m4/ax_check_compile_flag.m4 \
105 >        $(top_srcdir)/m4/ax_library_net.m4 \
106 >        $(top_srcdir)/m4/ax_mempool_chunksizes.m4 \
107 >        $(top_srcdir)/m4/ax_require_defined.m4 \
108 >        $(top_srcdir)/m4/gcc_stack_protect.m4 \
109 >        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \
110 >        $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
111 >        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
112 >        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
113   am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114          $(ACLOCAL_M4)
115 + DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
116   mkinstalldirs = $(install_sh) -d
117   CONFIG_HEADER = $(top_builddir)/config.h
118   CONFIG_CLEAN_FILES =
119   CONFIG_CLEAN_VPATH_FILES =
120 < am__installdirs = "$(DESTDIR)$(sbindir)"
121 < PROGRAMS = $(sbin_PROGRAMS)
122 < am__ircd_SOURCES_DIST = balloc.c channel.c channel_mode.c client.c \
123 <        csvlib.c dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c \
124 <        hash.c hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
125 <        irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
126 <        list.c listener.c match.c memory.c modules.c motd.c rng_mt.c \
127 <        numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
128 <        s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
129 <        restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \
130 <        s_serv.c s_user.c send.c sprintf_irc.c tools.c version.c \
131 <        watch.c whowas.c ircd_parser.y ircd_lexer.l rsa.c
132 < @ENABLE_SSL_TRUE@am__objects_1 = rsa.$(OBJEXT)
133 < am_ircd_OBJECTS = balloc.$(OBJEXT) channel.$(OBJEXT) \
134 <        channel_mode.$(OBJEXT) client.$(OBJEXT) csvlib.$(OBJEXT) \
135 <        dbuf.$(OBJEXT) dynlink.$(OBJEXT) event.$(OBJEXT) \
136 <        fdlist.$(OBJEXT) fileio.$(OBJEXT) getopt.$(OBJEXT) \
137 <        hash.$(OBJEXT) hook.$(OBJEXT) hostmask.$(OBJEXT) \
138 <        irc_getaddrinfo.$(OBJEXT) irc_getnameinfo.$(OBJEXT) \
139 <        irc_res.$(OBJEXT) irc_reslib.$(OBJEXT) irc_string.$(OBJEXT) \
140 <        ircd.$(OBJEXT) ircd_signal.$(OBJEXT) list.$(OBJEXT) \
141 <        listener.$(OBJEXT) match.$(OBJEXT) memory.$(OBJEXT) \
142 <        modules.$(OBJEXT) motd.$(OBJEXT) rng_mt.$(OBJEXT) \
74 <        numeric.$(OBJEXT) packet.$(OBJEXT) parse.$(OBJEXT) \
75 <        s_conf.$(OBJEXT) s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \
76 <        s_bsd_sigio.$(OBJEXT) s_bsd_devpoll.$(OBJEXT) \
77 <        s_bsd_kqueue.$(OBJEXT) s_bsd_select.$(OBJEXT) \
78 <        restart.$(OBJEXT) resv.$(OBJEXT) s_auth.$(OBJEXT) \
79 <        s_bsd.$(OBJEXT) s_gline.$(OBJEXT) s_log.$(OBJEXT) \
80 <        s_misc.$(OBJEXT) s_serv.$(OBJEXT) s_user.$(OBJEXT) \
81 <        send.$(OBJEXT) sprintf_irc.$(OBJEXT) tools.$(OBJEXT) \
82 <        version.$(OBJEXT) watch.$(OBJEXT) whowas.$(OBJEXT) \
83 <        ircd_parser.$(OBJEXT) ircd_lexer.$(OBJEXT) $(am__objects_1)
120 > am__installdirs = "$(DESTDIR)$(bindir)"
121 > PROGRAMS = $(bin_PROGRAMS)
122 > am_ircd_OBJECTS = auth.$(OBJEXT) channel.$(OBJEXT) \
123 >        channel_mode.$(OBJEXT) client.$(OBJEXT) conf.$(OBJEXT) \
124 >        conf_class.$(OBJEXT) conf_cluster.$(OBJEXT) conf_db.$(OBJEXT) \
125 >        conf_gecos.$(OBJEXT) conf_pseudo.$(OBJEXT) conf_resv.$(OBJEXT) \
126 >        conf_service.$(OBJEXT) conf_shared.$(OBJEXT) \
127 >        conf_parser.$(OBJEXT) conf_lexer.$(OBJEXT) dbuf.$(OBJEXT) \
128 >        event.$(OBJEXT) fdlist.$(OBJEXT) getopt.$(OBJEXT) \
129 >        hash.$(OBJEXT) hostmask.$(OBJEXT) id.$(OBJEXT) \
130 >        ipcache.$(OBJEXT) irc_string.$(OBJEXT) ircd.$(OBJEXT) \
131 >        ircd_signal.$(OBJEXT) isupport.$(OBJEXT) list.$(OBJEXT) \
132 >        listener.$(OBJEXT) log.$(OBJEXT) match.$(OBJEXT) \
133 >        memory.$(OBJEXT) mempool.$(OBJEXT) misc.$(OBJEXT) \
134 >        modules.$(OBJEXT) motd.$(OBJEXT) numeric.$(OBJEXT) \
135 >        packet.$(OBJEXT) parse.$(OBJEXT) s_bsd_epoll.$(OBJEXT) \
136 >        s_bsd_poll.$(OBJEXT) s_bsd_devpoll.$(OBJEXT) \
137 >        s_bsd_kqueue.$(OBJEXT) tls_gnutls.$(OBJEXT) tls_none.$(OBJEXT) \
138 >        tls_openssl.$(OBJEXT) res.$(OBJEXT) reslib.$(OBJEXT) \
139 >        restart.$(OBJEXT) rng_mt.$(OBJEXT) s_bsd.$(OBJEXT) \
140 >        send.$(OBJEXT) server.$(OBJEXT) server_capab.$(OBJEXT) \
141 >        user.$(OBJEXT) userhost.$(OBJEXT) version.$(OBJEXT) \
142 >        watch.$(OBJEXT) whowas.$(OBJEXT)
143   ircd_OBJECTS = $(am_ircd_OBJECTS)
144   am__DEPENDENCIES_1 =
145 < ircd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
146 <        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ircd_LDFLAGS) \
147 <        $(LDFLAGS) -o $@
145 > AM_V_lt = $(am__v_lt_@AM_V@)
146 > am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
147 > am__v_lt_0 = --silent
148 > am__v_lt_1 =
149 > ircd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150 >        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
151 >        $(ircd_LDFLAGS) $(LDFLAGS) -o $@
152 > AM_V_P = $(am__v_P_@AM_V@)
153 > am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
154 > am__v_P_0 = false
155 > am__v_P_1 = :
156 > AM_V_GEN = $(am__v_GEN_@AM_V@)
157 > am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
158 > am__v_GEN_0 = @echo "  GEN     " $@;
159 > am__v_GEN_1 =
160 > AM_V_at = $(am__v_at_@AM_V@)
161 > am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162 > am__v_at_0 = @
163 > am__v_at_1 =
164   DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
165   depcomp = $(SHELL) $(top_srcdir)/depcomp
166   am__depfiles_maybe = depfiles
167   am__mv = mv -f
168   COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
169          $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170 < LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
171 <        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
172 <        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170 > LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171 >        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
172 >        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
173 >        $(AM_CFLAGS) $(CFLAGS)
174 > AM_V_CC = $(am__v_CC_@AM_V@)
175 > am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
176 > am__v_CC_0 = @echo "  CC      " $@;
177 > am__v_CC_1 =
178   CCLD = $(CC)
179 < LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
180 <        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
181 <        $(LDFLAGS) -o $@
179 > LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
180 >        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
181 >        $(AM_LDFLAGS) $(LDFLAGS) -o $@
182 > AM_V_CCLD = $(am__v_CCLD_@AM_V@)
183 > am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
184 > am__v_CCLD_0 = @echo "  CCLD    " $@;
185 > am__v_CCLD_1 =
186   @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
187 < LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
188 < LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
189 <        --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
187 > LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
188 > LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
189 >        $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
190 > AM_V_LEX = $(am__v_LEX_@AM_V@)
191 > am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
192 > am__v_LEX_0 = @echo "  LEX     " $@;
193 > am__v_LEX_1 =
194   YLWRAP = $(top_srcdir)/ylwrap
195   @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
196 < YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
197 < LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
198 <        --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
196 > am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
197 >                   -e s/c++$$/h++/ -e s/c$$/h/
198 > YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
199 > LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
200 >        $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
201 > AM_V_YACC = $(am__v_YACC_@AM_V@)
202 > am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
203 > am__v_YACC_0 = @echo "  YACC    " $@;
204 > am__v_YACC_1 =
205   SOURCES = $(ircd_SOURCES)
206 < DIST_SOURCES = $(am__ircd_SOURCES_DIST)
206 > DIST_SOURCES = $(ircd_SOURCES)
207 > am__can_run_installinfo = \
208 >  case $$AM_UPDATE_INFO_DIR in \
209 >    n|no|NO) false;; \
210 >    *) (install-info --version) >/dev/null 2>&1;; \
211 >  esac
212 > am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
213 > # Read a list of newline-separated strings from the standard input,
214 > # and print each of them once, without duplicates.  Input order is
215 > # *not* preserved.
216 > am__uniquify_input = $(AWK) '\
217 >  BEGIN { nonempty = 0; } \
218 >  { items[$$0] = 1; nonempty = 1; } \
219 >  END { if (nonempty) { for (i in items) print i; }; } \
220 > '
221 > # Make sure the list of sources is unique.  This is necessary because,
222 > # e.g., the same source file might be shared among _SOURCES variables
223 > # for different programs/libraries.
224 > am__define_uniq_tagged_files = \
225 >  list='$(am__tagged_files)'; \
226 >  unique=`for i in $$list; do \
227 >    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228 >  done | $(am__uniquify_input)`
229   ETAGS = etags
230   CTAGS = ctags
231 + am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
232 +        $(top_srcdir)/ylwrap conf_lexer.c conf_parser.c conf_parser.h
233   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
234   ACLOCAL = @ACLOCAL@
235   AMTAR = @AMTAR@
236 + AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
237   AR = @AR@
119 ARGZ_H = @ARGZ_H@
238   AUTOCONF = @AUTOCONF@
239   AUTOHEADER = @AUTOHEADER@
240   AUTOMAKE = @AUTOMAKE@
# Line 130 | Line 248 | CYGPATH_W = @CYGPATH_W@
248   DATADIR = @DATADIR@
249   DEFS = @DEFS@
250   DEPDIR = @DEPDIR@
251 + DLLTOOL = @DLLTOOL@
252   DSYMUTIL = @DSYMUTIL@
253   DUMPBIN = @DUMPBIN@
254   ECHO_C = @ECHO_C@
# Line 166 | Line 285 | LTDLDEPS = @LTDLDEPS@
285   LTDLINCL = @LTDLINCL@
286   LTDLOPEN = @LTDLOPEN@
287   LTLIBOBJS = @LTLIBOBJS@
288 + LT_ARGZ_H = @LT_ARGZ_H@
289   LT_CONFIG_H = @LT_CONFIG_H@
290   LT_DLLOADERS = @LT_DLLOADERS@
291   LT_DLPREOPEN = @LT_DLPREOPEN@
292 + LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
293   MAINT = @MAINT@
294   MAKEINFO = @MAKEINFO@
295 + MANIFEST_TOOL = @MANIFEST_TOOL@
296   MKDIR_P = @MKDIR_P@
297   NM = @NM@
298   NMEDIT = @NMEDIT@
# Line 200 | Line 322 | abs_builddir = @abs_builddir@
322   abs_srcdir = @abs_srcdir@
323   abs_top_builddir = @abs_top_builddir@
324   abs_top_srcdir = @abs_top_srcdir@
325 + ac_ct_AR = @ac_ct_AR@
326   ac_ct_CC = @ac_ct_CC@
327   ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328   am__include = @am__include@
# Line 232 | Line 355 | libdir = @libdir@
355   libexecdir = @libexecdir@
356   localedir = @localedir@
357   localstatedir = @localstatedir@
235 lt_ECHO = @lt_ECHO@
358   ltdl_LIBOBJS = @ltdl_LIBOBJS@
359   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
360   mandir = @mandir@
# Line 245 | Line 367 | psdir = @psdir@
367   sbindir = @sbindir@
368   sharedstatedir = @sharedstatedir@
369   srcdir = @srcdir@
248 subdirs = @subdirs@
370   sys_symbol_underscore = @sys_symbol_underscore@
371   sysconfdir = @sysconfdir@
372   target_alias = @target_alias@
# Line 254 | Line 375 | top_builddir = @top_builddir@
375   top_srcdir = @top_srcdir@
376   AUTOMAKE_OPTIONS = foreign
377   AM_YFLAGS = -d
378 < AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include -I$(top_srcdir)/lib/pcre
378 > AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
379   ircd_LDFLAGS = -export-dynamic
380 < ircd_LDADD = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
381 < ircd_DEPENDENCIES = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
382 < ircd_SOURCES = balloc.c channel.c channel_mode.c client.c csvlib.c \
383 <        dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c \
384 <        hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
385 <        irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
386 <        list.c listener.c match.c memory.c modules.c motd.c rng_mt.c \
387 <        numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
388 <        s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
389 <        restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \
390 <        s_serv.c s_user.c send.c sprintf_irc.c tools.c version.c \
391 <        watch.c whowas.c ircd_parser.y ircd_lexer.l $(am__append_1)
380 > ircd_LDADD = $(LIBLTDL)
381 > ircd_DEPENDENCIES = $(LTDLDEPS)
382 > ircd_SOURCES = auth.c            \
383 >               channel.c         \
384 >               channel_mode.c    \
385 >               client.c          \
386 >               conf.c            \
387 >               conf_class.c      \
388 >               conf_cluster.c    \
389 >               conf_db.c         \
390 >               conf_gecos.c      \
391 >               conf_pseudo.c     \
392 >               conf_resv.c       \
393 >               conf_service.c    \
394 >               conf_shared.c     \
395 >               conf_parser.y     \
396 >               conf_lexer.l      \
397 >               dbuf.c            \
398 >               event.c           \
399 >               fdlist.c          \
400 >               getopt.c          \
401 >               hash.c            \
402 >               hostmask.c        \
403 >               id.c              \
404 >               ipcache.c         \
405 >               irc_string.c      \
406 >               ircd.c            \
407 >               ircd_signal.c     \
408 >               isupport.c        \
409 >               list.c            \
410 >               listener.c        \
411 >               log.c             \
412 >               match.c           \
413 >               memory.c          \
414 >               mempool.c         \
415 >               misc.c            \
416 >               modules.c         \
417 >               motd.c            \
418 >               numeric.c         \
419 >               packet.c          \
420 >               parse.c           \
421 >               s_bsd_epoll.c     \
422 >               s_bsd_poll.c      \
423 >               s_bsd_devpoll.c   \
424 >               s_bsd_kqueue.c    \
425 >               tls_gnutls.c      \
426 >               tls_none.c        \
427 >               tls_openssl.c     \
428 >               res.c             \
429 >               reslib.c          \
430 >               restart.c         \
431 >               rng_mt.c          \
432 >               s_bsd.c           \
433 >               send.c            \
434 >               server.c          \
435 >               server_capab.c    \
436 >               user.c            \
437 >               userhost.c        \
438 >               version.c         \
439 >               watch.c           \
440 >               whowas.c
441 >
442   all: all-am
443  
444   .SUFFIXES:
# Line 284 | Line 455 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_
455          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
456          $(am__cd) $(top_srcdir) && \
457            $(AUTOMAKE) --foreign src/Makefile
287 .PRECIOUS: Makefile
458   Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
459          @case '$?' in \
460            *config.status*) \
# Line 302 | Line 472 | $(top_srcdir)/configure: @MAINTAINER_MOD
472   $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
473          cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474   $(am__aclocal_m4_deps):
475 < install-sbinPROGRAMS: $(sbin_PROGRAMS)
475 > install-binPROGRAMS: $(bin_PROGRAMS)
476          @$(NORMAL_INSTALL)
477 <        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
478 <        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
477 >        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
478 >        if test -n "$$list"; then \
479 >          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
480 >          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
481 >        fi; \
482          for p in $$list; do echo "$$p $$p"; done | \
483          sed 's/$(EXEEXT)$$//' | \
484 <        while read p p1; do if test -f $$p || test -f $$p1; \
485 <          then echo "$$p"; echo "$$p"; else :; fi; \
484 >        while read p p1; do if test -f $$p \
485 >         || test -f $$p1 \
486 >          ; then echo "$$p"; echo "$$p"; else :; fi; \
487          done | \
488 <        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
488 >        sed -e 'p;s,.*/,,;n;h' \
489 >            -e 's|.*|.|' \
490              -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
491          sed 'N;N;N;s,\n, ,g' | \
492          $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
# Line 322 | Line 497 | install-sbinPROGRAMS: $(sbin_PROGRAMS)
497          while read type dir files; do \
498              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
499              test -z "$$files" || { \
500 <            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
501 <            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
500 >            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
501 >            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
502              } \
503          ; done
504  
505 < uninstall-sbinPROGRAMS:
505 > uninstall-binPROGRAMS:
506          @$(NORMAL_UNINSTALL)
507 <        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
507 >        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
508          files=`for p in $$list; do echo "$$p"; done | \
509            sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
510 <              -e 's/$$/$(EXEEXT)/' `; \
510 >              -e 's/$$/$(EXEEXT)/' \
511 >        `; \
512          test -n "$$list" || exit 0; \
513 <        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
514 <        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
513 >        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
514 >        cd "$(DESTDIR)$(bindir)" && rm -f $$files
515  
516 < clean-sbinPROGRAMS:
517 <        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
516 > clean-binPROGRAMS:
517 >        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
518          echo " rm -f" $$list; \
519          rm -f $$list || exit $$?; \
520          test -n "$(EXEEXT)" || exit 0; \
521          list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
522          echo " rm -f" $$list; \
523          rm -f $$list
524 < ircd_parser.h: ircd_parser.c
525 <        @if test ! -f $@; then \
526 <          rm -f ircd_parser.c; \
527 <          $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; \
528 <        else :; fi
353 < ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES)
524 > conf_parser.h: conf_parser.c
525 >        @if test ! -f $@; then rm -f conf_parser.c; else :; fi
526 >        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) conf_parser.c; else :; fi
527 >
528 > ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) $(EXTRA_ircd_DEPENDENCIES)
529          @rm -f ircd$(EXEEXT)
530 <        $(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
530 >        $(AM_V_CCLD)$(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
531  
532   mostlyclean-compile:
533          -rm -f *.$(OBJEXT)
# Line 360 | Line 535 | mostlyclean-compile:
535   distclean-compile:
536          -rm -f *.tab.c
537  
538 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balloc.Po@am__quote@
538 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
539   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
540   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
541   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
542 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csvlib.Po@am__quote@
542 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
543 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_class.Po@am__quote@
544 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_cluster.Po@am__quote@
545 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_db.Po@am__quote@
546 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_gecos.Po@am__quote@
547 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_lexer.Po@am__quote@
548 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_parser.Po@am__quote@
549 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_pseudo.Po@am__quote@
550 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_resv.Po@am__quote@
551 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_service.Po@am__quote@
552 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_shared.Po@am__quote@
553   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynlink.Po@am__quote@
554   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
555   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
556   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
557   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@
558   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
559 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getaddrinfo.Po@am__quote@
560 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getnameinfo.Po@am__quote@
379 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_res.Po@am__quote@
380 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_reslib.Po@am__quote@
559 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id.Po@am__quote@
560 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipcache.Po@am__quote@
561   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
562   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_lexer.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_parser.Po@am__quote@
563   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
564 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isupport.Po@am__quote@
565   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
566   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
567 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
568   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
569   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
570 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempool.Po@am__quote@
571 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
572   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
573   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
574   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
575   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
576   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
577 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res.Po@am__quote@
578 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reslib.Po@am__quote@
579   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
580   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_auth.Po@am__quote@
581   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
582   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@
583   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@
584   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@
585   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_select.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_sigio.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_conf.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_gline.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_log.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_misc.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_serv.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_user.Po@am__quote@
586   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
587 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf_irc.Po@am__quote@
588 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@
587 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
588 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_capab.Po@am__quote@
589 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_gnutls.Po@am__quote@
590 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_none.Po@am__quote@
591 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_openssl.Po@am__quote@
592 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
593 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/userhost.Po@am__quote@
594   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
595   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
596   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
597  
598   .c.o:
599 < @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
600 < @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
601 < @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
599 > @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
600 > @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
601 > @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
602 > @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
603   @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604 < @am__fastdepCC_FALSE@   $(COMPILE) -c $<
604 > @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
605  
606   .c.obj:
607 < @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
608 < @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
609 < @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
607 > @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
608 > @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
609 > @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
610 > @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
611   @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612 < @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
612 > @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
613  
614   .c.lo:
615 < @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
616 < @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
617 < @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
615 > @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
616 > @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
617 > @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
618 > @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
619   @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620 < @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
620 > @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
621  
622   .l.c:
623 <        $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
623 >        $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
624  
625   .y.c:
626 <        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
626 >        $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
627  
628   mostlyclean-libtool:
629          -rm -f *.lo
# Line 450 | Line 631 | mostlyclean-libtool:
631   clean-libtool:
632          -rm -rf .libs _libs
633  
634 < ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
635 <        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
636 <        unique=`for i in $$list; do \
637 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457 <          done | \
458 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
460 <        mkid -fID $$unique
461 < tags: TAGS
634 > ID: $(am__tagged_files)
635 >        $(am__define_uniq_tagged_files); mkid -fID $$unique
636 > tags: tags-am
637 > TAGS: tags
638  
639 < TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
464 <                $(TAGS_FILES) $(LISP)
639 > tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
640          set x; \
641          here=`pwd`; \
642 <        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468 <        unique=`for i in $$list; do \
469 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470 <          done | \
471 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
642 >        $(am__define_uniq_tagged_files); \
643          shift; \
644          if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
645            test -n "$$unique" || unique=$$empty_fix; \
# Line 481 | Line 651 | TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEP
651                $$unique; \
652            fi; \
653          fi
654 < ctags: CTAGS
655 < CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
656 <                $(TAGS_FILES) $(LISP)
657 <        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
658 <        unique=`for i in $$list; do \
489 <            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490 <          done | \
491 <          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492 <              END { if (nonempty) { for (i in files) print i; }; }'`; \
654 > ctags: ctags-am
655 >
656 > CTAGS: ctags
657 > ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
658 >        $(am__define_uniq_tagged_files); \
659          test -z "$(CTAGS_ARGS)$$unique" \
660            || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
661               $$unique
# Line 498 | Line 664 | GTAGS:
664          here=`$(am__cd) $(top_builddir) && pwd` \
665            && $(am__cd) $(top_srcdir) \
666            && gtags -i $(GTAGS_ARGS) "$$here"
667 + cscopelist: cscopelist-am
668 +
669 + cscopelist-am: $(am__tagged_files)
670 +        list='$(am__tagged_files)'; \
671 +        case "$(srcdir)" in \
672 +          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
673 +          *) sdir=$(subdir)/$(srcdir) ;; \
674 +        esac; \
675 +        for i in $$list; do \
676 +          if test -f "$$i"; then \
677 +            echo "$(subdir)/$$i"; \
678 +          else \
679 +            echo "$$sdir/$$i"; \
680 +          fi; \
681 +        done >> $(top_builddir)/cscope.files
682  
683   distclean-tags:
684          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
# Line 536 | Line 717 | check-am: all-am
717   check: check-am
718   all-am: Makefile $(PROGRAMS)
719   installdirs:
720 <        for dir in "$(DESTDIR)$(sbindir)"; do \
720 >        for dir in "$(DESTDIR)$(bindir)"; do \
721            test -z "$$dir" || $(MKDIR_P) "$$dir"; \
722          done
723   install: install-am
# Line 549 | Line 730 | install-am: all-am
730  
731   installcheck: installcheck-am
732   install-strip:
733 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
734 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
735 <          `test -z '$(STRIP)' || \
736 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
733 >        if test -z '$(STRIP)'; then \
734 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
735 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
736 >              install; \
737 >        else \
738 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
739 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
740 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
741 >        fi
742   mostlyclean-generic:
743  
744   clean-generic:
# Line 564 | Line 750 | distclean-generic:
750   maintainer-clean-generic:
751          @echo "This command is intended for maintainers to use"
752          @echo "it deletes files that may require special tools to rebuild."
753 <        -rm -f ircd_lexer.c
754 <        -rm -f ircd_parser.c
755 <        -rm -f ircd_parser.h
753 >        -rm -f conf_lexer.c
754 >        -rm -f conf_parser.c
755 >        -rm -f conf_parser.h
756   clean: clean-am
757  
758 < clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
573 <        mostlyclean-am
758 > clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
759  
760   distclean: distclean-am
761          -rm -rf ./$(DEPDIR)
# Line 596 | Line 781 | install-dvi: install-dvi-am
781  
782   install-dvi-am:
783  
784 < install-exec-am: install-sbinPROGRAMS
784 > install-exec-am: install-binPROGRAMS
785  
786   install-html: install-html-am
787  
# Line 636 | Line 821 | ps: ps-am
821  
822   ps-am:
823  
824 < uninstall-am: uninstall-sbinPROGRAMS
824 > uninstall-am: uninstall-binPROGRAMS
825  
826   .MAKE: install-am install-strip
827  
828 < .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
829 <        clean-libtool clean-sbinPROGRAMS ctags distclean \
830 <        distclean-compile distclean-generic distclean-libtool \
831 <        distclean-tags distdir dvi dvi-am html html-am info info-am \
832 <        install install-am install-data install-data-am install-dvi \
833 <        install-dvi-am install-exec install-exec-am install-html \
834 <        install-html-am install-info install-info-am install-man \
835 <        install-pdf install-pdf-am install-ps install-ps-am \
836 <        install-sbinPROGRAMS install-strip installcheck \
837 <        installcheck-am installdirs maintainer-clean \
828 > .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
829 >        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
830 >        ctags ctags-am distclean distclean-compile distclean-generic \
831 >        distclean-libtool distclean-tags distdir dvi dvi-am html \
832 >        html-am info info-am install install-am install-binPROGRAMS \
833 >        install-data install-data-am install-dvi install-dvi-am \
834 >        install-exec install-exec-am install-html install-html-am \
835 >        install-info install-info-am install-man install-pdf \
836 >        install-pdf-am install-ps install-ps-am install-strip \
837 >        installcheck installcheck-am installdirs maintainer-clean \
838          maintainer-clean-generic mostlyclean mostlyclean-compile \
839          mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
840 <        tags uninstall uninstall-am uninstall-sbinPROGRAMS
840 >        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
841 >
842 > .PRECIOUS: Makefile
843  
844  
845   # Tell versions [3.59,3.63) of GNU make to not export all variables.

Comparing:
ircd-hybrid-7.2/src/Makefile.in (property svn:eol-style), Revision 1005 by michael, Mon Aug 31 23:07:43 2009 UTC vs.
ircd-hybrid/trunk/src/Makefile.in (property svn:eol-style), Revision 8167 by michael, Sun Apr 9 16:10:24 2017 UTC

# Line 0 | Line 1
1 + native

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)