ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/Makefile.in
Revision: 1535
Committed: Tue Sep 25 18:58:49 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/Makefile.in
File size: 25000 byte(s)
Log Message:
- automake 1.12.4

File Contents

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