ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/Makefile.in
Revision: 945
Committed: Mon Jul 20 15:48:27 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/Makefile.in
File size: 23439 byte(s)
Log Message:
- fixed some configure mess and imported latest libtool sources

File Contents

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