ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.in
Revision: 4980
Committed: Fri Dec 5 14:30:16 2014 UTC (11 years, 7 months ago) by michael
File size: 28222 byte(s)
Log Message:
- Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit

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

Properties

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