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

Comparing:
ircd-hybrid-7.2/src/Makefile.in (file contents), Revision 967 by michael, Sun Aug 2 18:05:28 2009 UTC vs.
ircd-hybrid-7.3/src/Makefile.in (file contents), Revision 1254 by michael, Sat Dec 24 20:16:36 2011 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11 from Makefile.am.
1 > # Makefile.in generated by automake 1.11.2 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 < @HAVE_CRYPT_TRUE@am__append_1 = crypt.c
39 < @ENABLE_SSL_TRUE@am__append_2 = rsa.c
38 > @ENABLE_SSL_TRUE@am__append_1 = rsa.c
39   subdir = src
40   DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ircd_lexer.c \
41          ircd_parser.c ircd_parser.h
# Line 53 | Line 52 | am__installdirs = "$(DESTDIR)$(sbindir)"
52   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 numeric.c \
58 <        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 <        s_bsd_win32.c restart.c resv.c s_auth.c s_bsd.c s_gline.c \
61 <        s_log.c s_misc.c s_serv.c s_user.c send.c sprintf_irc.c \
62 <        tools.c version.c watch.c whowas.c ircd_parser.y ircd_lexer.l \
63 <        crypt.c rsa.c
65 < @HAVE_CRYPT_TRUE@am__objects_1 = crypt.$(OBJEXT)
66 < @ENABLE_SSL_TRUE@am__objects_2 = rsa.$(OBJEXT)
55 >        hash.c hook.c hostmask.c irc_res.c irc_reslib.c irc_string.c \
56 >        ircd.c ircd_signal.c list.c listener.c match.c memory.c \
57 >        modules.c motd.c rng_mt.c numeric.c packet.c parse.c s_conf.c \
58 >        s_bsd_epoll.c s_bsd_poll.c s_bsd_sigio.c s_bsd_devpoll.c \
59 >        s_bsd_kqueue.c s_bsd_select.c restart.c resv.c s_auth.c \
60 >        s_bsd.c s_gline.c s_log.c s_misc.c s_serv.c s_user.c send.c \
61 >        sprintf_irc.c version.c watch.c whowas.c ircd_parser.y \
62 >        ircd_lexer.l rsa.c
63 > @ENABLE_SSL_TRUE@am__objects_1 = rsa.$(OBJEXT)
64   am_ircd_OBJECTS = balloc.$(OBJEXT) channel.$(OBJEXT) \
65          channel_mode.$(OBJEXT) client.$(OBJEXT) csvlib.$(OBJEXT) \
66          dbuf.$(OBJEXT) dynlink.$(OBJEXT) event.$(OBJEXT) \
67          fdlist.$(OBJEXT) fileio.$(OBJEXT) getopt.$(OBJEXT) \
68          hash.$(OBJEXT) hook.$(OBJEXT) hostmask.$(OBJEXT) \
72        irc_getaddrinfo.$(OBJEXT) irc_getnameinfo.$(OBJEXT) \
69          irc_res.$(OBJEXT) irc_reslib.$(OBJEXT) irc_string.$(OBJEXT) \
70          ircd.$(OBJEXT) ircd_signal.$(OBJEXT) list.$(OBJEXT) \
71          listener.$(OBJEXT) match.$(OBJEXT) memory.$(OBJEXT) \
72 <        modules.$(OBJEXT) motd.$(OBJEXT) numeric.$(OBJEXT) \
73 <        packet.$(OBJEXT) parse.$(OBJEXT) s_conf.$(OBJEXT) \
74 <        s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \
72 >        modules.$(OBJEXT) motd.$(OBJEXT) rng_mt.$(OBJEXT) \
73 >        numeric.$(OBJEXT) packet.$(OBJEXT) parse.$(OBJEXT) \
74 >        s_conf.$(OBJEXT) s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \
75          s_bsd_sigio.$(OBJEXT) s_bsd_devpoll.$(OBJEXT) \
76          s_bsd_kqueue.$(OBJEXT) s_bsd_select.$(OBJEXT) \
77 <        s_bsd_win32.$(OBJEXT) restart.$(OBJEXT) resv.$(OBJEXT) \
78 <        s_auth.$(OBJEXT) s_bsd.$(OBJEXT) s_gline.$(OBJEXT) \
79 <        s_log.$(OBJEXT) s_misc.$(OBJEXT) s_serv.$(OBJEXT) \
80 <        s_user.$(OBJEXT) send.$(OBJEXT) sprintf_irc.$(OBJEXT) \
81 <        tools.$(OBJEXT) version.$(OBJEXT) watch.$(OBJEXT) \
82 <        whowas.$(OBJEXT) ircd_parser.$(OBJEXT) ircd_lexer.$(OBJEXT) \
87 <        $(am__objects_1) $(am__objects_2)
77 >        restart.$(OBJEXT) resv.$(OBJEXT) s_auth.$(OBJEXT) \
78 >        s_bsd.$(OBJEXT) s_gline.$(OBJEXT) s_log.$(OBJEXT) \
79 >        s_misc.$(OBJEXT) s_serv.$(OBJEXT) s_user.$(OBJEXT) \
80 >        send.$(OBJEXT) sprintf_irc.$(OBJEXT) version.$(OBJEXT) \
81 >        watch.$(OBJEXT) whowas.$(OBJEXT) ircd_parser.$(OBJEXT) \
82 >        ircd_lexer.$(OBJEXT) $(am__objects_1)
83   ircd_OBJECTS = $(am_ircd_OBJECTS)
84   am__DEPENDENCIES_1 =
85   ircd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
# Line 104 | Line 99 | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF
99          --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
100          $(LDFLAGS) -o $@
101   @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
102 < LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
102 > LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
103   LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104 <        --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
104 >        --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
105   YLWRAP = $(top_srcdir)/ylwrap
106   @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
107 < YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
107 > YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
108   LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 <        --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
109 >        --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
110   SOURCES = $(ircd_SOURCES)
111   DIST_SOURCES = $(am__ircd_SOURCES_DIST)
112   ETAGS = etags
# Line 134 | Line 129 | CYGPATH_W = @CYGPATH_W@
129   DATADIR = @DATADIR@
130   DEFS = @DEFS@
131   DEPDIR = @DEPDIR@
132 + DLLTOOL = @DLLTOOL@
133   DSYMUTIL = @DSYMUTIL@
134   DUMPBIN = @DUMPBIN@
135   ECHO_C = @ECHO_C@
# Line 175 | Line 171 | LT_DLLOADERS = @LT_DLLOADERS@
171   LT_DLPREOPEN = @LT_DLPREOPEN@
172   MAINT = @MAINT@
173   MAKEINFO = @MAKEINFO@
174 + MANIFEST_TOOL = @MANIFEST_TOOL@
175   MKDIR_P = @MKDIR_P@
176   NM = @NM@
177   NMEDIT = @NMEDIT@
# Line 204 | Line 201 | abs_builddir = @abs_builddir@
201   abs_srcdir = @abs_srcdir@
202   abs_top_builddir = @abs_top_builddir@
203   abs_top_srcdir = @abs_top_srcdir@
204 + ac_ct_AR = @ac_ct_AR@
205   ac_ct_CC = @ac_ct_CC@
206   ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207   am__include = @am__include@
# Line 236 | Line 234 | libdir = @libdir@
234   libexecdir = @libexecdir@
235   localedir = @localedir@
236   localstatedir = @localstatedir@
239 lt_ECHO = @lt_ECHO@
237   ltdl_LIBOBJS = @ltdl_LIBOBJS@
238   ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
239   mandir = @mandir@
# Line 249 | Line 246 | psdir = @psdir@
246   sbindir = @sbindir@
247   sharedstatedir = @sharedstatedir@
248   srcdir = @srcdir@
252 subdirs = @subdirs@
249   sys_symbol_underscore = @sys_symbol_underscore@
250   sysconfdir = @sysconfdir@
251   target_alias = @target_alias@
# Line 258 | Line 254 | top_builddir = @top_builddir@
254   top_srcdir = @top_srcdir@
255   AUTOMAKE_OPTIONS = foreign
256   AM_YFLAGS = -d
257 < AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include -I$(top_srcdir)/lib/pcre
257 > AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
258   ircd_LDFLAGS = -export-dynamic
259 < ircd_LDADD = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
260 < ircd_DEPENDENCIES = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
259 > ircd_LDADD = $(LIBLTDL)
260 > ircd_DEPENDENCIES = $(LTDLDEPS)
261   ircd_SOURCES = balloc.c channel.c channel_mode.c client.c csvlib.c \
262          dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c \
263 <        hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
264 <        irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
265 <        list.c listener.c match.c memory.c modules.c motd.c numeric.c \
266 <        packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
267 <        s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
268 <        s_bsd_win32.c restart.c resv.c s_auth.c s_bsd.c s_gline.c \
269 <        s_log.c s_misc.c s_serv.c s_user.c send.c sprintf_irc.c \
270 <        tools.c version.c watch.c whowas.c ircd_parser.y ircd_lexer.l \
275 <        $(am__append_1) $(am__append_2)
263 >        hook.c hostmask.c irc_res.c irc_reslib.c irc_string.c ircd.c \
264 >        ircd_signal.c list.c listener.c match.c memory.c modules.c \
265 >        motd.c rng_mt.c numeric.c packet.c parse.c s_conf.c \
266 >        s_bsd_epoll.c s_bsd_poll.c s_bsd_sigio.c s_bsd_devpoll.c \
267 >        s_bsd_kqueue.c s_bsd_select.c restart.c resv.c s_auth.c \
268 >        s_bsd.c s_gline.c s_log.c s_misc.c s_serv.c s_user.c send.c \
269 >        sprintf_irc.c version.c watch.c whowas.c ircd_parser.y \
270 >        ircd_lexer.l $(am__append_1)
271   all: all-am
272  
273   .SUFFIXES:
# Line 351 | Line 346 | clean-sbinPROGRAMS:
346          echo " rm -f" $$list; \
347          rm -f $$list
348   ircd_parser.h: ircd_parser.c
349 <        @if test ! -f $@; then \
350 <          rm -f ircd_parser.c; \
356 <          $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; \
357 <        else :; fi
349 >        @if test ! -f $@; then rm -f ircd_parser.c; else :; fi
350 >        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; else :; fi
351   ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES)
352          @rm -f ircd$(EXEEXT)
353          $(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
# Line 369 | Line 362 | distclean-compile:
362   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
363   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
364   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt.Po@am__quote@
365   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csvlib.Po@am__quote@
366   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
367   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynlink.Po@am__quote@
# Line 380 | Line 372 | distclean-compile:
372   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
373   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@
374   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getaddrinfo.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getnameinfo.Po@am__quote@
375   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_res.Po@am__quote@
376   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_reslib.Po@am__quote@
377   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
# Line 400 | Line 390 | distclean-compile:
390   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
391   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
392   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
393 + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@
394   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@
395   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_auth.Po@am__quote@
396   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
# Line 409 | Line 400 | distclean-compile:
400   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
401   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_select.Po@am__quote@
402   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_sigio.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_win32.Po@am__quote@
403   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_conf.Po@am__quote@
404   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_gline.Po@am__quote@
405   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_log.Po@am__quote@
# Line 418 | Line 408 | distclean-compile:
408   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_user.Po@am__quote@
409   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
410   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf_irc.Po@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@
411   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
412   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
413   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
# Line 555 | Line 544 | install-am: all-am
544  
545   installcheck: installcheck-am
546   install-strip:
547 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549 <          `test -z '$(STRIP)' || \
550 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
547 >        if test -z '$(STRIP)'; then \
548 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550 >              install; \
551 >        else \
552 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
555 >        fi
556   mostlyclean-generic:
557  
558   clean-generic:

Diff Legend

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