ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/Makefile.in
Revision: 1356
Committed: Sat Apr 21 19:56:44 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/Makefile.in
File size: 24942 byte(s)
Log Message:
- automake 1.11.5

File Contents

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