ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/Makefile.in
Revision: 1155
Committed: Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/Makefile.in
File size: 23517 byte(s)
Log Message:
- recreate "trunk"

File Contents

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