ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/Makefile.in
Revision: 1009
Committed: Sun Sep 13 15:02:30 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/Makefile.in
File size: 23463 byte(s)
Log Message:
- add configure test for pcre lib and remove pcre sources from the tree

File Contents

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