ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/Makefile.in
Revision: 1720
Committed: Fri Dec 28 21:06:21 2012 UTC (11 years, 3 months ago) by michael
File size: 24546 byte(s)
Log Message:
- automake 1.13

File Contents

# Content
1 # Makefile.in generated by automake 1.13 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 AUTHORS COPYING INSTALL NEWS README TODO \
56 config.guess config.sub depcomp install-sh missing ylwrap \
57 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 =
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
365 mostlyclean-libtool:
366 -rm -f *.lo
367
368 clean-libtool:
369 -rm -rf .libs _libs
370
371 distclean-libtool:
372 -rm -f libtool config.lt
373
374 # This directory's subdirectories are mostly independent; you can cd
375 # into them and run 'make' without going through this Makefile.
376 # To change the values of 'make' variables: instead of editing Makefiles,
377 # (1) if the variable is set in 'config.status', edit 'config.status'
378 # (which will cause the Makefiles to be regenerated when you run 'make');
379 # (2) otherwise, pass the desired values on the 'make' command line.
380 $(am__recursive_targets):
381 @fail= failcom='exit 1'; \
382 for f in x $$MAKEFLAGS; do \
383 case $$f in \
384 *=* | --[!k]*);; \
385 *k*) failcom='fail=yes';; \
386 esac; \
387 done; \
388 dot_seen=no; \
389 target=`echo $@ | sed s/-recursive//`; \
390 case "$@" in \
391 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
392 *) list='$(SUBDIRS)' ;; \
393 esac; \
394 for subdir in $$list; do \
395 echo "Making $$target in $$subdir"; \
396 if test "$$subdir" = "."; then \
397 dot_seen=yes; \
398 local_target="$$target-am"; \
399 else \
400 local_target="$$target"; \
401 fi; \
402 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
403 || eval $$failcom; \
404 done; \
405 if test "$$dot_seen" = "no"; then \
406 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
407 fi; test -z "$$fail"
408
409 ID: $(am__tagged_files)
410 $(am__define_uniq_tagged_files); mkid -fID $$unique
411 tags: tags-recursive
412 TAGS: tags
413
414 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
415 set x; \
416 here=`pwd`; \
417 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
418 include_option=--etags-include; \
419 empty_fix=.; \
420 else \
421 include_option=--include; \
422 empty_fix=; \
423 fi; \
424 list='$(SUBDIRS)'; for subdir in $$list; do \
425 if test "$$subdir" = .; then :; else \
426 test ! -f $$subdir/TAGS || \
427 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
428 fi; \
429 done; \
430 $(am__define_uniq_tagged_files); \
431 shift; \
432 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
433 test -n "$$unique" || unique=$$empty_fix; \
434 if test $$# -gt 0; then \
435 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436 "$$@" $$unique; \
437 else \
438 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
439 $$unique; \
440 fi; \
441 fi
442 ctags: ctags-recursive
443
444 CTAGS: ctags
445 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
446 $(am__define_uniq_tagged_files); \
447 test -z "$(CTAGS_ARGS)$$unique" \
448 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449 $$unique
450
451 GTAGS:
452 here=`$(am__cd) $(top_builddir) && pwd` \
453 && $(am__cd) $(top_srcdir) \
454 && gtags -i $(GTAGS_ARGS) "$$here"
455 cscope: cscope.files
456 test ! -s cscope.files \
457 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
458 clean-cscope:
459 -rm -f cscope.files
460 cscope.files: clean-cscope cscopelist
461 cscopelist: cscopelist-recursive
462
463 cscopelist-am: $(am__tagged_files)
464 list='$(am__tagged_files)'; \
465 case "$(srcdir)" in \
466 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
467 *) sdir=$(subdir)/$(srcdir) ;; \
468 esac; \
469 for i in $$list; do \
470 if test -f "$$i"; then \
471 echo "$(subdir)/$$i"; \
472 else \
473 echo "$$sdir/$$i"; \
474 fi; \
475 done >> $(top_builddir)/cscope.files
476
477 distclean-tags:
478 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
480
481 distdir: $(DISTFILES)
482 $(am__remove_distdir)
483 test -d "$(distdir)" || mkdir "$(distdir)"
484 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486 list='$(DISTFILES)'; \
487 dist_files=`for file in $$list; do echo $$file; done | \
488 sed -e "s|^$$srcdirstrip/||;t" \
489 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
490 case $$dist_files in \
491 */*) $(MKDIR_P) `echo "$$dist_files" | \
492 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
493 sort -u` ;; \
494 esac; \
495 for file in $$dist_files; do \
496 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
497 if test -d $$d/$$file; then \
498 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
499 if test -d "$(distdir)/$$file"; then \
500 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501 fi; \
502 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
504 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505 fi; \
506 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
507 else \
508 test -f "$(distdir)/$$file" \
509 || cp -p $$d/$$file "$(distdir)/$$file" \
510 || exit 1; \
511 fi; \
512 done
513 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
514 if test "$$subdir" = .; then :; else \
515 $(am__make_dryrun) \
516 || test -d "$(distdir)/$$subdir" \
517 || $(MKDIR_P) "$(distdir)/$$subdir" \
518 || exit 1; \
519 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
520 $(am__relativize); \
521 new_distdir=$$reldir; \
522 dir1=$$subdir; dir2="$(top_distdir)"; \
523 $(am__relativize); \
524 new_top_distdir=$$reldir; \
525 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
526 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
527 ($(am__cd) $$subdir && \
528 $(MAKE) $(AM_MAKEFLAGS) \
529 top_distdir="$$new_top_distdir" \
530 distdir="$$new_distdir" \
531 am__remove_distdir=: \
532 am__skip_length_check=: \
533 am__skip_mode_fix=: \
534 distdir) \
535 || exit 1; \
536 fi; \
537 done
538 -test -n "$(am__skip_mode_fix)" \
539 || find "$(distdir)" -type d ! -perm -755 \
540 -exec chmod u+rwx,go+rx {} \; -o \
541 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
542 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
543 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
544 || chmod -R a+r "$(distdir)"
545 dist-gzip: distdir
546 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
547 $(am__post_remove_distdir)
548
549 dist-bzip2: distdir
550 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
551 $(am__post_remove_distdir)
552
553 dist-lzip: distdir
554 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
555 $(am__post_remove_distdir)
556
557 dist-xz: distdir
558 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
559 $(am__post_remove_distdir)
560
561 dist-tarZ: distdir
562 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
563 $(am__post_remove_distdir)
564
565 dist-shar: distdir
566 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
567 $(am__post_remove_distdir)
568
569 dist-zip: distdir
570 -rm -f $(distdir).zip
571 zip -rq $(distdir).zip $(distdir)
572 $(am__post_remove_distdir)
573
574 dist dist-all:
575 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
576 $(am__post_remove_distdir)
577
578 # This target untars the dist file and tries a VPATH configuration. Then
579 # it guarantees that the distribution is self-contained by making another
580 # tarfile.
581 distcheck: dist
582 case '$(DIST_ARCHIVES)' in \
583 *.tar.gz*) \
584 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
585 *.tar.bz2*) \
586 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
587 *.tar.lz*) \
588 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
589 *.tar.xz*) \
590 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
591 *.tar.Z*) \
592 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
593 *.shar.gz*) \
594 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
595 *.zip*) \
596 unzip $(distdir).zip ;;\
597 esac
598 chmod -R a-w $(distdir)
599 chmod u+w $(distdir)
600 mkdir $(distdir)/_build $(distdir)/_inst
601 chmod a-w $(distdir)
602 test -d $(distdir)/_build || exit 0; \
603 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
604 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
605 && am__cwd=`pwd` \
606 && $(am__cd) $(distdir)/_build \
607 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
608 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
609 $(DISTCHECK_CONFIGURE_FLAGS) \
610 && $(MAKE) $(AM_MAKEFLAGS) \
611 && $(MAKE) $(AM_MAKEFLAGS) dvi \
612 && $(MAKE) $(AM_MAKEFLAGS) check \
613 && $(MAKE) $(AM_MAKEFLAGS) install \
614 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
615 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
616 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
617 distuninstallcheck \
618 && chmod -R a-w "$$dc_install_base" \
619 && ({ \
620 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
621 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
622 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
623 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
624 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
625 } || { rm -rf "$$dc_destdir"; exit 1; }) \
626 && rm -rf "$$dc_destdir" \
627 && $(MAKE) $(AM_MAKEFLAGS) dist \
628 && rm -rf $(DIST_ARCHIVES) \
629 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
630 && cd "$$am__cwd" \
631 || exit 1
632 $(am__post_remove_distdir)
633 @(echo "$(distdir) archives ready for distribution: "; \
634 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
635 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
636 distuninstallcheck:
637 @test -n '$(distuninstallcheck_dir)' || { \
638 echo 'ERROR: trying to run $@ with an empty' \
639 '$$(distuninstallcheck_dir)' >&2; \
640 exit 1; \
641 }; \
642 $(am__cd) '$(distuninstallcheck_dir)' || { \
643 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
644 exit 1; \
645 }; \
646 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
647 || { echo "ERROR: files left after uninstall:" ; \
648 if test -n "$(DESTDIR)"; then \
649 echo " (check DESTDIR support)"; \
650 fi ; \
651 $(distuninstallcheck_listfiles) ; \
652 exit 1; } >&2
653 distcleancheck: distclean
654 @if test '$(srcdir)' = . ; then \
655 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
656 exit 1 ; \
657 fi
658 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
659 || { echo "ERROR: files left in build directory after distclean:" ; \
660 $(distcleancheck_listfiles) ; \
661 exit 1; } >&2
662 check-am: all-am
663 check: check-recursive
664 all-am: Makefile config.h
665 installdirs: installdirs-recursive
666 installdirs-am:
667 install: install-recursive
668 install-exec: install-exec-recursive
669 install-data: install-data-recursive
670 uninstall: uninstall-recursive
671
672 install-am: all-am
673 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
674
675 installcheck: installcheck-recursive
676 install-strip:
677 if test -z '$(STRIP)'; then \
678 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
679 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
680 install; \
681 else \
682 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
685 fi
686 mostlyclean-generic:
687
688 clean-generic:
689
690 distclean-generic:
691 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
692 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
693
694 maintainer-clean-generic:
695 @echo "This command is intended for maintainers to use"
696 @echo "it deletes files that may require special tools to rebuild."
697 clean: clean-recursive
698
699 clean-am: clean-generic clean-libtool mostlyclean-am
700
701 distclean: distclean-recursive
702 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
703 -rm -f Makefile
704 distclean-am: clean-am distclean-generic distclean-hdr \
705 distclean-libtool distclean-tags
706
707 dvi: dvi-recursive
708
709 dvi-am:
710
711 html: html-recursive
712
713 html-am:
714
715 info: info-recursive
716
717 info-am:
718
719 install-data-am: install-data-local
720
721 install-dvi: install-dvi-recursive
722
723 install-dvi-am:
724
725 install-exec-am:
726
727 install-html: install-html-recursive
728
729 install-html-am:
730
731 install-info: install-info-recursive
732
733 install-info-am:
734
735 install-man:
736
737 install-pdf: install-pdf-recursive
738
739 install-pdf-am:
740
741 install-ps: install-ps-recursive
742
743 install-ps-am:
744
745 installcheck-am:
746
747 maintainer-clean: maintainer-clean-recursive
748 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
749 -rm -rf $(top_srcdir)/autom4te.cache
750 -rm -f Makefile
751 maintainer-clean-am: distclean-am maintainer-clean-generic
752
753 mostlyclean: mostlyclean-recursive
754
755 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
756
757 pdf: pdf-recursive
758
759 pdf-am:
760
761 ps: ps-recursive
762
763 ps-am:
764
765 uninstall-am:
766
767 .MAKE: $(am__recursive_targets) all install-am install-strip
768
769 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
770 am--refresh check check-am clean clean-cscope clean-generic \
771 clean-libtool cscope cscopelist-am ctags ctags-am dist \
772 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
773 dist-xz dist-zip distcheck distclean distclean-generic \
774 distclean-hdr distclean-libtool distclean-tags distcleancheck \
775 distdir distuninstallcheck dvi dvi-am html html-am info \
776 info-am 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-am uninstall \
784 uninstall-am
785
786
787 install-data-local:
788 $(INSTALL) -d $(DESTDIR)${localstatedir}/log
789 $(INSTALL) -d $(DESTDIR)${localstatedir}/run
790
791 # 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: