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 8387 by michael, Fri Mar 16 20:10:48 2018 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11 from Makefile.am.
1 > # Makefile.in generated by automake 1.15.1 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-2017 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/ax_append_compile_flags.m4 \
95 >        $(top_srcdir)/m4/ax_append_flag.m4 \
96 >        $(top_srcdir)/m4/ax_arg_enable_assert.m4 \
97 >        $(top_srcdir)/m4/ax_arg_enable_debugging.m4 \
98 >        $(top_srcdir)/m4/ax_arg_enable_efence.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_openssl.m4 \
103 >        $(top_srcdir)/m4/ax_check_compile_flag.m4 \
104 >        $(top_srcdir)/m4/ax_define_dir.m4 \
105 >        $(top_srcdir)/m4/ax_gcc_stack_protect.m4 \
106 >        $(top_srcdir)/m4/ax_library_net.m4 \
107 >        $(top_srcdir)/m4/ax_require_defined.m4 \
108 >        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \
109 >        $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
110 >        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
111 >        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
112   am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
113          $(ACLOCAL_M4)
114 + DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
115   mkinstalldirs = $(install_sh) -d
116   CONFIG_HEADER = $(top_builddir)/config.h
117   CONFIG_CLEAN_FILES =
118   CONFIG_CLEAN_VPATH_FILES =
119 < am__installdirs = "$(DESTDIR)$(sbindir)"
120 < PROGRAMS = $(sbin_PROGRAMS)
121 < am__ircd_SOURCES_DIST = balloc.c channel.c channel_mode.c client.c \
122 <        csvlib.c dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c \
123 <        hash.c hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
124 <        irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
125 <        list.c listener.c match.c memory.c modules.c motd.c rng_mt.c \
126 <        numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
127 <        s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
128 <        restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \
129 <        s_serv.c s_user.c send.c sprintf_irc.c tools.c version.c \
130 <        watch.c whowas.c ircd_parser.y ircd_lexer.l rsa.c
131 < @ENABLE_SSL_TRUE@am__objects_1 = rsa.$(OBJEXT)
132 < am_ircd_OBJECTS = balloc.$(OBJEXT) channel.$(OBJEXT) \
133 <        channel_mode.$(OBJEXT) client.$(OBJEXT) csvlib.$(OBJEXT) \
134 <        dbuf.$(OBJEXT) dynlink.$(OBJEXT) event.$(OBJEXT) \
135 <        fdlist.$(OBJEXT) fileio.$(OBJEXT) getopt.$(OBJEXT) \
136 <        hash.$(OBJEXT) hook.$(OBJEXT) hostmask.$(OBJEXT) \
137 <        irc_getaddrinfo.$(OBJEXT) irc_getnameinfo.$(OBJEXT) \
138 <        irc_res.$(OBJEXT) irc_reslib.$(OBJEXT) irc_string.$(OBJEXT) \
139 <        ircd.$(OBJEXT) ircd_signal.$(OBJEXT) list.$(OBJEXT) \
140 <        listener.$(OBJEXT) match.$(OBJEXT) memory.$(OBJEXT) \
141 <        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)
119 > am__installdirs = "$(DESTDIR)$(bindir)"
120 > PROGRAMS = $(bin_PROGRAMS)
121 > am_ircd_OBJECTS = auth.$(OBJEXT) channel.$(OBJEXT) \
122 >        channel_mode.$(OBJEXT) client.$(OBJEXT) conf.$(OBJEXT) \
123 >        conf_class.$(OBJEXT) conf_cluster.$(OBJEXT) conf_db.$(OBJEXT) \
124 >        conf_gecos.$(OBJEXT) conf_pseudo.$(OBJEXT) conf_resv.$(OBJEXT) \
125 >        conf_service.$(OBJEXT) conf_shared.$(OBJEXT) \
126 >        conf_parser.$(OBJEXT) conf_lexer.$(OBJEXT) dbuf.$(OBJEXT) \
127 >        event.$(OBJEXT) fdlist.$(OBJEXT) getopt.$(OBJEXT) \
128 >        hash.$(OBJEXT) hostmask.$(OBJEXT) id.$(OBJEXT) \
129 >        ipcache.$(OBJEXT) irc_string.$(OBJEXT) ircd.$(OBJEXT) \
130 >        ircd_signal.$(OBJEXT) isupport.$(OBJEXT) list.$(OBJEXT) \
131 >        listener.$(OBJEXT) log.$(OBJEXT) match.$(OBJEXT) \
132 >        memory.$(OBJEXT) misc.$(OBJEXT) modules.$(OBJEXT) \
133 >        motd.$(OBJEXT) numeric.$(OBJEXT) packet.$(OBJEXT) \
134 >        parse.$(OBJEXT) s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \
135 >        s_bsd_devpoll.$(OBJEXT) s_bsd_kqueue.$(OBJEXT) \
136 >        tls_gnutls.$(OBJEXT) tls_none.$(OBJEXT) tls_openssl.$(OBJEXT) \
137 >        res.$(OBJEXT) reslib.$(OBJEXT) restart.$(OBJEXT) \
138 >        rng_mt.$(OBJEXT) s_bsd.$(OBJEXT) send.$(OBJEXT) \
139 >        server.$(OBJEXT) server_capab.$(OBJEXT) user.$(OBJEXT) \
140 >        userhost.$(OBJEXT) version.$(OBJEXT) watch.$(OBJEXT) \
141 >        whowas.$(OBJEXT)
142   ircd_OBJECTS = $(am_ircd_OBJECTS)
143   am__DEPENDENCIES_1 =
144 < ircd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
145 <        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ircd_LDFLAGS) \
146 <        $(LDFLAGS) -o $@
144 > AM_V_lt = $(am__v_lt_@AM_V@)
145 > am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
146 > am__v_lt_0 = --silent
147 > am__v_lt_1 =
148 > ircd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
149 >        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
150 >        $(ircd_LDFLAGS) $(LDFLAGS) -o $@
151 > AM_V_P = $(am__v_P_@AM_V@)
152 > am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 > am__v_P_0 = false
154 > am__v_P_1 = :
155 > AM_V_GEN = $(am__v_GEN_@AM_V@)
156 > am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 > am__v_GEN_0 = @echo "  GEN     " $@;
158 > am__v_GEN_1 =
159 > AM_V_at = $(am__v_at_@AM_V@)
160 > am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 > am__v_at_0 = @
162 > am__v_at_1 =
163   DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
164   depcomp = $(SHELL) $(top_srcdir)/depcomp
165   am__depfiles_maybe = depfiles
166   am__mv = mv -f
167   COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
168          $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169 < LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
170 <        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
171 <        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169 > LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170 >        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
171 >        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
172 >        $(AM_CFLAGS) $(CFLAGS)
173 > AM_V_CC = $(am__v_CC_@AM_V@)
174 > am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
175 > am__v_CC_0 = @echo "  CC      " $@;
176 > am__v_CC_1 =
177   CCLD = $(CC)
178 < LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
179 <        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
180 <        $(LDFLAGS) -o $@
178 > LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179 >        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
180 >        $(AM_LDFLAGS) $(LDFLAGS) -o $@
181 > AM_V_CCLD = $(am__v_CCLD_@AM_V@)
182 > am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
183 > am__v_CCLD_0 = @echo "  CCLD    " $@;
184 > am__v_CCLD_1 =
185   @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
186 < LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
187 < LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
188 <        --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
186 > LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
187 > LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
188 >        $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
189 > AM_V_LEX = $(am__v_LEX_@AM_V@)
190 > am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
191 > am__v_LEX_0 = @echo "  LEX     " $@;
192 > am__v_LEX_1 =
193   YLWRAP = $(top_srcdir)/ylwrap
194   @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
195 < YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
196 < LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
197 <        --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
195 > am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
196 >                   -e s/c++$$/h++/ -e s/c$$/h/
197 > YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
198 > LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
199 >        $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
200 > AM_V_YACC = $(am__v_YACC_@AM_V@)
201 > am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
202 > am__v_YACC_0 = @echo "  YACC    " $@;
203 > am__v_YACC_1 =
204   SOURCES = $(ircd_SOURCES)
205 < DIST_SOURCES = $(am__ircd_SOURCES_DIST)
205 > DIST_SOURCES = $(ircd_SOURCES)
206 > am__can_run_installinfo = \
207 >  case $$AM_UPDATE_INFO_DIR in \
208 >    n|no|NO) false;; \
209 >    *) (install-info --version) >/dev/null 2>&1;; \
210 >  esac
211 > am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
212 > # Read a list of newline-separated strings from the standard input,
213 > # and print each of them once, without duplicates.  Input order is
214 > # *not* preserved.
215 > am__uniquify_input = $(AWK) '\
216 >  BEGIN { nonempty = 0; } \
217 >  { items[$$0] = 1; nonempty = 1; } \
218 >  END { if (nonempty) { for (i in items) print i; }; } \
219 > '
220 > # Make sure the list of sources is unique.  This is necessary because,
221 > # e.g., the same source file might be shared among _SOURCES variables
222 > # for different programs/libraries.
223 > am__define_uniq_tagged_files = \
224 >  list='$(am__tagged_files)'; \
225 >  unique=`for i in $$list; do \
226 >    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227 >  done | $(am__uniquify_input)`
228   ETAGS = etags
229   CTAGS = ctags
230 + am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
231 +        $(top_srcdir)/ylwrap conf_lexer.c conf_parser.c conf_parser.h
232   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
233   ACLOCAL = @ACLOCAL@
234   AMTAR = @AMTAR@
235 + AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
236   AR = @AR@
119 ARGZ_H = @ARGZ_H@
237   AUTOCONF = @AUTOCONF@
238   AUTOHEADER = @AUTOHEADER@
239   AUTOMAKE = @AUTOMAKE@
# Line 130 | Line 247 | CYGPATH_W = @CYGPATH_W@
247   DATADIR = @DATADIR@
248   DEFS = @DEFS@
249   DEPDIR = @DEPDIR@
250 + DLLTOOL = @DLLTOOL@
251   DSYMUTIL = @DSYMUTIL@
252   DUMPBIN = @DUMPBIN@
253   ECHO_C = @ECHO_C@
# Line 166 | Line 284 | LTDLDEPS = @LTDLDEPS@
284   LTDLINCL = @LTDLINCL@
285   LTDLOPEN = @LTDLOPEN@
286   LTLIBOBJS = @LTLIBOBJS@
287 + LT_ARGZ_H = @LT_ARGZ_H@
288   LT_CONFIG_H = @LT_CONFIG_H@
289   LT_DLLOADERS = @LT_DLLOADERS@
290   LT_DLPREOPEN = @LT_DLPREOPEN@
291 + LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
292   MAINT = @MAINT@
293   MAKEINFO = @MAKEINFO@
294 + MANIFEST_TOOL = @MANIFEST_TOOL@
295   MKDIR_P = @MKDIR_P@
296   NM = @NM@
297   NMEDIT = @NMEDIT@
# Line 200 | Line 321 | abs_builddir = @abs_builddir@
321   abs_srcdir = @abs_srcdir@
322   abs_top_builddir = @abs_top_builddir@
323   abs_top_srcdir = @abs_top_srcdir@
324 + ac_ct_AR = @ac_ct_AR@
325   ac_ct_CC = @ac_ct_CC@
326   ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
327   am__include = @am__include@
# Line 232 | Line 354 | libdir = @libdir@
354   libexecdir = @libexecdir@
355   localedir = @localedir@
356   localstatedir = @localstatedir@
235 lt_ECHO = @lt_ECHO@
357   ltdl_LIBOBJS = @ltdl_LIBOBJS@
358   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
359   mandir = @mandir@
# Line 245 | Line 366 | psdir = @psdir@
366   sbindir = @sbindir@
367   sharedstatedir = @sharedstatedir@
368   srcdir = @srcdir@
248 subdirs = @subdirs@
369   sys_symbol_underscore = @sys_symbol_underscore@
370   sysconfdir = @sysconfdir@
371   target_alias = @target_alias@
# Line 254 | Line 374 | top_builddir = @top_builddir@
374   top_srcdir = @top_srcdir@
375   AUTOMAKE_OPTIONS = foreign
376   AM_YFLAGS = -d
377 < AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include -I$(top_srcdir)/lib/pcre
377 > AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
378   ircd_LDFLAGS = -export-dynamic
379 < ircd_LDADD = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
380 < ircd_DEPENDENCIES = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
381 < ircd_SOURCES = balloc.c channel.c channel_mode.c client.c csvlib.c \
382 <        dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c \
383 <        hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
384 <        irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
385 <        list.c listener.c match.c memory.c modules.c motd.c rng_mt.c \
386 <        numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
387 <        s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
388 <        restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \
389 <        s_serv.c s_user.c send.c sprintf_irc.c tools.c version.c \
390 <        watch.c whowas.c ircd_parser.y ircd_lexer.l $(am__append_1)
379 > ircd_LDADD = $(LIBLTDL)
380 > ircd_DEPENDENCIES = $(LTDLDEPS)
381 > ircd_SOURCES = auth.c            \
382 >               channel.c         \
383 >               channel_mode.c    \
384 >               client.c          \
385 >               conf.c            \
386 >               conf_class.c      \
387 >               conf_cluster.c    \
388 >               conf_db.c         \
389 >               conf_gecos.c      \
390 >               conf_pseudo.c     \
391 >               conf_resv.c       \
392 >               conf_service.c    \
393 >               conf_shared.c     \
394 >               conf_parser.y     \
395 >               conf_lexer.l      \
396 >               dbuf.c            \
397 >               event.c           \
398 >               fdlist.c          \
399 >               getopt.c          \
400 >               hash.c            \
401 >               hostmask.c        \
402 >               id.c              \
403 >               ipcache.c         \
404 >               irc_string.c      \
405 >               ircd.c            \
406 >               ircd_signal.c     \
407 >               isupport.c        \
408 >               list.c            \
409 >               listener.c        \
410 >               log.c             \
411 >               match.c           \
412 >               memory.c          \
413 >               misc.c            \
414 >               modules.c         \
415 >               motd.c            \
416 >               numeric.c         \
417 >               packet.c          \
418 >               parse.c           \
419 >               s_bsd_epoll.c     \
420 >               s_bsd_poll.c      \
421 >               s_bsd_devpoll.c   \
422 >               s_bsd_kqueue.c    \
423 >               tls_gnutls.c      \
424 >               tls_none.c        \
425 >               tls_openssl.c     \
426 >               res.c             \
427 >               reslib.c          \
428 >               restart.c         \
429 >               rng_mt.c          \
430 >               s_bsd.c           \
431 >               send.c            \
432 >               server.c          \
433 >               server_capab.c    \
434 >               user.c            \
435 >               userhost.c        \
436 >               version.c         \
437 >               watch.c           \
438 >               whowas.c
439 >
440   all: all-am
441  
442   .SUFFIXES:
# Line 284 | Line 453 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_
453          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
454          $(am__cd) $(top_srcdir) && \
455            $(AUTOMAKE) --foreign src/Makefile
287 .PRECIOUS: Makefile
456   Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
457          @case '$?' in \
458            *config.status*) \
# Line 302 | Line 470 | $(top_srcdir)/configure: @MAINTAINER_MOD
470   $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
471          cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472   $(am__aclocal_m4_deps):
473 < install-sbinPROGRAMS: $(sbin_PROGRAMS)
473 > install-binPROGRAMS: $(bin_PROGRAMS)
474          @$(NORMAL_INSTALL)
475 <        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
476 <        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
475 >        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
476 >        if test -n "$$list"; then \
477 >          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
478 >          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
479 >        fi; \
480          for p in $$list; do echo "$$p $$p"; done | \
481          sed 's/$(EXEEXT)$$//' | \
482 <        while read p p1; do if test -f $$p || test -f $$p1; \
483 <          then echo "$$p"; echo "$$p"; else :; fi; \
482 >        while read p p1; do if test -f $$p \
483 >         || test -f $$p1 \
484 >          ; then echo "$$p"; echo "$$p"; else :; fi; \
485          done | \
486 <        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
486 >        sed -e 'p;s,.*/,,;n;h' \
487 >            -e 's|.*|.|' \
488              -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
489          sed 'N;N;N;s,\n, ,g' | \
490          $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
# Line 322 | Line 495 | install-sbinPROGRAMS: $(sbin_PROGRAMS)
495          while read type dir files; do \
496              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
497              test -z "$$files" || { \
498 <            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
499 <            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
498 >            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
499 >            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
500              } \
501          ; done
502  
503 < uninstall-sbinPROGRAMS:
503 > uninstall-binPROGRAMS:
504          @$(NORMAL_UNINSTALL)
505 <        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
505 >        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
506          files=`for p in $$list; do echo "$$p"; done | \
507            sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
508 <              -e 's/$$/$(EXEEXT)/' `; \
508 >              -e 's/$$/$(EXEEXT)/' \
509 >        `; \
510          test -n "$$list" || exit 0; \
511 <        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
512 <        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
511 >        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
512 >        cd "$(DESTDIR)$(bindir)" && rm -f $$files
513  
514 < clean-sbinPROGRAMS:
515 <        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
514 > clean-binPROGRAMS:
515 >        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
516          echo " rm -f" $$list; \
517          rm -f $$list || exit $$?; \
518          test -n "$(EXEEXT)" || exit 0; \
519          list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
520          echo " rm -f" $$list; \
521          rm -f $$list
522 < ircd_parser.h: ircd_parser.c
523 <        @if test ! -f $@; then \
524 <          rm -f ircd_parser.c; \
525 <          $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; \
526 <        else :; fi
353 < ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES)
522 > conf_parser.h: conf_parser.c
523 >        @if test ! -f $@; then rm -f conf_parser.c; else :; fi
524 >        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) conf_parser.c; else :; fi
525 >
526 > ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) $(EXTRA_ircd_DEPENDENCIES)
527          @rm -f ircd$(EXEEXT)
528 <        $(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
528 >        $(AM_V_CCLD)$(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
529  
530   mostlyclean-compile:
531          -rm -f *.$(OBJEXT)
# Line 360 | Line 533 | mostlyclean-compile:
533   distclean-compile:
534          -rm -f *.tab.c
535  
536 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balloc.Po@am__quote@
536 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
537   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
538   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
539   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
540 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csvlib.Po@am__quote@
540 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
541 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_class.Po@am__quote@
542 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_cluster.Po@am__quote@
543 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_db.Po@am__quote@
544 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_gecos.Po@am__quote@
545 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_lexer.Po@am__quote@
546 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_parser.Po@am__quote@
547 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_pseudo.Po@am__quote@
548 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_resv.Po@am__quote@
549 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_service.Po@am__quote@
550 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_shared.Po@am__quote@
551   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynlink.Po@am__quote@
552   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
553   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
554   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
555   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@
556   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
557 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getaddrinfo.Po@am__quote@
558 < @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@
557 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id.Po@am__quote@
558 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipcache.Po@am__quote@
559   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
560   @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@
561   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
562 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isupport.Po@am__quote@
563   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
564   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
565 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
566   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
567   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
568 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
569   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
570   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
571   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
572   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
573   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
574 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res.Po@am__quote@
575 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reslib.Po@am__quote@
576   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
577   @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@
578   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
579   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@
580   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@
581   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@
582   @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@
583   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
584 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf_irc.Po@am__quote@
585 < @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@
584 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
585 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_capab.Po@am__quote@
586 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_gnutls.Po@am__quote@
587 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_none.Po@am__quote@
588 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_openssl.Po@am__quote@
589 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
590 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/userhost.Po@am__quote@
591   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
592   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
593   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
594  
595   .c.o:
596 < @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
597 < @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
598 < @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
596 > @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
597 > @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
598 > @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
599 > @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
600   @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601 < @am__fastdepCC_FALSE@   $(COMPILE) -c $<
601 > @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
602  
603   .c.obj:
604 < @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
605 < @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
606 < @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604 > @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
605 > @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
606 > @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
607 > @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
608   @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609 < @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
609 > @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
610  
611   .c.lo:
612 < @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
613 < @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
614 < @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
612 > @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
613 > @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
614 > @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
615 > @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
616   @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617 < @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
617 > @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
618  
619   .l.c:
620 <        $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
620 >        $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
621  
622   .y.c:
623 <        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
623 >        $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
624  
625   mostlyclean-libtool:
626          -rm -f *.lo
# Line 450 | Line 628 | mostlyclean-libtool:
628   clean-libtool:
629          -rm -rf .libs _libs
630  
631 < ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
632 <        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
633 <        unique=`for i in $$list; do \
634 <            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
631 > ID: $(am__tagged_files)
632 >        $(am__define_uniq_tagged_files); mkid -fID $$unique
633 > tags: tags-am
634 > TAGS: tags
635  
636 < TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
464 <                $(TAGS_FILES) $(LISP)
636 > tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
637          set x; \
638          here=`pwd`; \
639 <        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; }; }'`; \
639 >        $(am__define_uniq_tagged_files); \
640          shift; \
641          if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
642            test -n "$$unique" || unique=$$empty_fix; \
# Line 481 | Line 648 | TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEP
648                $$unique; \
649            fi; \
650          fi
651 < ctags: CTAGS
652 < CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
653 <                $(TAGS_FILES) $(LISP)
654 <        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
655 <        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; }; }'`; \
651 > ctags: ctags-am
652 >
653 > CTAGS: ctags
654 > ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
655 >        $(am__define_uniq_tagged_files); \
656          test -z "$(CTAGS_ARGS)$$unique" \
657            || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
658               $$unique
# Line 498 | Line 661 | GTAGS:
661          here=`$(am__cd) $(top_builddir) && pwd` \
662            && $(am__cd) $(top_srcdir) \
663            && gtags -i $(GTAGS_ARGS) "$$here"
664 + cscopelist: cscopelist-am
665 +
666 + cscopelist-am: $(am__tagged_files)
667 +        list='$(am__tagged_files)'; \
668 +        case "$(srcdir)" in \
669 +          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
670 +          *) sdir=$(subdir)/$(srcdir) ;; \
671 +        esac; \
672 +        for i in $$list; do \
673 +          if test -f "$$i"; then \
674 +            echo "$(subdir)/$$i"; \
675 +          else \
676 +            echo "$$sdir/$$i"; \
677 +          fi; \
678 +        done >> $(top_builddir)/cscope.files
679  
680   distclean-tags:
681          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
# Line 536 | Line 714 | check-am: all-am
714   check: check-am
715   all-am: Makefile $(PROGRAMS)
716   installdirs:
717 <        for dir in "$(DESTDIR)$(sbindir)"; do \
717 >        for dir in "$(DESTDIR)$(bindir)"; do \
718            test -z "$$dir" || $(MKDIR_P) "$$dir"; \
719          done
720   install: install-am
# Line 549 | Line 727 | install-am: all-am
727  
728   installcheck: installcheck-am
729   install-strip:
730 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
731 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
732 <          `test -z '$(STRIP)' || \
733 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
730 >        if test -z '$(STRIP)'; then \
731 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
732 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
733 >              install; \
734 >        else \
735 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
737 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
738 >        fi
739   mostlyclean-generic:
740  
741   clean-generic:
# Line 564 | Line 747 | distclean-generic:
747   maintainer-clean-generic:
748          @echo "This command is intended for maintainers to use"
749          @echo "it deletes files that may require special tools to rebuild."
750 <        -rm -f ircd_lexer.c
751 <        -rm -f ircd_parser.c
752 <        -rm -f ircd_parser.h
750 >        -rm -f conf_lexer.c
751 >        -rm -f conf_parser.c
752 >        -rm -f conf_parser.h
753   clean: clean-am
754  
755 < clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
573 <        mostlyclean-am
755 > clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
756  
757   distclean: distclean-am
758          -rm -rf ./$(DEPDIR)
# Line 596 | Line 778 | install-dvi: install-dvi-am
778  
779   install-dvi-am:
780  
781 < install-exec-am: install-sbinPROGRAMS
781 > install-exec-am: install-binPROGRAMS
782  
783   install-html: install-html-am
784  
# Line 636 | Line 818 | ps: ps-am
818  
819   ps-am:
820  
821 < uninstall-am: uninstall-sbinPROGRAMS
821 > uninstall-am: uninstall-binPROGRAMS
822  
823   .MAKE: install-am install-strip
824  
825 < .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
826 <        clean-libtool clean-sbinPROGRAMS ctags distclean \
827 <        distclean-compile distclean-generic distclean-libtool \
828 <        distclean-tags distdir dvi dvi-am html html-am info info-am \
829 <        install install-am install-data install-data-am install-dvi \
830 <        install-dvi-am install-exec install-exec-am install-html \
831 <        install-html-am install-info install-info-am install-man \
832 <        install-pdf install-pdf-am install-ps install-ps-am \
833 <        install-sbinPROGRAMS install-strip installcheck \
834 <        installcheck-am installdirs maintainer-clean \
825 > .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
826 >        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
827 >        ctags ctags-am distclean distclean-compile distclean-generic \
828 >        distclean-libtool distclean-tags distdir dvi dvi-am html \
829 >        html-am info info-am install install-am install-binPROGRAMS \
830 >        install-data install-data-am install-dvi install-dvi-am \
831 >        install-exec install-exec-am install-html install-html-am \
832 >        install-info install-info-am install-man install-pdf \
833 >        install-pdf-am install-ps install-ps-am install-strip \
834 >        installcheck installcheck-am installdirs maintainer-clean \
835          maintainer-clean-generic mostlyclean mostlyclean-compile \
836          mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
837 <        tags uninstall uninstall-am uninstall-sbinPROGRAMS
837 >        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
838 >
839 > .PRECIOUS: Makefile
840  
841  
842   # 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 8387 by michael, Fri Mar 16 20:10:48 2018 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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