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-8/src/Makefile.in (file contents), Revision 1316 by michael, Tue Mar 27 17:05:51 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11 from Makefile.am.
1 > # Makefile.in generated by automake 1.11.3 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.
5 > # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 > # Foundation, Inc.
7   # This Makefile.in is free software; the Free Software Foundation
8   # gives unlimited permission to copy and/or distribute it,
9   # with or without modifications, as long as this notice is preserved.
# Line 35 | Line 35 | POST_UNINSTALL = :
35   build_triplet = @build@
36   host_triplet = @host@
37   sbin_PROGRAMS = ircd$(EXEEXT)
38 @ENABLE_SSL_TRUE@am__append_1 = rsa.c
38   subdir = src
39 < DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ircd_lexer.c \
40 <        ircd_parser.c ircd_parser.h
39 > DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in conf_lexer.c \
40 >        conf_parser.c conf_parser.h
41   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42   am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43          $(top_srcdir)/configure.ac
# Line 50 | Line 49 | CONFIG_CLEAN_FILES =
49   CONFIG_CLEAN_VPATH_FILES =
50   am__installdirs = "$(DESTDIR)$(sbindir)"
51   PROGRAMS = $(sbin_PROGRAMS)
53 am__ircd_SOURCES_DIST = balloc.c channel.c channel_mode.c client.c \
54        csvlib.c dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c \
55        hash.c hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
56        irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
57        list.c listener.c match.c memory.c modules.c motd.c rng_mt.c \
58        numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
59        s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
60        restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \
61        s_serv.c s_user.c send.c sprintf_irc.c tools.c version.c \
62        watch.c whowas.c ircd_parser.y ircd_lexer.l rsa.c
63 @ENABLE_SSL_TRUE@am__objects_1 = rsa.$(OBJEXT)
52   am_ircd_OBJECTS = balloc.$(OBJEXT) channel.$(OBJEXT) \
53 <        channel_mode.$(OBJEXT) client.$(OBJEXT) csvlib.$(OBJEXT) \
54 <        dbuf.$(OBJEXT) dynlink.$(OBJEXT) event.$(OBJEXT) \
55 <        fdlist.$(OBJEXT) fileio.$(OBJEXT) getopt.$(OBJEXT) \
56 <        hash.$(OBJEXT) hook.$(OBJEXT) hostmask.$(OBJEXT) \
57 <        irc_getaddrinfo.$(OBJEXT) irc_getnameinfo.$(OBJEXT) \
58 <        irc_res.$(OBJEXT) irc_reslib.$(OBJEXT) irc_string.$(OBJEXT) \
59 <        ircd.$(OBJEXT) ircd_signal.$(OBJEXT) list.$(OBJEXT) \
60 <        listener.$(OBJEXT) match.$(OBJEXT) memory.$(OBJEXT) \
53 >        channel_mode.$(OBJEXT) client.$(OBJEXT) conf.$(OBJEXT) \
54 >        conf_parser.$(OBJEXT) conf_lexer.$(OBJEXT) csvlib.$(OBJEXT) \
55 >        dbuf.$(OBJEXT) event.$(OBJEXT) fdlist.$(OBJEXT) \
56 >        fileio.$(OBJEXT) getopt.$(OBJEXT) hash.$(OBJEXT) \
57 >        hook.$(OBJEXT) hostmask.$(OBJEXT) irc_res.$(OBJEXT) \
58 >        irc_reslib.$(OBJEXT) irc_string.$(OBJEXT) ircd.$(OBJEXT) \
59 >        ircd_signal.$(OBJEXT) list.$(OBJEXT) listener.$(OBJEXT) \
60 >        log.$(OBJEXT) match.$(OBJEXT) memory.$(OBJEXT) \
61          modules.$(OBJEXT) motd.$(OBJEXT) rng_mt.$(OBJEXT) \
62          numeric.$(OBJEXT) packet.$(OBJEXT) parse.$(OBJEXT) \
63 <        s_conf.$(OBJEXT) s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \
63 >        s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \
64          s_bsd_sigio.$(OBJEXT) s_bsd_devpoll.$(OBJEXT) \
65          s_bsd_kqueue.$(OBJEXT) s_bsd_select.$(OBJEXT) \
66 <        restart.$(OBJEXT) resv.$(OBJEXT) s_auth.$(OBJEXT) \
67 <        s_bsd.$(OBJEXT) s_gline.$(OBJEXT) s_log.$(OBJEXT) \
66 >        restart.$(OBJEXT) resv.$(OBJEXT) rsa.$(OBJEXT) \
67 >        s_auth.$(OBJEXT) s_bsd.$(OBJEXT) s_gline.$(OBJEXT) \
68          s_misc.$(OBJEXT) s_serv.$(OBJEXT) s_user.$(OBJEXT) \
69 <        send.$(OBJEXT) sprintf_irc.$(OBJEXT) tools.$(OBJEXT) \
70 <        version.$(OBJEXT) watch.$(OBJEXT) whowas.$(OBJEXT) \
83 <        ircd_parser.$(OBJEXT) ircd_lexer.$(OBJEXT) $(am__objects_1)
69 >        send.$(OBJEXT) sprintf_irc.$(OBJEXT) version.$(OBJEXT) \
70 >        watch.$(OBJEXT) whowas.$(OBJEXT)
71   ircd_OBJECTS = $(am_ircd_OBJECTS)
72   am__DEPENDENCIES_1 =
73   ircd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
# Line 100 | Line 87 | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF
87          --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
88          $(LDFLAGS) -o $@
89   @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
90 < LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
90 > LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
91   LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92 <        --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
92 >        --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
93   YLWRAP = $(top_srcdir)/ylwrap
94   @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
95 < YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
95 > YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
96   LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97 <        --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
97 >        --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
98   SOURCES = $(ircd_SOURCES)
99 < DIST_SOURCES = $(am__ircd_SOURCES_DIST)
99 > DIST_SOURCES = $(ircd_SOURCES)
100   ETAGS = etags
101   CTAGS = ctags
102   DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
# Line 130 | Line 117 | CYGPATH_W = @CYGPATH_W@
117   DATADIR = @DATADIR@
118   DEFS = @DEFS@
119   DEPDIR = @DEPDIR@
120 + DLLTOOL = @DLLTOOL@
121   DSYMUTIL = @DSYMUTIL@
122   DUMPBIN = @DUMPBIN@
123   ECHO_C = @ECHO_C@
# Line 171 | Line 159 | LT_DLLOADERS = @LT_DLLOADERS@
159   LT_DLPREOPEN = @LT_DLPREOPEN@
160   MAINT = @MAINT@
161   MAKEINFO = @MAKEINFO@
162 + MANIFEST_TOOL = @MANIFEST_TOOL@
163   MKDIR_P = @MKDIR_P@
164   NM = @NM@
165   NMEDIT = @NMEDIT@
# Line 200 | Line 189 | abs_builddir = @abs_builddir@
189   abs_srcdir = @abs_srcdir@
190   abs_top_builddir = @abs_top_builddir@
191   abs_top_srcdir = @abs_top_srcdir@
192 + ac_ct_AR = @ac_ct_AR@
193   ac_ct_CC = @ac_ct_CC@
194   ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
195   am__include = @am__include@
# Line 232 | Line 222 | libdir = @libdir@
222   libexecdir = @libexecdir@
223   localedir = @localedir@
224   localstatedir = @localstatedir@
235 lt_ECHO = @lt_ECHO@
225   ltdl_LIBOBJS = @ltdl_LIBOBJS@
226   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
227   mandir = @mandir@
# Line 245 | Line 234 | psdir = @psdir@
234   sbindir = @sbindir@
235   sharedstatedir = @sharedstatedir@
236   srcdir = @srcdir@
248 subdirs = @subdirs@
237   sys_symbol_underscore = @sys_symbol_underscore@
238   sysconfdir = @sysconfdir@
239   target_alias = @target_alias@
# Line 254 | Line 242 | top_builddir = @top_builddir@
242   top_srcdir = @top_srcdir@
243   AUTOMAKE_OPTIONS = foreign
244   AM_YFLAGS = -d
245 < AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include -I$(top_srcdir)/lib/pcre
245 > AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
246   ircd_LDFLAGS = -export-dynamic
247 < ircd_LDADD = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
248 < ircd_DEPENDENCIES = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
249 < ircd_SOURCES = balloc.c channel.c channel_mode.c client.c csvlib.c \
250 <        dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c \
251 <        hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
252 <        irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
253 <        list.c listener.c match.c memory.c modules.c motd.c rng_mt.c \
254 <        numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
255 <        s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
256 <        restart.c resv.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c \
257 <        s_serv.c s_user.c send.c sprintf_irc.c tools.c version.c \
258 <        watch.c whowas.c ircd_parser.y ircd_lexer.l $(am__append_1)
247 > ircd_LDADD = $(LIBLTDL)
248 > ircd_DEPENDENCIES = $(LTDLDEPS)
249 > ircd_SOURCES = balloc.c          \
250 >               channel.c         \
251 >               channel_mode.c    \
252 >               client.c          \
253 >               conf.c            \
254 >               conf_parser.y     \
255 >               conf_lexer.l      \
256 >               csvlib.c          \
257 >               dbuf.c            \
258 >               event.c           \
259 >               fdlist.c          \
260 >               fileio.c          \
261 >               getopt.c          \
262 >               hash.c            \
263 >               hook.c            \
264 >               hostmask.c        \
265 >               irc_res.c         \
266 >               irc_reslib.c      \
267 >               irc_string.c      \
268 >               ircd.c            \
269 >               ircd_signal.c     \
270 >               list.c            \
271 >               listener.c        \
272 >               log.c             \
273 >               match.c           \
274 >               memory.c          \
275 >               modules.c         \
276 >               motd.c            \
277 >               rng_mt.c          \
278 >               numeric.c         \
279 >               packet.c          \
280 >               parse.c           \
281 >               s_bsd_epoll.c     \
282 >               s_bsd_poll.c      \
283 >               s_bsd_sigio.c     \
284 >               s_bsd_devpoll.c   \
285 >               s_bsd_kqueue.c    \
286 >               s_bsd_select.c    \
287 >               restart.c         \
288 >               resv.c            \
289 >               rsa.c             \
290 >               s_auth.c          \
291 >               s_bsd.c           \
292 >               s_gline.c         \
293 >               s_misc.c          \
294 >               s_serv.c          \
295 >               s_user.c          \
296 >               send.c            \
297 >               sprintf_irc.c     \
298 >               version.c         \
299 >               watch.c           \
300 >               whowas.c
301 >
302   all: all-am
303  
304   .SUFFIXES:
# Line 345 | Line 376 | clean-sbinPROGRAMS:
376          list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
377          echo " rm -f" $$list; \
378          rm -f $$list
379 < ircd_parser.h: ircd_parser.c
380 <        @if test ! -f $@; then \
381 <          rm -f ircd_parser.c; \
382 <          $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; \
352 <        else :; fi
353 < ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES)
379 > conf_parser.h: conf_parser.c
380 >        @if test ! -f $@; then rm -f conf_parser.c; else :; fi
381 >        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) conf_parser.c; else :; fi
382 > ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) $(EXTRA_ircd_DEPENDENCIES)
383          @rm -f ircd$(EXEEXT)
384          $(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
385  
# Line 364 | Line 393 | distclean-compile:
393   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
394   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
395   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
396 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
397 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_lexer.Po@am__quote@
398 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_parser.Po@am__quote@
399   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csvlib.Po@am__quote@
400   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynlink.Po@am__quote@
401   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
402   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@
403   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
# Line 374 | Line 405 | distclean-compile:
405   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
406   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@
407   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getaddrinfo.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getnameinfo.Po@am__quote@
408   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_res.Po@am__quote@
409   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_reslib.Po@am__quote@
410   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
411   @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@
412   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
413   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
414   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
415 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
416   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
417   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
418   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
# Line 404 | Line 432 | distclean-compile:
432   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
433   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_select.Po@am__quote@
434   @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@
435   @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@
436   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_misc.Po@am__quote@
437   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_serv.Po@am__quote@
438   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_user.Po@am__quote@
439   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
440   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf_irc.Po@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@
441   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
442   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
443   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
# Line 549 | Line 574 | install-am: all-am
574  
575   installcheck: installcheck-am
576   install-strip:
577 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579 <          `test -z '$(STRIP)' || \
580 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
577 >        if test -z '$(STRIP)'; then \
578 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580 >              install; \
581 >        else \
582 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
584 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
585 >        fi
586   mostlyclean-generic:
587  
588   clean-generic:
# Line 564 | Line 594 | distclean-generic:
594   maintainer-clean-generic:
595          @echo "This command is intended for maintainers to use"
596          @echo "it deletes files that may require special tools to rebuild."
597 <        -rm -f ircd_lexer.c
598 <        -rm -f ircd_parser.c
599 <        -rm -f ircd_parser.h
597 >        -rm -f conf_lexer.c
598 >        -rm -f conf_parser.c
599 >        -rm -f conf_parser.h
600   clean: clean-am
601  
602   clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \

Diff Legend

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