ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/Makefile.in
Revision: 1106
Committed: Tue Nov 2 15:10:53 2010 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/Makefile.in
File size: 23517 byte(s)
Log Message:
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release

File Contents

# Content
1 # Makefile.in generated by automake 1.11.1 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 DLLTOOL = @DLLTOOL@
124 DSYMUTIL = @DSYMUTIL@
125 DUMPBIN = @DUMPBIN@
126 ECHO_C = @ECHO_C@
127 ECHO_N = @ECHO_N@
128 ECHO_T = @ECHO_T@
129 EGREP = @EGREP@
130 EXEEXT = @EXEEXT@
131 FGREP = @FGREP@
132 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 LD = @LD@
140 LDFLAGS = @LDFLAGS@
141 LEX = @LEX@
142 LEXLIB = @LEXLIB@
143 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
144 LIBADD_DL = @LIBADD_DL@
145 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
146 LIBADD_DLOPEN = @LIBADD_DLOPEN@
147 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
148 LIBDIR = @LIBDIR@
149 LIBLTDL = @LIBLTDL@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LIBTOOL = @LIBTOOL@
153 LIPO = @LIPO@
154 LN_S = @LN_S@
155 LOCALSTATEDIR = @LOCALSTATEDIR@
156 LTDLDEPS = @LTDLDEPS@
157 LTDLINCL = @LTDLINCL@
158 LTDLOPEN = @LTDLOPEN@
159 LTLIBOBJS = @LTLIBOBJS@
160 LT_CONFIG_H = @LT_CONFIG_H@
161 LT_DLLOADERS = @LT_DLLOADERS@
162 LT_DLPREOPEN = @LT_DLPREOPEN@
163 MAINT = @MAINT@
164 MAKEINFO = @MAKEINFO@
165 MANIFEST_TOOL = @MANIFEST_TOOL@
166 MKDIR_P = @MKDIR_P@
167 NM = @NM@
168 NMEDIT = @NMEDIT@
169 OBJDUMP = @OBJDUMP@
170 OBJEXT = @OBJEXT@
171 OTOOL = @OTOOL@
172 OTOOL64 = @OTOOL64@
173 PACKAGE = @PACKAGE@
174 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175 PACKAGE_NAME = @PACKAGE_NAME@
176 PACKAGE_STRING = @PACKAGE_STRING@
177 PACKAGE_TARNAME = @PACKAGE_TARNAME@
178 PACKAGE_URL = @PACKAGE_URL@
179 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 ac_ct_AR = @ac_ct_AR@
196 ac_ct_CC = @ac_ct_CC@
197 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
198 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 ltdl_LIBOBJS = @ltdl_LIBOBJS@
229 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
230 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 sys_symbol_underscore = @sys_symbol_underscore@
241 sysconfdir = @sysconfdir@
242 target_alias = @target_alias@
243 top_build_prefix = @top_build_prefix@
244 top_builddir = @top_builddir@
245 top_srcdir = @top_srcdir@
246 AUTOMAKE_OPTIONS = foreign
247 SUBDIRS = tools libltdl doc etc help messages modules servlink src
248 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 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
259 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
260 && exit 0; \
261 exit 1;; \
262 esac; \
263 done; \
264 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
265 $(am__cd) $(top_srcdir) && \
266 $(AUTOMAKE) --foreign Makefile
267 .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 $(am__cd) $(srcdir) && $(AUTOCONF)
283 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
285 $(am__aclocal_m4_deps):
286
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 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
298 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 -rm -f libtool config.lt
314
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 @fail= failcom='exit 1'; \
323 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 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
340 || 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 @fail= failcom='exit 1'; \
348 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 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374 || eval $$failcom; \
375 done && test -z "$$fail"
376 tags-recursive:
377 list='$(SUBDIRS)'; for subdir in $$list; do \
378 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
379 done
380 ctags-recursive:
381 list='$(SUBDIRS)'; for subdir in $$list; do \
382 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
383 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 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391 END { if (nonempty) { for (i in files) print i; }; }'`; \
392 mkid -fID $$unique
393 tags: TAGS
394
395 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
396 $(TAGS_FILES) $(LISP)
397 set x; \
398 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 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
410 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 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417 END { if (nonempty) { for (i in files) print i; }; }'`; \
418 shift; \
419 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
420 test -n "$$unique" || unique=$$empty_fix; \
421 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 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 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437 END { if (nonempty) { for (i in files) print i; }; }'`; \
438 test -z "$(CTAGS_ARGS)$$unique" \
439 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
440 $$unique
441
442 GTAGS:
443 here=`$(am__cd) $(top_builddir) && pwd` \
444 && $(am__cd) $(top_srcdir) \
445 && gtags -i $(GTAGS_ARGS) "$$here"
446
447 distclean-tags:
448 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
449
450 distdir: $(DISTFILES)
451 $(am__remove_distdir)
452 test -d "$(distdir)" || mkdir "$(distdir)"
453 @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 if test -d "$(distdir)/$$file"; then \
469 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
470 fi; \
471 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
472 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
473 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474 fi; \
475 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
476 else \
477 test -f "$(distdir)/$$file" \
478 || cp -p $$d/$$file "$(distdir)/$$file" \
479 || exit 1; \
480 fi; \
481 done
482 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
483 if test "$$subdir" = .; then :; else \
484 test -d "$(distdir)/$$subdir" \
485 || $(MKDIR_P) "$(distdir)/$$subdir" \
486 || exit 1; \
487 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 $(MAKE) $(AM_MAKEFLAGS) \
501 top_distdir="$$new_top_distdir" \
502 distdir="$$new_distdir" \
503 am__remove_distdir=: \
504 am__skip_length_check=: \
505 am__skip_mode_fix=: \
506 distdir) \
507 || exit 1; \
508 fi; \
509 done
510 -test -n "$(am__skip_mode_fix)" \
511 || find "$(distdir)" -type d ! -perm -755 \
512 -exec chmod u+rwx,go+rx {} \; -o \
513 ! -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 || chmod -R a+r "$(distdir)"
517 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 dist-lzma: distdir
526 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
527 $(am__remove_distdir)
528
529 dist-xz: distdir
530 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
531 $(am__remove_distdir)
532
533 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 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
557 *.tar.bz2*) \
558 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
559 *.tar.lzma*) \
560 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
561 *.tar.xz*) \
562 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
563 *.tar.Z*) \
564 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
565 *.shar.gz*) \
566 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
567 *.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 test -d $(distdir)/_build || exit 0; \
575 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
576 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
577 && am__cwd=`pwd` \
578 && $(am__cd) $(distdir)/_build \
579 && ../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 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
601 && cd "$$am__cwd" \
602 || exit 1
603 $(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 @$(am__cd) '$(distuninstallcheck_dir)' \
609 && 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 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
651
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 html-am:
672
673 info: info-recursive
674
675 info-am:
676
677 install-data-am: install-data-local
678
679 install-dvi: install-dvi-recursive
680
681 install-dvi-am:
682
683 install-exec-am:
684
685 install-html: install-html-recursive
686
687 install-html-am:
688
689 install-info: install-info-recursive
690
691 install-info-am:
692
693 install-man:
694
695 install-pdf: install-pdf-recursive
696
697 install-pdf-am:
698
699 install-ps: install-ps-recursive
700
701 install-ps-am:
702
703 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 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
726 ctags-recursive install-am install-strip tags-recursive
727
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 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
745
746 install-data-local:
747 $(INSTALL) -d $(DESTDIR)${localstatedir}/log
748 $(INSTALL) -d $(DESTDIR)${localstatedir}/run
749
750 # 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: