ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/Makefile.in
Revision: 2499
Committed: Fri Oct 25 20:30:36 2013 UTC (10 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/Makefile.in
File size: 26317 byte(s)
Log Message:
- Added m4/ac_define_dir.m4

File Contents

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