ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/src/Makefile.in
Revision: 912
Committed: Wed Nov 7 22:47:44 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.in
File size: 22177 byte(s)
Log Message:
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

File Contents

# Content
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
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.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 sbin_PROGRAMS = ircd$(EXEEXT)
36 @HAVE_CRYPT_TRUE@am__append_1 = crypt.c
37 @ENABLE_SSL_TRUE@am__append_2 = rsa.c
38 subdir = src
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ircd_lexer.c \
40 ircd_parser.c ircd_parser.h
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43 $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 am__installdirs = "$(DESTDIR)$(sbindir)"
50 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51 PROGRAMS = $(sbin_PROGRAMS)
52 am__ircd_SOURCES_DIST = balloc.c channel.c channel_mode.c client.c \
53 csvlib.c dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c \
54 hash.c hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
55 irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
56 list.c listener.c m_error.c match.c memory.c modules.c motd.c \
57 numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
58 s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
59 s_bsd_win32.c restart.c resv.c s_auth.c s_bsd.c s_gline.c \
60 s_log.c s_misc.c s_serv.c s_user.c send.c sprintf_irc.c \
61 tools.c version.c watch.c whowas.c ircd_parser.y ircd_lexer.l \
62 crypt.c rsa.c
63 @HAVE_CRYPT_TRUE@am__objects_1 = crypt.$(OBJEXT)
64 @ENABLE_SSL_TRUE@am__objects_2 = rsa.$(OBJEXT)
65 am_ircd_OBJECTS = balloc.$(OBJEXT) channel.$(OBJEXT) \
66 channel_mode.$(OBJEXT) client.$(OBJEXT) csvlib.$(OBJEXT) \
67 dbuf.$(OBJEXT) dynlink.$(OBJEXT) event.$(OBJEXT) \
68 fdlist.$(OBJEXT) fileio.$(OBJEXT) getopt.$(OBJEXT) \
69 hash.$(OBJEXT) hook.$(OBJEXT) hostmask.$(OBJEXT) \
70 irc_getaddrinfo.$(OBJEXT) irc_getnameinfo.$(OBJEXT) \
71 irc_res.$(OBJEXT) irc_reslib.$(OBJEXT) irc_string.$(OBJEXT) \
72 ircd.$(OBJEXT) ircd_signal.$(OBJEXT) list.$(OBJEXT) \
73 listener.$(OBJEXT) m_error.$(OBJEXT) match.$(OBJEXT) \
74 memory.$(OBJEXT) modules.$(OBJEXT) motd.$(OBJEXT) \
75 numeric.$(OBJEXT) packet.$(OBJEXT) parse.$(OBJEXT) \
76 s_conf.$(OBJEXT) s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \
77 s_bsd_sigio.$(OBJEXT) s_bsd_devpoll.$(OBJEXT) \
78 s_bsd_kqueue.$(OBJEXT) s_bsd_select.$(OBJEXT) \
79 s_bsd_win32.$(OBJEXT) restart.$(OBJEXT) resv.$(OBJEXT) \
80 s_auth.$(OBJEXT) s_bsd.$(OBJEXT) s_gline.$(OBJEXT) \
81 s_log.$(OBJEXT) s_misc.$(OBJEXT) s_serv.$(OBJEXT) \
82 s_user.$(OBJEXT) send.$(OBJEXT) sprintf_irc.$(OBJEXT) \
83 tools.$(OBJEXT) version.$(OBJEXT) watch.$(OBJEXT) \
84 whowas.$(OBJEXT) ircd_parser.$(OBJEXT) ircd_lexer.$(OBJEXT) \
85 $(am__objects_1) $(am__objects_2)
86 ircd_OBJECTS = $(am_ircd_OBJECTS)
87 am__DEPENDENCIES_1 =
88 ircd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ircd_LDFLAGS) \
90 $(LDFLAGS) -o $@
91 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
92 depcomp = $(SHELL) $(top_srcdir)/depcomp
93 am__depfiles_maybe = depfiles
94 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
98 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 CCLD = $(CC)
100 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
101 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
102 $(LDFLAGS) -o $@
103 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
104 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
105 LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106 --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
107 YLWRAP = $(top_srcdir)/ylwrap
108 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
109 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
110 LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
111 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
112 SOURCES = $(ircd_SOURCES)
113 DIST_SOURCES = $(am__ircd_SOURCES_DIST)
114 ETAGS = etags
115 CTAGS = ctags
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 ACLOCAL = @ACLOCAL@
118 AMTAR = @AMTAR@
119 AR = @AR@
120 AUTOCONF = @AUTOCONF@
121 AUTOHEADER = @AUTOHEADER@
122 AUTOMAKE = @AUTOMAKE@
123 AWK = @AWK@
124 CC = @CC@
125 CCDEPMODE = @CCDEPMODE@
126 CFLAGS = @CFLAGS@
127 CPP = @CPP@
128 CPPFLAGS = @CPPFLAGS@
129 CXX = @CXX@
130 CXXCPP = @CXXCPP@
131 CXXDEPMODE = @CXXDEPMODE@
132 CXXFLAGS = @CXXFLAGS@
133 CYGPATH_W = @CYGPATH_W@
134 DATADIR = @DATADIR@
135 DEFS = @DEFS@
136 DEPDIR = @DEPDIR@
137 ECHO = @ECHO@
138 ECHO_C = @ECHO_C@
139 ECHO_N = @ECHO_N@
140 ECHO_T = @ECHO_T@
141 EGREP = @EGREP@
142 EXEEXT = @EXEEXT@
143 F77 = @F77@
144 FFLAGS = @FFLAGS@
145 GREP = @GREP@
146 INCLTDL = @INCLTDL@
147 INSTALL = @INSTALL@
148 INSTALL_DATA = @INSTALL_DATA@
149 INSTALL_PROGRAM = @INSTALL_PROGRAM@
150 INSTALL_SCRIPT = @INSTALL_SCRIPT@
151 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152 LDFLAGS = @LDFLAGS@
153 LEX = @LEX@
154 LEXLIB = @LEXLIB@
155 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
156 LIBDIR = @LIBDIR@
157 LIBLTDL = @LIBLTDL@
158 LIBOBJS = @LIBOBJS@
159 LIBS = @LIBS@
160 LIBTOOL = @LIBTOOL@
161 LN_S = @LN_S@
162 LOCALSTATEDIR = @LOCALSTATEDIR@
163 LTLIBOBJS = @LTLIBOBJS@
164 MAINT = @MAINT@
165 MAKEINFO = @MAKEINFO@
166 MKDIR_P = @MKDIR_P@
167 OBJEXT = @OBJEXT@
168 PACKAGE = @PACKAGE@
169 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170 PACKAGE_NAME = @PACKAGE_NAME@
171 PACKAGE_STRING = @PACKAGE_STRING@
172 PACKAGE_TARNAME = @PACKAGE_TARNAME@
173 PACKAGE_VERSION = @PACKAGE_VERSION@
174 PATH_SEPARATOR = @PATH_SEPARATOR@
175 PREFIX = @PREFIX@
176 RANLIB = @RANLIB@
177 SED = @SED@
178 SET_MAKE = @SET_MAKE@
179 SHELL = @SHELL@
180 STRIP = @STRIP@
181 SYSCONFDIR = @SYSCONFDIR@
182 VERSION = @VERSION@
183 YACC = @YACC@
184 YFLAGS = @YFLAGS@
185 abs_builddir = @abs_builddir@
186 abs_srcdir = @abs_srcdir@
187 abs_top_builddir = @abs_top_builddir@
188 abs_top_srcdir = @abs_top_srcdir@
189 ac_ct_CC = @ac_ct_CC@
190 ac_ct_CXX = @ac_ct_CXX@
191 ac_ct_F77 = @ac_ct_F77@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build = @build@
199 build_alias = @build_alias@
200 build_cpu = @build_cpu@
201 build_os = @build_os@
202 build_vendor = @build_vendor@
203 builddir = @builddir@
204 datadir = @datadir@
205 datarootdir = @datarootdir@
206 docdir = @docdir@
207 dvidir = @dvidir@
208 exec_prefix = @exec_prefix@
209 host = @host@
210 host_alias = @host_alias@
211 host_cpu = @host_cpu@
212 host_os = @host_os@
213 host_vendor = @host_vendor@
214 htmldir = @htmldir@
215 includedir = @includedir@
216 infodir = @infodir@
217 install_sh = @install_sh@
218 libdir = @libdir@
219 libexecdir = @libexecdir@
220 localedir = @localedir@
221 localstatedir = @localstatedir@
222 mandir = @mandir@
223 mkdir_p = @mkdir_p@
224 oldincludedir = @oldincludedir@
225 pdfdir = @pdfdir@
226 prefix = @prefix@
227 program_transform_name = @program_transform_name@
228 psdir = @psdir@
229 sbindir = @sbindir@
230 sharedstatedir = @sharedstatedir@
231 srcdir = @srcdir@
232 subdirs = @subdirs@
233 sysconfdir = @sysconfdir@
234 target_alias = @target_alias@
235 top_builddir = @top_builddir@
236 top_srcdir = @top_srcdir@
237 AUTOMAKE_OPTIONS = foreign
238 AM_YFLAGS = -d
239 AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include -I$(top_srcdir)/lib/pcre
240 ircd_LDFLAGS = -export-dynamic
241 ircd_LDADD = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
242 ircd_DEPENDENCIES = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
243 ircd_SOURCES = balloc.c channel.c channel_mode.c client.c csvlib.c \
244 dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c \
245 hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c \
246 irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c \
247 list.c listener.c m_error.c match.c memory.c modules.c motd.c \
248 numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c \
249 s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c \
250 s_bsd_win32.c restart.c resv.c s_auth.c s_bsd.c s_gline.c \
251 s_log.c s_misc.c s_serv.c s_user.c send.c sprintf_irc.c \
252 tools.c version.c watch.c whowas.c ircd_parser.y ircd_lexer.l \
253 $(am__append_1) $(am__append_2)
254 all: all-am
255
256 .SUFFIXES:
257 .SUFFIXES: .c .l .lo .o .obj .y
258 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
259 @for dep in $?; do \
260 case '$(am__configure_deps)' in \
261 *$$dep*) \
262 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
263 && exit 0; \
264 exit 1;; \
265 esac; \
266 done; \
267 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
268 cd $(top_srcdir) && \
269 $(AUTOMAKE) --foreign src/Makefile
270 .PRECIOUS: Makefile
271 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272 @case '$?' in \
273 *config.status*) \
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275 *) \
276 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278 esac;
279
280 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
283 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287 install-sbinPROGRAMS: $(sbin_PROGRAMS)
288 @$(NORMAL_INSTALL)
289 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
290 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
291 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
292 if test -f $$p \
293 || test -f $$p1 \
294 ; then \
295 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
296 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
297 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
298 else :; fi; \
299 done
300
301 uninstall-sbinPROGRAMS:
302 @$(NORMAL_UNINSTALL)
303 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
304 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
305 echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
306 rm -f "$(DESTDIR)$(sbindir)/$$f"; \
307 done
308
309 clean-sbinPROGRAMS:
310 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
311 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
312 echo " rm -f $$p $$f"; \
313 rm -f $$p $$f ; \
314 done
315 ircd_parser.h: ircd_parser.c
316 @if test ! -f $@; then \
317 rm -f ircd_parser.c; \
318 $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; \
319 else :; fi
320 ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES)
321 @rm -f ircd$(EXEEXT)
322 $(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
323
324 mostlyclean-compile:
325 -rm -f *.$(OBJEXT)
326
327 distclean-compile:
328 -rm -f *.tab.c
329
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balloc.Po@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt.Po@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csvlib.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynlink.Po@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hook.Po@am__quote@
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getaddrinfo.Po@am__quote@
346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_getnameinfo.Po@am__quote@
347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_res.Po@am__quote@
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_reslib.Po@am__quote@
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_lexer.Po@am__quote@
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_parser.Po@am__quote@
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_error.Po@am__quote@
357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_auth.Po@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_select.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_sigio.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_win32.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_conf.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_gline.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_log.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_misc.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_serv.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_user.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf_irc.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
388
389 .c.o:
390 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
395
396 .c.obj:
397 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
398 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
402
403 .c.lo:
404 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
409
410 .l.c:
411 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
412
413 .y.c:
414 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
415
416 mostlyclean-libtool:
417 -rm -f *.lo
418
419 clean-libtool:
420 -rm -rf .libs _libs
421
422 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
423 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424 unique=`for i in $$list; do \
425 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426 done | \
427 $(AWK) ' { files[$$0] = 1; } \
428 END { for (i in files) print i; }'`; \
429 mkid -fID $$unique
430 tags: TAGS
431
432 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
433 $(TAGS_FILES) $(LISP)
434 tags=; \
435 here=`pwd`; \
436 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
437 unique=`for i in $$list; do \
438 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439 done | \
440 $(AWK) ' { files[$$0] = 1; } \
441 END { for (i in files) print i; }'`; \
442 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
443 test -n "$$unique" || unique=$$empty_fix; \
444 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445 $$tags $$unique; \
446 fi
447 ctags: CTAGS
448 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
449 $(TAGS_FILES) $(LISP)
450 tags=; \
451 here=`pwd`; \
452 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
453 unique=`for i in $$list; do \
454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455 done | \
456 $(AWK) ' { files[$$0] = 1; } \
457 END { for (i in files) print i; }'`; \
458 test -z "$(CTAGS_ARGS)$$tags$$unique" \
459 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460 $$tags $$unique
461
462 GTAGS:
463 here=`$(am__cd) $(top_builddir) && pwd` \
464 && cd $(top_srcdir) \
465 && gtags -i $(GTAGS_ARGS) $$here
466
467 distclean-tags:
468 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
469
470 distdir: $(DISTFILES)
471 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473 list='$(DISTFILES)'; \
474 dist_files=`for file in $$list; do echo $$file; done | \
475 sed -e "s|^$$srcdirstrip/||;t" \
476 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
477 case $$dist_files in \
478 */*) $(MKDIR_P) `echo "$$dist_files" | \
479 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
480 sort -u` ;; \
481 esac; \
482 for file in $$dist_files; do \
483 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484 if test -d $$d/$$file; then \
485 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
486 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
488 fi; \
489 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
490 else \
491 test -f $(distdir)/$$file \
492 || cp -p $$d/$$file $(distdir)/$$file \
493 || exit 1; \
494 fi; \
495 done
496 check-am: all-am
497 check: check-am
498 all-am: Makefile $(PROGRAMS)
499 installdirs:
500 for dir in "$(DESTDIR)$(sbindir)"; do \
501 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
502 done
503 install: install-am
504 install-exec: install-exec-am
505 install-data: install-data-am
506 uninstall: uninstall-am
507
508 install-am: all-am
509 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
510
511 installcheck: installcheck-am
512 install-strip:
513 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
514 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
515 `test -z '$(STRIP)' || \
516 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
517 mostlyclean-generic:
518
519 clean-generic:
520
521 distclean-generic:
522 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
523
524 maintainer-clean-generic:
525 @echo "This command is intended for maintainers to use"
526 @echo "it deletes files that may require special tools to rebuild."
527 -rm -f ircd_lexer.c
528 -rm -f ircd_parser.c
529 -rm -f ircd_parser.h
530 clean: clean-am
531
532 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
533 mostlyclean-am
534
535 distclean: distclean-am
536 -rm -rf ./$(DEPDIR)
537 -rm -f Makefile
538 distclean-am: clean-am distclean-compile distclean-generic \
539 distclean-tags
540
541 dvi: dvi-am
542
543 dvi-am:
544
545 html: html-am
546
547 info: info-am
548
549 info-am:
550
551 install-data-am:
552
553 install-dvi: install-dvi-am
554
555 install-exec-am: install-sbinPROGRAMS
556
557 install-html: install-html-am
558
559 install-info: install-info-am
560
561 install-man:
562
563 install-pdf: install-pdf-am
564
565 install-ps: install-ps-am
566
567 installcheck-am:
568
569 maintainer-clean: maintainer-clean-am
570 -rm -rf ./$(DEPDIR)
571 -rm -f Makefile
572 maintainer-clean-am: distclean-am maintainer-clean-generic
573
574 mostlyclean: mostlyclean-am
575
576 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
577 mostlyclean-libtool
578
579 pdf: pdf-am
580
581 pdf-am:
582
583 ps: ps-am
584
585 ps-am:
586
587 uninstall-am: uninstall-sbinPROGRAMS
588
589 .MAKE: install-am install-strip
590
591 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
592 clean-libtool clean-sbinPROGRAMS ctags distclean \
593 distclean-compile distclean-generic distclean-libtool \
594 distclean-tags distdir dvi dvi-am html html-am info info-am \
595 install install-am install-data install-data-am install-dvi \
596 install-dvi-am install-exec install-exec-am install-html \
597 install-html-am install-info install-info-am install-man \
598 install-pdf install-pdf-am install-ps install-ps-am \
599 install-sbinPROGRAMS install-strip installcheck \
600 installcheck-am installdirs maintainer-clean \
601 maintainer-clean-generic mostlyclean mostlyclean-compile \
602 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
603 tags uninstall uninstall-am uninstall-sbinPROGRAMS
604
605 # Tell versions [3.59,3.63) of GNU make to not export all variables.
606 # Otherwise a system limit (for SysV at least) may be exceeded.
607 .NOEXPORT: