ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/Makefile.in
Revision: 1800
Committed: Sun Mar 31 19:19:25 2013 UTC (13 years, 3 months ago) by michael
File size: 24747 byte(s)
Log Message:
- Update NEWS
- Remove TODO

File Contents

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