ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/Makefile.in
Revision: 4912
Committed: Sat Nov 22 22:23:40 2014 UTC (11 years, 8 months ago) by michael
File size: 26360 byte(s)
Log Message:
- autoreconf

File Contents

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