ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 8497
Committed: Thu Apr 5 12:47:26 2018 UTC (8 years, 3 months ago) by michael
File size: 29594 byte(s)
Log Message:
- Recreate autogenerated files

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

Properties

Name Value
svn:eol-style native