ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/Makefile.in
Revision: 1292
Committed: Sun Feb 12 20:36:27 2012 UTC (12 years, 1 month ago) by michael
File size: 24441 byte(s)
Log Message:
- remove AX_ENABLE_SYSLOG. This is now obsolete with the new logging subsystem

File Contents

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