ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 8356
Committed: Sun Mar 4 13:57:08 2018 UTC (8 years, 4 months ago) by michael
File size: 29796 byte(s)
Log Message:
- autoreconf

File Contents

# User Rev Content
1 michael 8315 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 michael 912 # @configure_input@
3    
4 michael 8315 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5 michael 1425
6 michael 912 # 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 michael 5395 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 michael 2064 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 michael 1338 case $$MAKEFLAGS in \
42     *\\[\ \ ]*) \
43 michael 2064 bs=\\; \
44     sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45     | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 michael 1338 esac; \
47 michael 2064 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 michael 912 pkgdatadir = $(datadir)/@PACKAGE@
74 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
75 michael 912 pkglibdir = $(libdir)/@PACKAGE@
76 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 michael 912 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78     install_sh_DATA = $(install_sh) -c -m 644
79     install_sh_PROGRAM = $(install_sh) -c
80     install_sh_SCRIPT = $(install_sh) -c
81     INSTALL_HEADER = $(INSTALL_DATA)
82     transform = $(program_transform_name)
83     NORMAL_INSTALL = :
84     PRE_INSTALL = :
85     POST_INSTALL = :
86     NORMAL_UNINSTALL = :
87     PRE_UNINSTALL = :
88     POST_UNINSTALL = :
89     build_triplet = @build@
90     host_triplet = @host@
91 michael 3048 bin_PROGRAMS = ircd$(EXEEXT)
92 michael 912 subdir = src
93     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 michael 8356 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
95 michael 2491 $(top_srcdir)/m4/ax_append_flag.m4 \
96 michael 8326 $(top_srcdir)/m4/ax_arg_disable_mempool.m4 \
97 michael 4979 $(top_srcdir)/m4/ax_arg_enable_assert.m4 \
98 michael 4360 $(top_srcdir)/m4/ax_arg_enable_debugging.m4 \
99 michael 8330 $(top_srcdir)/m4/ax_arg_enable_efence.m4 \
100 michael 4360 $(top_srcdir)/m4/ax_arg_enable_warnings.m4 \
101 michael 7108 $(top_srcdir)/m4/ax_arg_gnutls.m4 \
102 michael 4360 $(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \
103 michael 4364 $(top_srcdir)/m4/ax_arg_openssl.m4 \
104 michael 2491 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
105 michael 8356 $(top_srcdir)/m4/ax_define_dir.m4 \
106 michael 4360 $(top_srcdir)/m4/ax_library_net.m4 \
107 michael 6128 $(top_srcdir)/m4/ax_mempool_chunksizes.m4 \
108 michael 3838 $(top_srcdir)/m4/ax_require_defined.m4 \
109 michael 2480 $(top_srcdir)/m4/gcc_stack_protect.m4 \
110 michael 4961 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \
111     $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
112     $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
113     $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
114 michael 912 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115     $(ACLOCAL_M4)
116 michael 5395 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
117 michael 912 mkinstalldirs = $(install_sh) -d
118     CONFIG_HEADER = $(top_builddir)/config.h
119     CONFIG_CLEAN_FILES =
120 michael 945 CONFIG_CLEAN_VPATH_FILES =
121 michael 3048 am__installdirs = "$(DESTDIR)$(bindir)"
122     PROGRAMS = $(bin_PROGRAMS)
123 michael 3324 am_ircd_OBJECTS = auth.$(OBJEXT) channel.$(OBJEXT) \
124     channel_mode.$(OBJEXT) client.$(OBJEXT) conf.$(OBJEXT) \
125 michael 7210 conf_class.$(OBJEXT) conf_cluster.$(OBJEXT) conf_db.$(OBJEXT) \
126 michael 7308 conf_gecos.$(OBJEXT) conf_pseudo.$(OBJEXT) conf_resv.$(OBJEXT) \
127 michael 7251 conf_service.$(OBJEXT) conf_shared.$(OBJEXT) \
128     conf_parser.$(OBJEXT) conf_lexer.$(OBJEXT) dbuf.$(OBJEXT) \
129     event.$(OBJEXT) fdlist.$(OBJEXT) getopt.$(OBJEXT) \
130     hash.$(OBJEXT) hostmask.$(OBJEXT) id.$(OBJEXT) \
131     ipcache.$(OBJEXT) irc_string.$(OBJEXT) ircd.$(OBJEXT) \
132     ircd_signal.$(OBJEXT) isupport.$(OBJEXT) list.$(OBJEXT) \
133     listener.$(OBJEXT) log.$(OBJEXT) match.$(OBJEXT) \
134     memory.$(OBJEXT) mempool.$(OBJEXT) misc.$(OBJEXT) \
135     modules.$(OBJEXT) motd.$(OBJEXT) numeric.$(OBJEXT) \
136     packet.$(OBJEXT) parse.$(OBJEXT) s_bsd_epoll.$(OBJEXT) \
137     s_bsd_poll.$(OBJEXT) s_bsd_devpoll.$(OBJEXT) \
138     s_bsd_kqueue.$(OBJEXT) tls_gnutls.$(OBJEXT) tls_none.$(OBJEXT) \
139     tls_openssl.$(OBJEXT) res.$(OBJEXT) reslib.$(OBJEXT) \
140     restart.$(OBJEXT) rng_mt.$(OBJEXT) s_bsd.$(OBJEXT) \
141 michael 8167 send.$(OBJEXT) server.$(OBJEXT) server_capab.$(OBJEXT) \
142     user.$(OBJEXT) userhost.$(OBJEXT) version.$(OBJEXT) \
143     watch.$(OBJEXT) whowas.$(OBJEXT)
144 michael 912 ircd_OBJECTS = $(am_ircd_OBJECTS)
145     am__DEPENDENCIES_1 =
146 michael 1720 AM_V_lt = $(am__v_lt_@AM_V@)
147     am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148     am__v_lt_0 = --silent
149     am__v_lt_1 =
150     ircd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
152     $(ircd_LDFLAGS) $(LDFLAGS) -o $@
153     AM_V_P = $(am__v_P_@AM_V@)
154     am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
155     am__v_P_0 = false
156     am__v_P_1 = :
157     AM_V_GEN = $(am__v_GEN_@AM_V@)
158     am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
159     am__v_GEN_0 = @echo " GEN " $@;
160     am__v_GEN_1 =
161     AM_V_at = $(am__v_at_@AM_V@)
162     am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
163     am__v_at_0 = @
164     am__v_at_1 =
165 db 941 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
166 michael 912 depcomp = $(SHELL) $(top_srcdir)/depcomp
167     am__depfiles_maybe = depfiles
168 michael 945 am__mv = mv -f
169 michael 912 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
170     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
171 michael 1720 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
172     $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
173     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
174     $(AM_CFLAGS) $(CFLAGS)
175     AM_V_CC = $(am__v_CC_@AM_V@)
176     am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
177     am__v_CC_0 = @echo " CC " $@;
178     am__v_CC_1 =
179 michael 912 CCLD = $(CC)
180 michael 1720 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
181     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
182     $(AM_LDFLAGS) $(LDFLAGS) -o $@
183     AM_V_CCLD = $(am__v_CCLD_@AM_V@)
184     am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
185     am__v_CCLD_0 = @echo " CCLD " $@;
186     am__v_CCLD_1 =
187 michael 912 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
188 michael 1257 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
189 michael 1720 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
190     $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
191     AM_V_LEX = $(am__v_LEX_@AM_V@)
192     am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
193     am__v_LEX_0 = @echo " LEX " $@;
194     am__v_LEX_1 =
195 michael 912 YLWRAP = $(top_srcdir)/ylwrap
196     @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
197 michael 1373 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
198     -e s/c++$$/h++/ -e s/c$$/h/
199 michael 1257 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
200 michael 1720 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
201     $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
202     AM_V_YACC = $(am__v_YACC_@AM_V@)
203     am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
204     am__v_YACC_0 = @echo " YACC " $@;
205     am__v_YACC_1 =
206 michael 912 SOURCES = $(ircd_SOURCES)
207 michael 1304 DIST_SOURCES = $(ircd_SOURCES)
208 michael 1338 am__can_run_installinfo = \
209     case $$AM_UPDATE_INFO_DIR in \
210     n|no|NO) false;; \
211     *) (install-info --version) >/dev/null 2>&1;; \
212     esac
213 michael 1720 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
214     # Read a list of newline-separated strings from the standard input,
215     # and print each of them once, without duplicates. Input order is
216     # *not* preserved.
217     am__uniquify_input = $(AWK) '\
218     BEGIN { nonempty = 0; } \
219     { items[$$0] = 1; nonempty = 1; } \
220     END { if (nonempty) { for (i in items) print i; }; } \
221     '
222     # Make sure the list of sources is unique. This is necessary because,
223     # e.g., the same source file might be shared among _SOURCES variables
224     # for different programs/libraries.
225     am__define_uniq_tagged_files = \
226     list='$(am__tagged_files)'; \
227     unique=`for i in $$list; do \
228     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229     done | $(am__uniquify_input)`
230 michael 912 ETAGS = etags
231     CTAGS = ctags
232 michael 5395 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
233     $(top_srcdir)/ylwrap conf_lexer.c conf_parser.c conf_parser.h
234 michael 912 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
235     ACLOCAL = @ACLOCAL@
236     AMTAR = @AMTAR@
237 michael 1720 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
238 michael 912 AR = @AR@
239     AUTOCONF = @AUTOCONF@
240     AUTOHEADER = @AUTOHEADER@
241     AUTOMAKE = @AUTOMAKE@
242     AWK = @AWK@
243     CC = @CC@
244     CCDEPMODE = @CCDEPMODE@
245     CFLAGS = @CFLAGS@
246     CPP = @CPP@
247     CPPFLAGS = @CPPFLAGS@
248     CYGPATH_W = @CYGPATH_W@
249     DATADIR = @DATADIR@
250     DEFS = @DEFS@
251     DEPDIR = @DEPDIR@
252 michael 1106 DLLTOOL = @DLLTOOL@
253 db 941 DSYMUTIL = @DSYMUTIL@
254 michael 945 DUMPBIN = @DUMPBIN@
255 michael 912 ECHO_C = @ECHO_C@
256     ECHO_N = @ECHO_N@
257     ECHO_T = @ECHO_T@
258     EGREP = @EGREP@
259     EXEEXT = @EXEEXT@
260 michael 945 FGREP = @FGREP@
261 michael 912 GREP = @GREP@
262     INCLTDL = @INCLTDL@
263     INSTALL = @INSTALL@
264     INSTALL_DATA = @INSTALL_DATA@
265     INSTALL_PROGRAM = @INSTALL_PROGRAM@
266     INSTALL_SCRIPT = @INSTALL_SCRIPT@
267     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
268 michael 945 LD = @LD@
269 michael 912 LDFLAGS = @LDFLAGS@
270     LEX = @LEX@
271     LEXLIB = @LEXLIB@
272     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
273 michael 945 LIBADD_DL = @LIBADD_DL@
274     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
275     LIBADD_DLOPEN = @LIBADD_DLOPEN@
276     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
277 michael 912 LIBDIR = @LIBDIR@
278     LIBLTDL = @LIBLTDL@
279     LIBOBJS = @LIBOBJS@
280     LIBS = @LIBS@
281     LIBTOOL = @LIBTOOL@
282 michael 945 LIPO = @LIPO@
283 michael 912 LN_S = @LN_S@
284     LOCALSTATEDIR = @LOCALSTATEDIR@
285 michael 945 LTDLDEPS = @LTDLDEPS@
286     LTDLINCL = @LTDLINCL@
287     LTDLOPEN = @LTDLOPEN@
288 michael 912 LTLIBOBJS = @LTLIBOBJS@
289 michael 4961 LT_ARGZ_H = @LT_ARGZ_H@
290 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
291     LT_DLLOADERS = @LT_DLLOADERS@
292     LT_DLPREOPEN = @LT_DLPREOPEN@
293 michael 5395 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
294 michael 912 MAINT = @MAINT@
295     MAKEINFO = @MAKEINFO@
296 michael 1106 MANIFEST_TOOL = @MANIFEST_TOOL@
297 michael 912 MKDIR_P = @MKDIR_P@
298 michael 945 NM = @NM@
299 db 941 NMEDIT = @NMEDIT@
300 michael 945 OBJDUMP = @OBJDUMP@
301 michael 912 OBJEXT = @OBJEXT@
302 michael 945 OTOOL = @OTOOL@
303     OTOOL64 = @OTOOL64@
304 michael 912 PACKAGE = @PACKAGE@
305     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
306     PACKAGE_NAME = @PACKAGE_NAME@
307     PACKAGE_STRING = @PACKAGE_STRING@
308     PACKAGE_TARNAME = @PACKAGE_TARNAME@
309 michael 967 PACKAGE_URL = @PACKAGE_URL@
310 michael 912 PACKAGE_VERSION = @PACKAGE_VERSION@
311     PATH_SEPARATOR = @PATH_SEPARATOR@
312     PREFIX = @PREFIX@
313     RANLIB = @RANLIB@
314     SED = @SED@
315     SET_MAKE = @SET_MAKE@
316     SHELL = @SHELL@
317     STRIP = @STRIP@
318     SYSCONFDIR = @SYSCONFDIR@
319     VERSION = @VERSION@
320     YACC = @YACC@
321     YFLAGS = @YFLAGS@
322     abs_builddir = @abs_builddir@
323     abs_srcdir = @abs_srcdir@
324     abs_top_builddir = @abs_top_builddir@
325     abs_top_srcdir = @abs_top_srcdir@
326 michael 1106 ac_ct_AR = @ac_ct_AR@
327 michael 912 ac_ct_CC = @ac_ct_CC@
328 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
329 michael 912 am__include = @am__include@
330     am__leading_dot = @am__leading_dot@
331     am__quote = @am__quote@
332     am__tar = @am__tar@
333     am__untar = @am__untar@
334     bindir = @bindir@
335     build = @build@
336     build_alias = @build_alias@
337     build_cpu = @build_cpu@
338     build_os = @build_os@
339     build_vendor = @build_vendor@
340     builddir = @builddir@
341     datadir = @datadir@
342     datarootdir = @datarootdir@
343     docdir = @docdir@
344     dvidir = @dvidir@
345     exec_prefix = @exec_prefix@
346     host = @host@
347     host_alias = @host_alias@
348     host_cpu = @host_cpu@
349     host_os = @host_os@
350     host_vendor = @host_vendor@
351     htmldir = @htmldir@
352     includedir = @includedir@
353     infodir = @infodir@
354     install_sh = @install_sh@
355     libdir = @libdir@
356     libexecdir = @libexecdir@
357     localedir = @localedir@
358     localstatedir = @localstatedir@
359 michael 945 ltdl_LIBOBJS = @ltdl_LIBOBJS@
360     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
361 michael 912 mandir = @mandir@
362 michael 1462 mkdir_p = @mkdir_p@
363 michael 912 oldincludedir = @oldincludedir@
364     pdfdir = @pdfdir@
365     prefix = @prefix@
366     program_transform_name = @program_transform_name@
367     psdir = @psdir@
368     sbindir = @sbindir@
369     sharedstatedir = @sharedstatedir@
370     srcdir = @srcdir@
371 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
372 michael 912 sysconfdir = @sysconfdir@
373     target_alias = @target_alias@
374 db 941 top_build_prefix = @top_build_prefix@
375 michael 912 top_builddir = @top_builddir@
376     top_srcdir = @top_srcdir@
377     AUTOMAKE_OPTIONS = foreign
378     AM_YFLAGS = -d
379 michael 6733 AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
380 michael 912 ircd_LDFLAGS = -export-dynamic
381 michael 1009 ircd_LDADD = $(LIBLTDL)
382 michael 1090 ircd_DEPENDENCIES = $(LTDLDEPS)
383 michael 3324 ircd_SOURCES = auth.c \
384     channel.c \
385 michael 1304 channel_mode.c \
386     client.c \
387 michael 1309 conf.c \
388 michael 1632 conf_class.c \
389 michael 7210 conf_cluster.c \
390 michael 1620 conf_db.c \
391 michael 7308 conf_gecos.c \
392 michael 4545 conf_pseudo.c \
393 michael 7237 conf_resv.c \
394 michael 7251 conf_service.c \
395 michael 7210 conf_shared.c \
396 michael 1316 conf_parser.y \
397 michael 1309 conf_lexer.l \
398 michael 1304 dbuf.c \
399     event.c \
400     fdlist.c \
401     getopt.c \
402     hash.c \
403     hostmask.c \
404 michael 6162 id.c \
405 michael 4325 ipcache.c \
406 michael 1304 irc_string.c \
407     ircd.c \
408     ircd_signal.c \
409 michael 6188 isupport.c \
410 michael 1304 list.c \
411     listener.c \
412 michael 1309 log.c \
413 michael 1304 match.c \
414     memory.c \
415 michael 1654 mempool.c \
416 michael 3347 misc.c \
417 michael 1304 modules.c \
418     motd.c \
419 michael 1834 numeric.c \
420 michael 1304 packet.c \
421     parse.c \
422     s_bsd_epoll.c \
423     s_bsd_poll.c \
424     s_bsd_devpoll.c \
425     s_bsd_kqueue.c \
426 michael 7108 tls_gnutls.c \
427     tls_none.c \
428     tls_openssl.c \
429 michael 3322 res.c \
430     reslib.c \
431 michael 1304 restart.c \
432 michael 3322 rng_mt.c \
433 michael 1304 s_bsd.c \
434     send.c \
435 michael 3347 server.c \
436 michael 8167 server_capab.c \
437 michael 3347 user.c \
438 michael 6394 userhost.c \
439 michael 1304 version.c \
440     watch.c \
441 michael 2382 whowas.c
442 michael 1304
443 michael 912 all: all-am
444    
445     .SUFFIXES:
446     .SUFFIXES: .c .l .lo .o .obj .y
447     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
448     @for dep in $?; do \
449     case '$(am__configure_deps)' in \
450     *$$dep*) \
451 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
452     && { if test -f $@; then exit 0; else break; fi; }; \
453 michael 912 exit 1;; \
454     esac; \
455     done; \
456 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
457     $(am__cd) $(top_srcdir) && \
458     $(AUTOMAKE) --foreign src/Makefile
459 michael 912 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460     @case '$?' in \
461     *config.status*) \
462     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
463     *) \
464     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
465     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
466     esac;
467    
468     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
469     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470    
471     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
472     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
473     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
474     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475 michael 945 $(am__aclocal_m4_deps):
476 michael 3048 install-binPROGRAMS: $(bin_PROGRAMS)
477 michael 912 @$(NORMAL_INSTALL)
478 michael 3048 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
479 michael 1338 if test -n "$$list"; then \
480 michael 3048 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
481     $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
482 michael 1338 fi; \
483 michael 945 for p in $$list; do echo "$$p $$p"; done | \
484     sed 's/$(EXEEXT)$$//' | \
485 michael 1720 while read p p1; do if test -f $$p \
486     || test -f $$p1 \
487     ; then echo "$$p"; echo "$$p"; else :; fi; \
488 michael 945 done | \
489 michael 1720 sed -e 'p;s,.*/,,;n;h' \
490     -e 's|.*|.|' \
491 michael 945 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
492     sed 'N;N;N;s,\n, ,g' | \
493     $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
494     { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
495     if ($$2 == $$4) files[d] = files[d] " " $$1; \
496     else { print "f", $$3 "/" $$4, $$1; } } \
497     END { for (d in files) print "f", d, files[d] }' | \
498     while read type dir files; do \
499     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
500     test -z "$$files" || { \
501 michael 3048 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
502     $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
503 michael 945 } \
504     ; done
505 michael 912
506 michael 3048 uninstall-binPROGRAMS:
507 michael 912 @$(NORMAL_UNINSTALL)
508 michael 3048 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
509 michael 945 files=`for p in $$list; do echo "$$p"; done | \
510     sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
511 michael 1720 -e 's/$$/$(EXEEXT)/' \
512     `; \
513 michael 945 test -n "$$list" || exit 0; \
514 michael 3048 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
515     cd "$(DESTDIR)$(bindir)" && rm -f $$files
516 michael 912
517 michael 3048 clean-binPROGRAMS:
518     @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
519 michael 945 echo " rm -f" $$list; \
520     rm -f $$list || exit $$?; \
521     test -n "$(EXEEXT)" || exit 0; \
522     list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
523     echo " rm -f" $$list; \
524     rm -f $$list
525 michael 1309 conf_parser.h: conf_parser.c
526     @if test ! -f $@; then rm -f conf_parser.c; else :; fi
527     @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) conf_parser.c; else :; fi
528 michael 2064
529 michael 1291 ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) $(EXTRA_ircd_DEPENDENCIES)
530 michael 912 @rm -f ircd$(EXEEXT)
531 michael 1720 $(AM_V_CCLD)$(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
532 michael 912
533     mostlyclean-compile:
534     -rm -f *.$(OBJEXT)
535    
536     distclean-compile:
537     -rm -f *.tab.c
538    
539 michael 3324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
540 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
541     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
542     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
543 michael 1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
544 michael 1632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_class.Po@am__quote@
545 michael 7210 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_cluster.Po@am__quote@
546 michael 1620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_db.Po@am__quote@
547 michael 7308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_gecos.Po@am__quote@
548 michael 1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_lexer.Po@am__quote@
549     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_parser.Po@am__quote@
550 michael 4545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_pseudo.Po@am__quote@
551 michael 7237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_resv.Po@am__quote@
552 michael 7251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_service.Po@am__quote@
553 michael 7210 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_shared.Po@am__quote@
554 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
555     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
556     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@
557     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
558     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
559     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
560 michael 6162 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id.Po@am__quote@
561 michael 4325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipcache.Po@am__quote@
562 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
563     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@
564     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
565 michael 6188 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isupport.Po@am__quote@
566 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
567     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
568 michael 1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
569 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
570     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
571 michael 1654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempool.Po@am__quote@
572 michael 3347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
573 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
574     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
575 michael 1834 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
576 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
577     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
578 michael 3322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res.Po@am__quote@
579     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reslib.Po@am__quote@
580 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
581 michael 982 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@
582 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
583     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@
584     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@
585     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@
586     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
587     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
588 michael 3347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
589 michael 8167 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_capab.Po@am__quote@
590 michael 7108 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_gnutls.Po@am__quote@
591     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_none.Po@am__quote@
592     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_openssl.Po@am__quote@
593 michael 3347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
594 michael 6394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/userhost.Po@am__quote@
595 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
596     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
597     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
598    
599     .c.o:
600 michael 2347 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
601     @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
602     @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
603 michael 1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605 michael 2347 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
606 michael 912
607     .c.obj:
608 michael 2347 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
609     @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
610     @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
611 michael 1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
612 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613 michael 2347 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
614 michael 912
615     .c.lo:
616 michael 2347 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
617     @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
618     @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
619 michael 1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
620 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621 michael 1720 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
622 michael 912
623     .l.c:
624 michael 1720 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
625 michael 912
626     .y.c:
627 michael 1720 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
628 michael 912
629     mostlyclean-libtool:
630     -rm -f *.lo
631    
632     clean-libtool:
633     -rm -rf .libs _libs
634    
635 michael 1720 ID: $(am__tagged_files)
636     $(am__define_uniq_tagged_files); mkid -fID $$unique
637     tags: tags-am
638     TAGS: tags
639 michael 912
640 michael 1720 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
641 michael 945 set x; \
642 michael 912 here=`pwd`; \
643 michael 1720 $(am__define_uniq_tagged_files); \
644 michael 945 shift; \
645     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
646 michael 912 test -n "$$unique" || unique=$$empty_fix; \
647 michael 945 if test $$# -gt 0; then \
648     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
649     "$$@" $$unique; \
650     else \
651     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
652     $$unique; \
653     fi; \
654 michael 912 fi
655 michael 1720 ctags: ctags-am
656    
657     CTAGS: ctags
658     ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
659     $(am__define_uniq_tagged_files); \
660 michael 945 test -z "$(CTAGS_ARGS)$$unique" \
661 michael 912 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
662 michael 945 $$unique
663 michael 912
664     GTAGS:
665     here=`$(am__cd) $(top_builddir) && pwd` \
666 michael 945 && $(am__cd) $(top_srcdir) \
667     && gtags -i $(GTAGS_ARGS) "$$here"
668 michael 1720 cscopelist: cscopelist-am
669 michael 912
670 michael 1720 cscopelist-am: $(am__tagged_files)
671     list='$(am__tagged_files)'; \
672 michael 1373 case "$(srcdir)" in \
673     [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
674     *) sdir=$(subdir)/$(srcdir) ;; \
675     esac; \
676     for i in $$list; do \
677     if test -f "$$i"; then \
678     echo "$(subdir)/$$i"; \
679     else \
680     echo "$$sdir/$$i"; \
681     fi; \
682     done >> $(top_builddir)/cscope.files
683    
684 michael 912 distclean-tags:
685     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
686    
687     distdir: $(DISTFILES)
688     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
689     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
690     list='$(DISTFILES)'; \
691     dist_files=`for file in $$list; do echo $$file; done | \
692     sed -e "s|^$$srcdirstrip/||;t" \
693     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
694     case $$dist_files in \
695     */*) $(MKDIR_P) `echo "$$dist_files" | \
696     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
697     sort -u` ;; \
698     esac; \
699     for file in $$dist_files; do \
700     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
701     if test -d $$d/$$file; then \
702     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
703 michael 945 if test -d "$(distdir)/$$file"; then \
704     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
705     fi; \
706 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
707 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
708     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
709 michael 912 fi; \
710 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
711 michael 912 else \
712 michael 945 test -f "$(distdir)/$$file" \
713     || cp -p $$d/$$file "$(distdir)/$$file" \
714 michael 912 || exit 1; \
715     fi; \
716     done
717     check-am: all-am
718     check: check-am
719     all-am: Makefile $(PROGRAMS)
720     installdirs:
721 michael 3048 for dir in "$(DESTDIR)$(bindir)"; do \
722 michael 912 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
723     done
724     install: install-am
725     install-exec: install-exec-am
726     install-data: install-data-am
727     uninstall: uninstall-am
728    
729     install-am: all-am
730     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
731    
732     installcheck: installcheck-am
733     install-strip:
734 michael 1257 if test -z '$(STRIP)'; then \
735     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
737     install; \
738     else \
739     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
740     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
741     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
742     fi
743 michael 912 mostlyclean-generic:
744    
745     clean-generic:
746    
747     distclean-generic:
748     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
749 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
750 michael 912
751     maintainer-clean-generic:
752     @echo "This command is intended for maintainers to use"
753     @echo "it deletes files that may require special tools to rebuild."
754 michael 1309 -rm -f conf_lexer.c
755     -rm -f conf_parser.c
756     -rm -f conf_parser.h
757 michael 912 clean: clean-am
758    
759 michael 3048 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
760 michael 912
761     distclean: distclean-am
762     -rm -rf ./$(DEPDIR)
763     -rm -f Makefile
764     distclean-am: clean-am distclean-compile distclean-generic \
765     distclean-tags
766    
767     dvi: dvi-am
768    
769     dvi-am:
770    
771     html: html-am
772    
773 michael 945 html-am:
774    
775 michael 912 info: info-am
776    
777     info-am:
778    
779     install-data-am:
780    
781     install-dvi: install-dvi-am
782    
783 michael 945 install-dvi-am:
784    
785 michael 3048 install-exec-am: install-binPROGRAMS
786 michael 912
787     install-html: install-html-am
788    
789 michael 945 install-html-am:
790    
791 michael 912 install-info: install-info-am
792    
793 michael 945 install-info-am:
794    
795 michael 912 install-man:
796    
797     install-pdf: install-pdf-am
798    
799 michael 945 install-pdf-am:
800    
801 michael 912 install-ps: install-ps-am
802    
803 michael 945 install-ps-am:
804    
805 michael 912 installcheck-am:
806    
807     maintainer-clean: maintainer-clean-am
808     -rm -rf ./$(DEPDIR)
809     -rm -f Makefile
810     maintainer-clean-am: distclean-am maintainer-clean-generic
811    
812     mostlyclean: mostlyclean-am
813    
814     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
815     mostlyclean-libtool
816    
817     pdf: pdf-am
818    
819     pdf-am:
820    
821     ps: ps-am
822    
823     ps-am:
824    
825 michael 3048 uninstall-am: uninstall-binPROGRAMS
826 michael 912
827     .MAKE: install-am install-strip
828    
829 michael 3048 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
830     clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
831     ctags ctags-am distclean distclean-compile distclean-generic \
832 michael 1720 distclean-libtool distclean-tags distdir dvi dvi-am html \
833 michael 3048 html-am info info-am install install-am install-binPROGRAMS \
834     install-data install-data-am install-dvi install-dvi-am \
835     install-exec install-exec-am install-html install-html-am \
836     install-info install-info-am install-man install-pdf \
837     install-pdf-am install-ps install-ps-am install-strip \
838 michael 1720 installcheck installcheck-am installdirs maintainer-clean \
839 michael 912 maintainer-clean-generic mostlyclean mostlyclean-compile \
840     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
841 michael 3048 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
842 michael 912
843 michael 5395 .PRECIOUS: Makefile
844 michael 945
845 michael 5395
846 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
847     # Otherwise a system limit (for SysV at least) may be exceeded.
848     .NOEXPORT:

Properties

Name Value
svn:eol-style native