ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/Makefile.in
Revision: 4978
Committed: Fri Dec 5 14:14:44 2014 UTC (11 years, 7 months ago) by michael
File size: 26550 byte(s)
Log Message:
- Add m4/ax_arg_enable_assert.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     VPATH = @srcdir@
17 michael 2064 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18     am__make_running_with_option = \
19     case $${target_option-} in \
20     ?) ;; \
21     *) echo "am__make_running_with_option: internal error: invalid" \
22     "target option '$${target_option-}' specified" >&2; \
23     exit 1;; \
24     esac; \
25     has_opt=no; \
26     sane_makeflags=$$MAKEFLAGS; \
27     if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29     else \
30 michael 1338 case $$MAKEFLAGS in \
31     *\\[\ \ ]*) \
32 michael 2064 bs=\\; \
33     sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34     | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35 michael 1338 esac; \
36 michael 2064 fi; \
37     skip_next=no; \
38     strip_trailopt () \
39     { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41     }; \
42     for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45     *=*|--*) continue;; \
46     -*I) strip_trailopt 'I'; skip_next=yes;; \
47     -*I?*) strip_trailopt 'I';; \
48     -*O) strip_trailopt 'O'; skip_next=yes;; \
49     -*O?*) strip_trailopt 'O';; \
50     -*l) strip_trailopt 'l'; skip_next=yes;; \
51     -*l?*) strip_trailopt 'l';; \
52     -[dEDm]) skip_next=yes;; \
53     -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56     *$$target_option*) has_opt=yes; break;; \
57     esac; \
58     done; \
59     test $$has_opt = yes
60     am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61     am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 michael 912 pkgdatadir = $(datadir)/@PACKAGE@
63 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
64 michael 912 pkglibdir = $(libdir)/@PACKAGE@
65 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 michael 912 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67     install_sh_DATA = $(install_sh) -c -m 644
68     install_sh_PROGRAM = $(install_sh) -c
69     install_sh_SCRIPT = $(install_sh) -c
70     INSTALL_HEADER = $(INSTALL_DATA)
71     transform = $(program_transform_name)
72     NORMAL_INSTALL = :
73     PRE_INSTALL = :
74     POST_INSTALL = :
75     NORMAL_UNINSTALL = :
76     PRE_UNINSTALL = :
77     POST_UNINSTALL = :
78     build_triplet = @build@
79     host_triplet = @host@
80     subdir = .
81 michael 1720 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82     $(top_srcdir)/configure $(am__configure_deps) \
83 michael 1796 $(srcdir)/config.h.in AUTHORS COPYING INSTALL NEWS README \
84 michael 4901 compile config.guess config.sub install-sh missing ylwrap \
85     ltmain.sh
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 4359 $(top_srcdir)/m4/ax_arg_enable_warnings.m4 \
92     $(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \
93 michael 4978 $(top_srcdir)/m4/ax_arg_libgeoip.m4 \
94 michael 4363 $(top_srcdir)/m4/ax_arg_openssl.m4 \
95 michael 2491 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
96 michael 4359 $(top_srcdir)/m4/ax_library_net.m4 \
97 michael 3839 $(top_srcdir)/m4/ax_require_defined.m4 \
98 michael 2480 $(top_srcdir)/m4/gcc_stack_protect.m4 \
99 michael 4960 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \
100     $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
101     $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
102     $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
103 michael 912 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104     $(ACLOCAL_M4)
105     am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
106     configure.lineno config.status.lineno
107     mkinstalldirs = $(install_sh) -d
108     CONFIG_HEADER = config.h
109 michael 1660 CONFIG_CLEAN_FILES =
110 michael 945 CONFIG_CLEAN_VPATH_FILES =
111 michael 1720 AM_V_P = $(am__v_P_@AM_V@)
112     am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113     am__v_P_0 = false
114     am__v_P_1 = :
115     AM_V_GEN = $(am__v_GEN_@AM_V@)
116     am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117     am__v_GEN_0 = @echo " GEN " $@;
118     am__v_GEN_1 =
119     AM_V_at = $(am__v_at_@AM_V@)
120     am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121     am__v_at_0 = @
122     am__v_at_1 =
123 michael 912 SOURCES =
124     DIST_SOURCES =
125 michael 1720 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
126     ctags-recursive dvi-recursive html-recursive info-recursive \
127     install-data-recursive install-dvi-recursive \
128     install-exec-recursive install-html-recursive \
129     install-info-recursive install-pdf-recursive \
130     install-ps-recursive install-recursive installcheck-recursive \
131     installdirs-recursive pdf-recursive ps-recursive \
132     tags-recursive uninstall-recursive
133 michael 1338 am__can_run_installinfo = \
134     case $$AM_UPDATE_INFO_DIR in \
135     n|no|NO) false;; \
136     *) (install-info --version) >/dev/null 2>&1;; \
137     esac
138 michael 912 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
139     distclean-recursive maintainer-clean-recursive
140 michael 1720 am__recursive_targets = \
141     $(RECURSIVE_TARGETS) \
142     $(RECURSIVE_CLEAN_TARGETS) \
143     $(am__extra_recursive_targets)
144     AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
145 michael 1373 cscope distdir dist dist-all distcheck
146 michael 1720 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
147     $(LISP)config.h.in
148     # Read a list of newline-separated strings from the standard input,
149     # and print each of them once, without duplicates. Input order is
150     # *not* preserved.
151     am__uniquify_input = $(AWK) '\
152     BEGIN { nonempty = 0; } \
153     { items[$$0] = 1; nonempty = 1; } \
154     END { if (nonempty) { for (i in items) print i; }; } \
155     '
156     # Make sure the list of sources is unique. This is necessary because,
157     # e.g., the same source file might be shared among _SOURCES variables
158     # for different programs/libraries.
159     am__define_uniq_tagged_files = \
160     list='$(am__tagged_files)'; \
161     unique=`for i in $$list; do \
162     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163     done | $(am__uniquify_input)`
164 michael 912 ETAGS = etags
165     CTAGS = ctags
166 michael 1373 CSCOPE = cscope
167 michael 912 DIST_SUBDIRS = $(SUBDIRS)
168     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169     distdir = $(PACKAGE)-$(VERSION)
170     top_distdir = $(distdir)
171     am__remove_distdir = \
172 michael 1291 if test -d "$(distdir)"; then \
173     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
174     && rm -rf "$(distdir)" \
175     || { sleep 5 && rm -rf "$(distdir)"; }; \
176     else :; fi
177 michael 1373 am__post_remove_distdir = $(am__remove_distdir)
178 michael 945 am__relativize = \
179     dir0=`pwd`; \
180     sed_first='s,^\([^/]*\)/.*$$,\1,'; \
181     sed_rest='s,^[^/]*/*,,'; \
182     sed_last='s,^.*/\([^/]*\)$$,\1,'; \
183     sed_butlast='s,/*[^/]*$$,,'; \
184     while test -n "$$dir1"; do \
185     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
186     if test "$$first" != "."; then \
187     if test "$$first" = ".."; then \
188     dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
189     dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
190     else \
191     first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
192     if test "$$first2" = "$$first"; then \
193     dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
194     else \
195     dir2="../$$dir2"; \
196     fi; \
197     dir0="$$dir0"/"$$first"; \
198     fi; \
199     fi; \
200     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
201     done; \
202     reldir="$$dir2"
203 michael 912 DIST_ARCHIVES = $(distdir).tar.gz
204     GZIP_ENV = --best
205 michael 1373 DIST_TARGETS = dist-gzip
206 michael 912 distuninstallcheck_listfiles = find . -type f -print
207 michael 1257 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
208     | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
209 michael 912 distcleancheck_listfiles = find . -type f -print
210     ACLOCAL = @ACLOCAL@
211     AMTAR = @AMTAR@
212 michael 1720 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
213 michael 912 AR = @AR@
214     AUTOCONF = @AUTOCONF@
215     AUTOHEADER = @AUTOHEADER@
216     AUTOMAKE = @AUTOMAKE@
217     AWK = @AWK@
218     CC = @CC@
219     CCDEPMODE = @CCDEPMODE@
220     CFLAGS = @CFLAGS@
221     CPP = @CPP@
222     CPPFLAGS = @CPPFLAGS@
223     CYGPATH_W = @CYGPATH_W@
224     DATADIR = @DATADIR@
225     DEFS = @DEFS@
226     DEPDIR = @DEPDIR@
227 michael 1106 DLLTOOL = @DLLTOOL@
228 db 941 DSYMUTIL = @DSYMUTIL@
229 michael 945 DUMPBIN = @DUMPBIN@
230 michael 912 ECHO_C = @ECHO_C@
231     ECHO_N = @ECHO_N@
232     ECHO_T = @ECHO_T@
233     EGREP = @EGREP@
234     EXEEXT = @EXEEXT@
235 michael 945 FGREP = @FGREP@
236 michael 912 GREP = @GREP@
237     INCLTDL = @INCLTDL@
238     INSTALL = @INSTALL@
239     INSTALL_DATA = @INSTALL_DATA@
240     INSTALL_PROGRAM = @INSTALL_PROGRAM@
241     INSTALL_SCRIPT = @INSTALL_SCRIPT@
242     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
243 michael 945 LD = @LD@
244 michael 912 LDFLAGS = @LDFLAGS@
245     LEX = @LEX@
246     LEXLIB = @LEXLIB@
247     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
248 michael 945 LIBADD_DL = @LIBADD_DL@
249     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
250     LIBADD_DLOPEN = @LIBADD_DLOPEN@
251     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
252 michael 912 LIBDIR = @LIBDIR@
253     LIBLTDL = @LIBLTDL@
254     LIBOBJS = @LIBOBJS@
255     LIBS = @LIBS@
256     LIBTOOL = @LIBTOOL@
257 michael 945 LIPO = @LIPO@
258 michael 912 LN_S = @LN_S@
259     LOCALSTATEDIR = @LOCALSTATEDIR@
260 michael 945 LTDLDEPS = @LTDLDEPS@
261     LTDLINCL = @LTDLINCL@
262     LTDLOPEN = @LTDLOPEN@
263 michael 912 LTLIBOBJS = @LTLIBOBJS@
264 michael 4960 LT_ARGZ_H = @LT_ARGZ_H@
265 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
266     LT_DLLOADERS = @LT_DLLOADERS@
267     LT_DLPREOPEN = @LT_DLPREOPEN@
268 michael 912 MAINT = @MAINT@
269     MAKEINFO = @MAKEINFO@
270 michael 1106 MANIFEST_TOOL = @MANIFEST_TOOL@
271 michael 912 MKDIR_P = @MKDIR_P@
272 michael 945 NM = @NM@
273 db 941 NMEDIT = @NMEDIT@
274 michael 945 OBJDUMP = @OBJDUMP@
275 michael 912 OBJEXT = @OBJEXT@
276 michael 945 OTOOL = @OTOOL@
277     OTOOL64 = @OTOOL64@
278 michael 912 PACKAGE = @PACKAGE@
279     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280     PACKAGE_NAME = @PACKAGE_NAME@
281     PACKAGE_STRING = @PACKAGE_STRING@
282     PACKAGE_TARNAME = @PACKAGE_TARNAME@
283 michael 967 PACKAGE_URL = @PACKAGE_URL@
284 michael 912 PACKAGE_VERSION = @PACKAGE_VERSION@
285     PATH_SEPARATOR = @PATH_SEPARATOR@
286     PREFIX = @PREFIX@
287     RANLIB = @RANLIB@
288     SED = @SED@
289     SET_MAKE = @SET_MAKE@
290     SHELL = @SHELL@
291     STRIP = @STRIP@
292     SYSCONFDIR = @SYSCONFDIR@
293     VERSION = @VERSION@
294     YACC = @YACC@
295     YFLAGS = @YFLAGS@
296     abs_builddir = @abs_builddir@
297     abs_srcdir = @abs_srcdir@
298     abs_top_builddir = @abs_top_builddir@
299     abs_top_srcdir = @abs_top_srcdir@
300 michael 1106 ac_ct_AR = @ac_ct_AR@
301 michael 912 ac_ct_CC = @ac_ct_CC@
302 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
303 michael 912 am__include = @am__include@
304     am__leading_dot = @am__leading_dot@
305     am__quote = @am__quote@
306     am__tar = @am__tar@
307     am__untar = @am__untar@
308     bindir = @bindir@
309     build = @build@
310     build_alias = @build_alias@
311     build_cpu = @build_cpu@
312     build_os = @build_os@
313     build_vendor = @build_vendor@
314     builddir = @builddir@
315     datadir = @datadir@
316     datarootdir = @datarootdir@
317     docdir = @docdir@
318     dvidir = @dvidir@
319     exec_prefix = @exec_prefix@
320     host = @host@
321     host_alias = @host_alias@
322     host_cpu = @host_cpu@
323     host_os = @host_os@
324     host_vendor = @host_vendor@
325     htmldir = @htmldir@
326     includedir = @includedir@
327     infodir = @infodir@
328     install_sh = @install_sh@
329     libdir = @libdir@
330     libexecdir = @libexecdir@
331     localedir = @localedir@
332     localstatedir = @localstatedir@
333 michael 945 ltdl_LIBOBJS = @ltdl_LIBOBJS@
334     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
335 michael 912 mandir = @mandir@
336 michael 1462 mkdir_p = @mkdir_p@
337 michael 912 oldincludedir = @oldincludedir@
338     pdfdir = @pdfdir@
339     prefix = @prefix@
340     program_transform_name = @program_transform_name@
341     psdir = @psdir@
342     sbindir = @sbindir@
343     sharedstatedir = @sharedstatedir@
344     srcdir = @srcdir@
345 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
346 michael 912 sysconfdir = @sysconfdir@
347     target_alias = @target_alias@
348 db 941 top_build_prefix = @top_build_prefix@
349 michael 912 top_builddir = @top_builddir@
350     top_srcdir = @top_srcdir@
351 michael 2480 ACLOCAL_AMFLAGS = -I m4
352 michael 912 AUTOMAKE_OPTIONS = foreign
353 michael 1837 SUBDIRS = tools libltdl doc help modules src
354 michael 912 all: config.h
355     $(MAKE) $(AM_MAKEFLAGS) all-recursive
356    
357     .SUFFIXES:
358 michael 1257 am--refresh: Makefile
359 michael 912 @:
360     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
361     @for dep in $?; do \
362     case '$(am__configure_deps)' in \
363     *$$dep*) \
364 michael 945 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
365     $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
366 michael 912 && exit 0; \
367     exit 1;; \
368     esac; \
369     done; \
370 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
371     $(am__cd) $(top_srcdir) && \
372     $(AUTOMAKE) --foreign Makefile
373 michael 912 .PRECIOUS: Makefile
374     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
375     @case '$?' in \
376     *config.status*) \
377     echo ' $(SHELL) ./config.status'; \
378     $(SHELL) ./config.status;; \
379     *) \
380     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
381     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
382     esac;
383    
384     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385     $(SHELL) ./config.status --recheck
386    
387     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
388 michael 945 $(am__cd) $(srcdir) && $(AUTOCONF)
389 michael 912 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
390 michael 945 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
391     $(am__aclocal_m4_deps):
392 michael 912
393     config.h: stamp-h1
394 michael 2347 @test -f $@ || rm -f stamp-h1
395     @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
396 michael 912
397     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
398     @rm -f stamp-h1
399     cd $(top_builddir) && $(SHELL) ./config.status config.h
400     $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
401 michael 945 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
402 michael 912 rm -f stamp-h1
403     touch $@
404    
405     distclean-hdr:
406     -rm -f config.h stamp-h1
407    
408     mostlyclean-libtool:
409     -rm -f *.lo
410    
411     clean-libtool:
412     -rm -rf .libs _libs
413    
414     distclean-libtool:
415 michael 945 -rm -f libtool config.lt
416 michael 912
417     # This directory's subdirectories are mostly independent; you can cd
418 michael 1373 # into them and run 'make' without going through this Makefile.
419     # To change the values of 'make' variables: instead of editing Makefiles,
420     # (1) if the variable is set in 'config.status', edit 'config.status'
421     # (which will cause the Makefiles to be regenerated when you run 'make');
422     # (2) otherwise, pass the desired values on the 'make' command line.
423 michael 1720 $(am__recursive_targets):
424 michael 2064 @fail=; \
425     if $(am__make_keepgoing); then \
426     failcom='fail=yes'; \
427     else \
428     failcom='exit 1'; \
429     fi; \
430 michael 912 dot_seen=no; \
431     target=`echo $@ | sed s/-recursive//`; \
432 michael 1462 case "$@" in \
433     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
434     *) list='$(SUBDIRS)' ;; \
435     esac; \
436     for subdir in $$list; do \
437 michael 912 echo "Making $$target in $$subdir"; \
438     if test "$$subdir" = "."; then \
439     dot_seen=yes; \
440     local_target="$$target-am"; \
441     else \
442     local_target="$$target"; \
443     fi; \
444 michael 945 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
445 michael 912 || eval $$failcom; \
446     done; \
447     if test "$$dot_seen" = "no"; then \
448     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
449     fi; test -z "$$fail"
450    
451 michael 1720 ID: $(am__tagged_files)
452     $(am__define_uniq_tagged_files); mkid -fID $$unique
453     tags: tags-recursive
454     TAGS: tags
455 michael 912
456 michael 1720 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
457 michael 945 set x; \
458 michael 912 here=`pwd`; \
459     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
460     include_option=--etags-include; \
461     empty_fix=.; \
462     else \
463     include_option=--include; \
464     empty_fix=; \
465     fi; \
466     list='$(SUBDIRS)'; for subdir in $$list; do \
467     if test "$$subdir" = .; then :; else \
468     test ! -f $$subdir/TAGS || \
469 michael 945 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
470 michael 912 fi; \
471     done; \
472 michael 1720 $(am__define_uniq_tagged_files); \
473 michael 945 shift; \
474     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
475 michael 912 test -n "$$unique" || unique=$$empty_fix; \
476 michael 945 if test $$# -gt 0; then \
477     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478     "$$@" $$unique; \
479     else \
480     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481     $$unique; \
482     fi; \
483 michael 912 fi
484 michael 1720 ctags: ctags-recursive
485    
486     CTAGS: ctags
487     ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
488     $(am__define_uniq_tagged_files); \
489 michael 945 test -z "$(CTAGS_ARGS)$$unique" \
490 michael 912 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
491 michael 945 $$unique
492 michael 912
493     GTAGS:
494     here=`$(am__cd) $(top_builddir) && pwd` \
495 michael 945 && $(am__cd) $(top_srcdir) \
496     && gtags -i $(GTAGS_ARGS) "$$here"
497 michael 1373 cscope: cscope.files
498     test ! -s cscope.files \
499     || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
500     clean-cscope:
501     -rm -f cscope.files
502 michael 1720 cscope.files: clean-cscope cscopelist
503     cscopelist: cscopelist-recursive
504 michael 1373
505 michael 1720 cscopelist-am: $(am__tagged_files)
506     list='$(am__tagged_files)'; \
507 michael 1373 case "$(srcdir)" in \
508     [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
509     *) sdir=$(subdir)/$(srcdir) ;; \
510     esac; \
511     for i in $$list; do \
512     if test -f "$$i"; then \
513     echo "$(subdir)/$$i"; \
514     else \
515     echo "$$sdir/$$i"; \
516     fi; \
517     done >> $(top_builddir)/cscope.files
518    
519 michael 912 distclean-tags:
520     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
521 michael 1373 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
522 michael 912
523     distdir: $(DISTFILES)
524     $(am__remove_distdir)
525 michael 945 test -d "$(distdir)" || mkdir "$(distdir)"
526 michael 912 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528     list='$(DISTFILES)'; \
529     dist_files=`for file in $$list; do echo $$file; done | \
530     sed -e "s|^$$srcdirstrip/||;t" \
531     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532     case $$dist_files in \
533     */*) $(MKDIR_P) `echo "$$dist_files" | \
534     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535     sort -u` ;; \
536     esac; \
537     for file in $$dist_files; do \
538     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539     if test -d $$d/$$file; then \
540     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541 michael 945 if test -d "$(distdir)/$$file"; then \
542     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543     fi; \
544 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
545 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547 michael 912 fi; \
548 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
549 michael 912 else \
550 michael 945 test -f "$(distdir)/$$file" \
551     || cp -p $$d/$$file "$(distdir)/$$file" \
552 michael 912 || exit 1; \
553     fi; \
554     done
555 michael 945 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
556 michael 912 if test "$$subdir" = .; then :; else \
557 michael 1338 $(am__make_dryrun) \
558     || test -d "$(distdir)/$$subdir" \
559     || $(MKDIR_P) "$(distdir)/$$subdir" \
560     || exit 1; \
561 michael 945 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
562     $(am__relativize); \
563     new_distdir=$$reldir; \
564     dir1=$$subdir; dir2="$(top_distdir)"; \
565     $(am__relativize); \
566     new_top_distdir=$$reldir; \
567     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
568     echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
569     ($(am__cd) $$subdir && \
570 michael 912 $(MAKE) $(AM_MAKEFLAGS) \
571 michael 945 top_distdir="$$new_top_distdir" \
572     distdir="$$new_distdir" \
573 michael 912 am__remove_distdir=: \
574     am__skip_length_check=: \
575 michael 945 am__skip_mode_fix=: \
576 michael 912 distdir) \
577     || exit 1; \
578     fi; \
579     done
580 michael 945 -test -n "$(am__skip_mode_fix)" \
581 michael 1043 || find "$(distdir)" -type d ! -perm -755 \
582     -exec chmod u+rwx,go+rx {} \; -o \
583 michael 912 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
584     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
585     ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
586 michael 945 || chmod -R a+r "$(distdir)"
587 michael 912 dist-gzip: distdir
588     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
589 michael 1373 $(am__post_remove_distdir)
590 michael 912
591     dist-bzip2: distdir
592 michael 1257 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
593 michael 1373 $(am__post_remove_distdir)
594 michael 912
595 michael 1291 dist-lzip: distdir
596     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
597 michael 1373 $(am__post_remove_distdir)
598 michael 1291
599 michael 945 dist-xz: distdir
600 michael 1257 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
601 michael 1373 $(am__post_remove_distdir)
602 michael 945
603 michael 912 dist-tarZ: distdir
604 michael 2347 @echo WARNING: "Support for shar distribution archives is" \
605     "deprecated." >&2
606     @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
607 michael 912 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
608 michael 1373 $(am__post_remove_distdir)
609 michael 912
610     dist-shar: distdir
611 michael 2347 @echo WARNING: "Support for distribution archives compressed with" \
612     "legacy program 'compress' is deprecated." >&2
613     @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
614 michael 912 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
615 michael 1373 $(am__post_remove_distdir)
616 michael 912
617     dist-zip: distdir
618     -rm -f $(distdir).zip
619     zip -rq $(distdir).zip $(distdir)
620 michael 1373 $(am__post_remove_distdir)
621 michael 912
622 michael 1373 dist dist-all:
623     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
624     $(am__post_remove_distdir)
625 michael 912
626     # This target untars the dist file and tries a VPATH configuration. Then
627     # it guarantees that the distribution is self-contained by making another
628     # tarfile.
629     distcheck: dist
630     case '$(DIST_ARCHIVES)' in \
631     *.tar.gz*) \
632 michael 1043 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
633 michael 912 *.tar.bz2*) \
634 michael 1043 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
635 michael 1291 *.tar.lz*) \
636     lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
637 michael 945 *.tar.xz*) \
638     xz -dc $(distdir).tar.xz | $(am__untar) ;;\
639 michael 912 *.tar.Z*) \
640     uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
641     *.shar.gz*) \
642 michael 1043 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
643 michael 912 *.zip*) \
644     unzip $(distdir).zip ;;\
645     esac
646 michael 1504 chmod -R a-w $(distdir)
647     chmod u+w $(distdir)
648     mkdir $(distdir)/_build $(distdir)/_inst
649 michael 912 chmod a-w $(distdir)
650 michael 945 test -d $(distdir)/_build || exit 0; \
651 michael 912 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
652     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
653 michael 945 && am__cwd=`pwd` \
654     && $(am__cd) $(distdir)/_build \
655 michael 2722 && ../configure \
656 michael 1257 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
657 michael 912 $(DISTCHECK_CONFIGURE_FLAGS) \
658 michael 2722 --srcdir=.. --prefix="$$dc_install_base" \
659 michael 912 && $(MAKE) $(AM_MAKEFLAGS) \
660     && $(MAKE) $(AM_MAKEFLAGS) dvi \
661     && $(MAKE) $(AM_MAKEFLAGS) check \
662     && $(MAKE) $(AM_MAKEFLAGS) install \
663     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
664     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
665     && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
666     distuninstallcheck \
667     && chmod -R a-w "$$dc_install_base" \
668     && ({ \
669     (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
670     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
671     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
672     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
673     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
674     } || { rm -rf "$$dc_destdir"; exit 1; }) \
675     && rm -rf "$$dc_destdir" \
676     && $(MAKE) $(AM_MAKEFLAGS) dist \
677     && rm -rf $(DIST_ARCHIVES) \
678 michael 945 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
679     && cd "$$am__cwd" \
680     || exit 1
681 michael 1373 $(am__post_remove_distdir)
682 michael 912 @(echo "$(distdir) archives ready for distribution: "; \
683     list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
684     sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
685     distuninstallcheck:
686 michael 1257 @test -n '$(distuninstallcheck_dir)' || { \
687     echo 'ERROR: trying to run $@ with an empty' \
688     '$$(distuninstallcheck_dir)' >&2; \
689     exit 1; \
690     }; \
691     $(am__cd) '$(distuninstallcheck_dir)' || { \
692     echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
693     exit 1; \
694     }; \
695     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
696 michael 912 || { echo "ERROR: files left after uninstall:" ; \
697     if test -n "$(DESTDIR)"; then \
698     echo " (check DESTDIR support)"; \
699     fi ; \
700     $(distuninstallcheck_listfiles) ; \
701     exit 1; } >&2
702     distcleancheck: distclean
703     @if test '$(srcdir)' = . ; then \
704     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
705     exit 1 ; \
706     fi
707     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
708     || { echo "ERROR: files left in build directory after distclean:" ; \
709     $(distcleancheck_listfiles) ; \
710     exit 1; } >&2
711     check-am: all-am
712     check: check-recursive
713     all-am: Makefile config.h
714     installdirs: installdirs-recursive
715     installdirs-am:
716     install: install-recursive
717     install-exec: install-exec-recursive
718     install-data: install-data-recursive
719     uninstall: uninstall-recursive
720    
721     install-am: all-am
722     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
723    
724     installcheck: installcheck-recursive
725     install-strip:
726 michael 1257 if test -z '$(STRIP)'; then \
727     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
728     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
729     install; \
730     else \
731     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
732     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
733     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
734     fi
735 michael 912 mostlyclean-generic:
736    
737     clean-generic:
738    
739     distclean-generic:
740     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
741 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
742 michael 912
743     maintainer-clean-generic:
744     @echo "This command is intended for maintainers to use"
745     @echo "it deletes files that may require special tools to rebuild."
746     clean: clean-recursive
747    
748     clean-am: clean-generic clean-libtool mostlyclean-am
749    
750     distclean: distclean-recursive
751     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
752     -rm -f Makefile
753     distclean-am: clean-am distclean-generic distclean-hdr \
754     distclean-libtool distclean-tags
755    
756     dvi: dvi-recursive
757    
758     dvi-am:
759    
760     html: html-recursive
761    
762 michael 945 html-am:
763    
764 michael 912 info: info-recursive
765    
766     info-am:
767    
768     install-data-am: install-data-local
769    
770     install-dvi: install-dvi-recursive
771    
772 michael 945 install-dvi-am:
773    
774 michael 912 install-exec-am:
775    
776     install-html: install-html-recursive
777    
778 michael 945 install-html-am:
779    
780 michael 912 install-info: install-info-recursive
781    
782 michael 945 install-info-am:
783    
784 michael 912 install-man:
785    
786     install-pdf: install-pdf-recursive
787    
788 michael 945 install-pdf-am:
789    
790 michael 912 install-ps: install-ps-recursive
791    
792 michael 945 install-ps-am:
793    
794 michael 912 installcheck-am:
795    
796     maintainer-clean: maintainer-clean-recursive
797     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
798     -rm -rf $(top_srcdir)/autom4te.cache
799     -rm -f Makefile
800     maintainer-clean-am: distclean-am maintainer-clean-generic
801    
802     mostlyclean: mostlyclean-recursive
803    
804     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
805    
806     pdf: pdf-recursive
807    
808     pdf-am:
809    
810     ps: ps-recursive
811    
812     ps-am:
813    
814     uninstall-am:
815    
816 michael 1720 .MAKE: $(am__recursive_targets) all install-am install-strip
817 michael 912
818 michael 1720 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
819     am--refresh check check-am clean clean-cscope clean-generic \
820     clean-libtool cscope cscopelist-am ctags ctags-am dist \
821     dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
822     dist-xz dist-zip distcheck distclean distclean-generic \
823     distclean-hdr distclean-libtool distclean-tags distcleancheck \
824     distdir distuninstallcheck dvi dvi-am html html-am info \
825     info-am install install-am install-data install-data-am \
826 michael 945 install-data-local install-dvi install-dvi-am install-exec \
827     install-exec-am install-html install-html-am install-info \
828     install-info-am install-man install-pdf install-pdf-am \
829     install-ps install-ps-am install-strip installcheck \
830     installcheck-am installdirs installdirs-am maintainer-clean \
831     maintainer-clean-generic mostlyclean mostlyclean-generic \
832 michael 1720 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
833     uninstall-am
834 michael 912
835    
836     install-data-local:
837     $(INSTALL) -d $(DESTDIR)${localstatedir}/log
838     $(INSTALL) -d $(DESTDIR)${localstatedir}/run
839 michael 945
840 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
841     # Otherwise a system limit (for SysV at least) may be exceeded.
842     .NOEXPORT: