]> git.proxmox.com Git - mirror_zfs-debian.git/blame - man/Makefile.in
Support custom build directories and move includes
[mirror_zfs-debian.git] / man / Makefile.in
CommitLineData
e70e591c
BB
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36target_triplet = @target@
37subdir = man
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = \
41 $(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
42 $(top_srcdir)/config/kernel-bdev-logical-size.m4 \
43 $(top_srcdir)/config/kernel-bio-empty-barrier.m4 \
44 $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \
45 $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
46 $(top_srcdir)/config/kernel-blk-end-request.m4 \
47 $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
48 $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
49 $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
50 $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
51 $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
52 $(top_srcdir)/config/kernel-fmode-t.m4 \
53 $(top_srcdir)/config/kernel-get-disk-ro.m4 \
54 $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
55 $(top_srcdir)/config/kernel-kobj-name-len.m4 \
56 $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
57 $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
58 $(top_srcdir)/config/kernel-rq-is_sync.m4 \
59 $(top_srcdir)/config/kernel.m4 \
60 $(top_srcdir)/config/user-arch.m4 \
61 $(top_srcdir)/config/user-frame-larger-than.m4 \
62 $(top_srcdir)/config/user-ioctl.m4 \
63 $(top_srcdir)/config/user-libblkid.m4 \
64 $(top_srcdir)/config/user-libshare.m4 \
65 $(top_srcdir)/config/user-libuuid.m4 \
66 $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
67 $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
68 $(top_srcdir)/config/zfs-build.m4 \
69 $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
70am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71 $(ACLOCAL_M4)
72mkinstalldirs = $(install_sh) -d
73CONFIG_HEADER = $(top_builddir)/zfs_config.h
74CONFIG_CLEAN_FILES =
75CONFIG_CLEAN_VPATH_FILES =
76AM_V_GEN = $(am__v_GEN_$(V))
77am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
78am__v_GEN_0 = @echo " GEN " $@;
79AM_V_at = $(am__v_at_$(V))
80am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
81am__v_at_0 = @
82SOURCES =
83DIST_SOURCES =
84RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
85 html-recursive info-recursive install-data-recursive \
86 install-dvi-recursive install-exec-recursive \
87 install-html-recursive install-info-recursive \
88 install-pdf-recursive install-ps-recursive install-recursive \
89 installcheck-recursive installdirs-recursive pdf-recursive \
90 ps-recursive uninstall-recursive
91RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
92 distclean-recursive maintainer-clean-recursive
93AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
94 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
95 distdir
96ETAGS = etags
97CTAGS = ctags
98DIST_SUBDIRS = $(SUBDIRS)
99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100am__relativize = \
101 dir0=`pwd`; \
102 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
103 sed_rest='s,^[^/]*/*,,'; \
104 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
105 sed_butlast='s,/*[^/]*$$,,'; \
106 while test -n "$$dir1"; do \
107 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
108 if test "$$first" != "."; then \
109 if test "$$first" = ".."; then \
110 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
111 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
112 else \
113 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
114 if test "$$first2" = "$$first"; then \
115 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
116 else \
117 dir2="../$$dir2"; \
118 fi; \
119 dir0="$$dir0"/"$$first"; \
120 fi; \
121 fi; \
122 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
123 done; \
124 reldir="$$dir2"
125ACLOCAL = @ACLOCAL@
126ALIEN = @ALIEN@
127ALIEN_VERSION = @ALIEN_VERSION@
128AMTAR = @AMTAR@
129AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130AR = @AR@
131AUTOCONF = @AUTOCONF@
132AUTOHEADER = @AUTOHEADER@
133AUTOMAKE = @AUTOMAKE@
134AWK = @AWK@
e70e591c
BB
135CC = @CC@
136CCAS = @CCAS@
137CCASDEPMODE = @CCASDEPMODE@
138CCASFLAGS = @CCASFLAGS@
139CCDEPMODE = @CCDEPMODE@
140CFLAGS = @CFLAGS@
e70e591c
BB
141CPP = @CPP@
142CPPFLAGS = @CPPFLAGS@
143CYGPATH_W = @CYGPATH_W@
144DEBUG_CFLAGS = @DEBUG_CFLAGS@
145DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
146DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
147DEFS = @DEFS@
148DEPDIR = @DEPDIR@
149DPKG = @DPKG@
150DPKGBUILD = @DPKGBUILD@
151DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
152DPKG_VERSION = @DPKG_VERSION@
153DSYMUTIL = @DSYMUTIL@
154DUMPBIN = @DUMPBIN@
155ECHO_C = @ECHO_C@
156ECHO_N = @ECHO_N@
157ECHO_T = @ECHO_T@
158EGREP = @EGREP@
159EXEEXT = @EXEEXT@
160FGREP = @FGREP@
161FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
162GREP = @GREP@
163HAVE_ALIEN = @HAVE_ALIEN@
164HAVE_DPKG = @HAVE_DPKG@
165HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
166HAVE_RPM = @HAVE_RPM@
167HAVE_RPMBUILD = @HAVE_RPMBUILD@
168INSTALL = @INSTALL@
169INSTALL_DATA = @INSTALL_DATA@
170INSTALL_PROGRAM = @INSTALL_PROGRAM@
171INSTALL_SCRIPT = @INSTALL_SCRIPT@
172INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173KERNELCPPFLAGS = @KERNELCPPFLAGS@
174KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
175LD = @LD@
176LDFLAGS = @LDFLAGS@
177LIBBLKID = @LIBBLKID@
e70e591c
BB
178LIBOBJS = @LIBOBJS@
179LIBS = @LIBS@
180LIBTOOL = @LIBTOOL@
181LIBUUID = @LIBUUID@
182LINUX = @LINUX@
183LINUX_OBJ = @LINUX_OBJ@
184LINUX_SYMBOLS = @LINUX_SYMBOLS@
185LINUX_VERSION = @LINUX_VERSION@
186LIPO = @LIPO@
187LN_S = @LN_S@
188LTLIBOBJS = @LTLIBOBJS@
189MAINT = @MAINT@
190MAKEINFO = @MAKEINFO@
191MKDIR_P = @MKDIR_P@
e70e591c
BB
192NM = @NM@
193NMEDIT = @NMEDIT@
194OBJDUMP = @OBJDUMP@
195OBJEXT = @OBJEXT@
196OTOOL = @OTOOL@
197OTOOL64 = @OTOOL64@
198PACKAGE = @PACKAGE@
199PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200PACKAGE_NAME = @PACKAGE_NAME@
201PACKAGE_STRING = @PACKAGE_STRING@
202PACKAGE_TARNAME = @PACKAGE_TARNAME@
203PACKAGE_VERSION = @PACKAGE_VERSION@
204PATH_SEPARATOR = @PATH_SEPARATOR@
205RANLIB = @RANLIB@
206RPM = @RPM@
207RPMBUILD = @RPMBUILD@
208RPMBUILD_VERSION = @RPMBUILD_VERSION@
209RPM_VERSION = @RPM_VERSION@
e70e591c
BB
210SED = @SED@
211SET_MAKE = @SET_MAKE@
212SHELL = @SHELL@
213SPL = @SPL@
214SPL_OBJ = @SPL_OBJ@
215SPL_SYMBOLS = @SPL_SYMBOLS@
216SPL_VERSION = @SPL_VERSION@
217STRIP = @STRIP@
218TARGET_ASM_DIR = @TARGET_ASM_DIR@
e70e591c
BB
219VENDOR = @VENDOR@
220VERSION = @VERSION@
221ZFS_CONFIG = @ZFS_CONFIG@
222ZFS_META_ALIAS = @ZFS_META_ALIAS@
223ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
224ZFS_META_DATA = @ZFS_META_DATA@
225ZFS_META_LICENSE = @ZFS_META_LICENSE@
226ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
227ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
228ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
229ZFS_META_NAME = @ZFS_META_NAME@
230ZFS_META_RELEASE = @ZFS_META_RELEASE@
231ZFS_META_VERSION = @ZFS_META_VERSION@
232ZLIB = @ZLIB@
233abs_builddir = @abs_builddir@
234abs_srcdir = @abs_srcdir@
235abs_top_builddir = @abs_top_builddir@
236abs_top_srcdir = @abs_top_srcdir@
237ac_ct_CC = @ac_ct_CC@
238ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
239am__include = @am__include@
240am__leading_dot = @am__leading_dot@
241am__quote = @am__quote@
242am__tar = @am__tar@
243am__untar = @am__untar@
244bindir = @bindir@
245build = @build@
246build_alias = @build_alias@
247build_cpu = @build_cpu@
248build_os = @build_os@
249build_vendor = @build_vendor@
250builddir = @builddir@
251datadir = @datadir@
252datarootdir = @datarootdir@
253docdir = @docdir@
254dvidir = @dvidir@
255exec_prefix = @exec_prefix@
256host = @host@
257host_alias = @host_alias@
258host_cpu = @host_cpu@
259host_os = @host_os@
260host_vendor = @host_vendor@
261htmldir = @htmldir@
262includedir = @includedir@
263infodir = @infodir@
264install_sh = @install_sh@
265libdir = @libdir@
266libexecdir = @libexecdir@
267localedir = @localedir@
268localstatedir = @localstatedir@
269lt_ECHO = @lt_ECHO@
270mandir = @mandir@
271mkdir_p = @mkdir_p@
272oldincludedir = @oldincludedir@
273pdfdir = @pdfdir@
274prefix = @prefix@
275program_transform_name = @program_transform_name@
276psdir = @psdir@
277sbindir = @sbindir@
278sharedstatedir = @sharedstatedir@
279srcdir = @srcdir@
280sysconfdir = @sysconfdir@
281target = @target@
282target_alias = @target_alias@
283target_cpu = @target_cpu@
284target_os = @target_os@
285target_vendor = @target_vendor@
286top_build_prefix = @top_build_prefix@
287top_builddir = @top_builddir@
288top_srcdir = @top_srcdir@
289SUBDIRS = man8
290all: all-recursive
291
292.SUFFIXES:
293$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
294 @for dep in $?; do \
295 case '$(am__configure_deps)' in \
296 *$$dep*) \
297 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
298 && { if test -f $@; then exit 0; else break; fi; }; \
299 exit 1;; \
300 esac; \
301 done; \
302 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
303 $(am__cd) $(top_srcdir) && \
304 $(AUTOMAKE) --gnu man/Makefile
305.PRECIOUS: Makefile
306Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307 @case '$?' in \
308 *config.status*) \
309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
310 *) \
311 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
312 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
313 esac;
314
315$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317
318$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322$(am__aclocal_m4_deps):
323
324mostlyclean-libtool:
325 -rm -f *.lo
326
327clean-libtool:
328 -rm -rf .libs _libs
329
330# This directory's subdirectories are mostly independent; you can cd
331# into them and run `make' without going through this Makefile.
332# To change the values of `make' variables: instead of editing Makefiles,
333# (1) if the variable is set in `config.status', edit `config.status'
334# (which will cause the Makefiles to be regenerated when you run `make');
335# (2) otherwise, pass the desired values on the `make' command line.
336$(RECURSIVE_TARGETS):
337 @fail= failcom='exit 1'; \
338 for f in x $$MAKEFLAGS; do \
339 case $$f in \
340 *=* | --[!k]*);; \
341 *k*) failcom='fail=yes';; \
342 esac; \
343 done; \
344 dot_seen=no; \
345 target=`echo $@ | sed s/-recursive//`; \
346 list='$(SUBDIRS)'; for subdir in $$list; do \
347 echo "Making $$target in $$subdir"; \
348 if test "$$subdir" = "."; then \
349 dot_seen=yes; \
350 local_target="$$target-am"; \
351 else \
352 local_target="$$target"; \
353 fi; \
354 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
355 || eval $$failcom; \
356 done; \
357 if test "$$dot_seen" = "no"; then \
358 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
359 fi; test -z "$$fail"
360
361$(RECURSIVE_CLEAN_TARGETS):
362 @fail= failcom='exit 1'; \
363 for f in x $$MAKEFLAGS; do \
364 case $$f in \
365 *=* | --[!k]*);; \
366 *k*) failcom='fail=yes';; \
367 esac; \
368 done; \
369 dot_seen=no; \
370 case "$@" in \
371 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
372 *) list='$(SUBDIRS)' ;; \
373 esac; \
374 rev=''; for subdir in $$list; do \
375 if test "$$subdir" = "."; then :; else \
376 rev="$$subdir $$rev"; \
377 fi; \
378 done; \
379 rev="$$rev ."; \
380 target=`echo $@ | sed s/-recursive//`; \
381 for subdir in $$rev; do \
382 echo "Making $$target in $$subdir"; \
383 if test "$$subdir" = "."; then \
384 local_target="$$target-am"; \
385 else \
386 local_target="$$target"; \
387 fi; \
388 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389 || eval $$failcom; \
390 done && test -z "$$fail"
391tags-recursive:
392 list='$(SUBDIRS)'; for subdir in $$list; do \
393 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
394 done
395ctags-recursive:
396 list='$(SUBDIRS)'; for subdir in $$list; do \
397 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
398 done
399
400ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
401 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
402 unique=`for i in $$list; do \
403 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404 done | \
405 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406 END { if (nonempty) { for (i in files) print i; }; }'`; \
407 mkid -fID $$unique
408tags: TAGS
409
410TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
411 $(TAGS_FILES) $(LISP)
412 set x; \
413 here=`pwd`; \
414 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
415 include_option=--etags-include; \
416 empty_fix=.; \
417 else \
418 include_option=--include; \
419 empty_fix=; \
420 fi; \
421 list='$(SUBDIRS)'; for subdir in $$list; do \
422 if test "$$subdir" = .; then :; else \
423 test ! -f $$subdir/TAGS || \
424 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
425 fi; \
426 done; \
427 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
428 unique=`for i in $$list; do \
429 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430 done | \
431 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432 END { if (nonempty) { for (i in files) print i; }; }'`; \
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
444ctags: CTAGS
445CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
446 $(TAGS_FILES) $(LISP)
447 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
448 unique=`for i in $$list; do \
449 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450 done | \
451 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452 END { if (nonempty) { for (i in files) print i; }; }'`; \
453 test -z "$(CTAGS_ARGS)$$unique" \
454 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
455 $$unique
456
457GTAGS:
458 here=`$(am__cd) $(top_builddir) && pwd` \
459 && $(am__cd) $(top_srcdir) \
460 && gtags -i $(GTAGS_ARGS) "$$here"
461
462distclean-tags:
463 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
464
465distdir: $(DISTFILES)
466 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468 list='$(DISTFILES)'; \
469 dist_files=`for file in $$list; do echo $$file; done | \
470 sed -e "s|^$$srcdirstrip/||;t" \
471 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
472 case $$dist_files in \
473 */*) $(MKDIR_P) `echo "$$dist_files" | \
474 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
475 sort -u` ;; \
476 esac; \
477 for file in $$dist_files; do \
478 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
479 if test -d $$d/$$file; then \
480 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
481 if test -d "$(distdir)/$$file"; then \
482 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483 fi; \
484 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
485 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
486 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487 fi; \
488 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
489 else \
490 test -f "$(distdir)/$$file" \
491 || cp -p $$d/$$file "$(distdir)/$$file" \
492 || exit 1; \
493 fi; \
494 done
495 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
496 if test "$$subdir" = .; then :; else \
497 test -d "$(distdir)/$$subdir" \
498 || $(MKDIR_P) "$(distdir)/$$subdir" \
499 || exit 1; \
500 fi; \
501 done
502 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
503 if test "$$subdir" = .; then :; else \
504 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
505 $(am__relativize); \
506 new_distdir=$$reldir; \
507 dir1=$$subdir; dir2="$(top_distdir)"; \
508 $(am__relativize); \
509 new_top_distdir=$$reldir; \
510 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
511 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
512 ($(am__cd) $$subdir && \
513 $(MAKE) $(AM_MAKEFLAGS) \
514 top_distdir="$$new_top_distdir" \
515 distdir="$$new_distdir" \
516 am__remove_distdir=: \
517 am__skip_length_check=: \
518 am__skip_mode_fix=: \
519 distdir) \
520 || exit 1; \
521 fi; \
522 done
523check-am: all-am
524check: check-recursive
525all-am: Makefile
526installdirs: installdirs-recursive
527installdirs-am:
528install: install-recursive
529install-exec: install-exec-recursive
530install-data: install-data-recursive
531uninstall: uninstall-recursive
532
533install-am: all-am
534 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535
536installcheck: installcheck-recursive
537install-strip:
538 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540 `test -z '$(STRIP)' || \
541 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
542mostlyclean-generic:
543
544clean-generic:
545
546distclean-generic:
547 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
550maintainer-clean-generic:
551 @echo "This command is intended for maintainers to use"
552 @echo "it deletes files that may require special tools to rebuild."
553clean: clean-recursive
554
555clean-am: clean-generic clean-libtool mostlyclean-am
556
557distclean: distclean-recursive
558 -rm -f Makefile
559distclean-am: clean-am distclean-generic distclean-tags
560
561dvi: dvi-recursive
562
563dvi-am:
564
565html: html-recursive
566
567html-am:
568
569info: info-recursive
570
571info-am:
572
573install-data-am:
574
575install-dvi: install-dvi-recursive
576
577install-dvi-am:
578
579install-exec-am:
580
581install-html: install-html-recursive
582
583install-html-am:
584
585install-info: install-info-recursive
586
587install-info-am:
588
589install-man:
590
591install-pdf: install-pdf-recursive
592
593install-pdf-am:
594
595install-ps: install-ps-recursive
596
597install-ps-am:
598
599installcheck-am:
600
601maintainer-clean: maintainer-clean-recursive
602 -rm -f Makefile
603maintainer-clean-am: distclean-am maintainer-clean-generic
604
605mostlyclean: mostlyclean-recursive
606
607mostlyclean-am: mostlyclean-generic mostlyclean-libtool
608
609pdf: pdf-recursive
610
611pdf-am:
612
613ps: ps-recursive
614
615ps-am:
616
617uninstall-am:
618
619.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
620 install-am install-strip tags-recursive
621
622.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
623 all all-am check check-am clean clean-generic clean-libtool \
624 ctags ctags-recursive distclean distclean-generic \
625 distclean-libtool distclean-tags distdir dvi dvi-am html \
626 html-am info info-am install install-am install-data \
627 install-data-am install-dvi install-dvi-am install-exec \
628 install-exec-am install-html install-html-am install-info \
629 install-info-am install-man install-pdf install-pdf-am \
630 install-ps install-ps-am install-strip installcheck \
631 installcheck-am installdirs installdirs-am maintainer-clean \
632 maintainer-clean-generic mostlyclean mostlyclean-generic \
633 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
634 uninstall uninstall-am
635
636
637# Tell versions [3.59,3.63) of GNU make to not export all variables.
638# Otherwise a system limit (for SysV at least) may be exceeded.
639.NOEXPORT: