ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/Makefile.in
Revision: 5042
Committed: Sat Dec 13 18:19:17 2014 UTC (11 years, 7 months ago) by michael
File size: 28351 byte(s)
Log Message:
- Added latest patricia.c, patricia.h from Net-Patricia-1.22 for later use

File Contents

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

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision