ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/Makefile.in
Revision: 6187
Committed: Wed Jun 24 17:49:41 2015 UTC (8 years, 9 months ago) by michael
File size: 26909 byte(s)
Log Message:
- autoreconf

File Contents

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