ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/Makefile.in
Revision: 1338
Committed: Thu Apr 5 11:05:48 2012 UTC (12 years ago) by michael
File size: 24942 byte(s)
Log Message:
- automake 1.11.4

File Contents

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