Support custom build directories and move includes
[zfs.git] / man / Makefile.in
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@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = man
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__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
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71         $(ACLOCAL_M4)
72 mkinstalldirs = $(install_sh) -d
73 CONFIG_HEADER = $(top_builddir)/zfs_config.h
74 CONFIG_CLEAN_FILES =
75 CONFIG_CLEAN_VPATH_FILES =
76 AM_V_GEN = $(am__v_GEN_$(V))
77 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
78 am__v_GEN_0 = @echo "  GEN   " $@;
79 AM_V_at = $(am__v_at_$(V))
80 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
81 am__v_at_0 = @
82 SOURCES =
83 DIST_SOURCES =
84 RECURSIVE_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
91 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
92   distclean-recursive maintainer-clean-recursive
93 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
94         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
95         distdir
96 ETAGS = etags
97 CTAGS = ctags
98 DIST_SUBDIRS = $(SUBDIRS)
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 am__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"
125 ACLOCAL = @ACLOCAL@
126 ALIEN = @ALIEN@
127 ALIEN_VERSION = @ALIEN_VERSION@
128 AMTAR = @AMTAR@
129 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130 AR = @AR@
131 AUTOCONF = @AUTOCONF@
132 AUTOHEADER = @AUTOHEADER@
133 AUTOMAKE = @AUTOMAKE@
134 AWK = @AWK@
135 CC = @CC@
136 CCAS = @CCAS@
137 CCASDEPMODE = @CCASDEPMODE@
138 CCASFLAGS = @CCASFLAGS@
139 CCDEPMODE = @CCDEPMODE@
140 CFLAGS = @CFLAGS@
141 CPP = @CPP@
142 CPPFLAGS = @CPPFLAGS@
143 CYGPATH_W = @CYGPATH_W@
144 DEBUG_CFLAGS = @DEBUG_CFLAGS@
145 DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
146 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
147 DEFS = @DEFS@
148 DEPDIR = @DEPDIR@
149 DPKG = @DPKG@
150 DPKGBUILD = @DPKGBUILD@
151 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
152 DPKG_VERSION = @DPKG_VERSION@
153 DSYMUTIL = @DSYMUTIL@
154 DUMPBIN = @DUMPBIN@
155 ECHO_C = @ECHO_C@
156 ECHO_N = @ECHO_N@
157 ECHO_T = @ECHO_T@
158 EGREP = @EGREP@
159 EXEEXT = @EXEEXT@
160 FGREP = @FGREP@
161 FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
162 GREP = @GREP@
163 HAVE_ALIEN = @HAVE_ALIEN@
164 HAVE_DPKG = @HAVE_DPKG@
165 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
166 HAVE_RPM = @HAVE_RPM@
167 HAVE_RPMBUILD = @HAVE_RPMBUILD@
168 INSTALL = @INSTALL@
169 INSTALL_DATA = @INSTALL_DATA@
170 INSTALL_PROGRAM = @INSTALL_PROGRAM@
171 INSTALL_SCRIPT = @INSTALL_SCRIPT@
172 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173 KERNELCPPFLAGS = @KERNELCPPFLAGS@
174 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
175 LD = @LD@
176 LDFLAGS = @LDFLAGS@
177 LIBBLKID = @LIBBLKID@
178 LIBOBJS = @LIBOBJS@
179 LIBS = @LIBS@
180 LIBTOOL = @LIBTOOL@
181 LIBUUID = @LIBUUID@
182 LINUX = @LINUX@
183 LINUX_OBJ = @LINUX_OBJ@
184 LINUX_SYMBOLS = @LINUX_SYMBOLS@
185 LINUX_VERSION = @LINUX_VERSION@
186 LIPO = @LIPO@
187 LN_S = @LN_S@
188 LTLIBOBJS = @LTLIBOBJS@
189 MAINT = @MAINT@
190 MAKEINFO = @MAKEINFO@
191 MKDIR_P = @MKDIR_P@
192 NM = @NM@
193 NMEDIT = @NMEDIT@
194 OBJDUMP = @OBJDUMP@
195 OBJEXT = @OBJEXT@
196 OTOOL = @OTOOL@
197 OTOOL64 = @OTOOL64@
198 PACKAGE = @PACKAGE@
199 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200 PACKAGE_NAME = @PACKAGE_NAME@
201 PACKAGE_STRING = @PACKAGE_STRING@
202 PACKAGE_TARNAME = @PACKAGE_TARNAME@
203 PACKAGE_VERSION = @PACKAGE_VERSION@
204 PATH_SEPARATOR = @PATH_SEPARATOR@
205 RANLIB = @RANLIB@
206 RPM = @RPM@
207 RPMBUILD = @RPMBUILD@
208 RPMBUILD_VERSION = @RPMBUILD_VERSION@
209 RPM_VERSION = @RPM_VERSION@
210 SED = @SED@
211 SET_MAKE = @SET_MAKE@
212 SHELL = @SHELL@
213 SPL = @SPL@
214 SPL_OBJ = @SPL_OBJ@
215 SPL_SYMBOLS = @SPL_SYMBOLS@
216 SPL_VERSION = @SPL_VERSION@
217 STRIP = @STRIP@
218 TARGET_ASM_DIR = @TARGET_ASM_DIR@
219 VENDOR = @VENDOR@
220 VERSION = @VERSION@
221 ZFS_CONFIG = @ZFS_CONFIG@
222 ZFS_META_ALIAS = @ZFS_META_ALIAS@
223 ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
224 ZFS_META_DATA = @ZFS_META_DATA@
225 ZFS_META_LICENSE = @ZFS_META_LICENSE@
226 ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
227 ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
228 ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
229 ZFS_META_NAME = @ZFS_META_NAME@
230 ZFS_META_RELEASE = @ZFS_META_RELEASE@
231 ZFS_META_VERSION = @ZFS_META_VERSION@
232 ZLIB = @ZLIB@
233 abs_builddir = @abs_builddir@
234 abs_srcdir = @abs_srcdir@
235 abs_top_builddir = @abs_top_builddir@
236 abs_top_srcdir = @abs_top_srcdir@
237 ac_ct_CC = @ac_ct_CC@
238 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
239 am__include = @am__include@
240 am__leading_dot = @am__leading_dot@
241 am__quote = @am__quote@
242 am__tar = @am__tar@
243 am__untar = @am__untar@
244 bindir = @bindir@
245 build = @build@
246 build_alias = @build_alias@
247 build_cpu = @build_cpu@
248 build_os = @build_os@
249 build_vendor = @build_vendor@
250 builddir = @builddir@
251 datadir = @datadir@
252 datarootdir = @datarootdir@
253 docdir = @docdir@
254 dvidir = @dvidir@
255 exec_prefix = @exec_prefix@
256 host = @host@
257 host_alias = @host_alias@
258 host_cpu = @host_cpu@
259 host_os = @host_os@
260 host_vendor = @host_vendor@
261 htmldir = @htmldir@
262 includedir = @includedir@
263 infodir = @infodir@
264 install_sh = @install_sh@
265 libdir = @libdir@
266 libexecdir = @libexecdir@
267 localedir = @localedir@
268 localstatedir = @localstatedir@
269 lt_ECHO = @lt_ECHO@
270 mandir = @mandir@
271 mkdir_p = @mkdir_p@
272 oldincludedir = @oldincludedir@
273 pdfdir = @pdfdir@
274 prefix = @prefix@
275 program_transform_name = @program_transform_name@
276 psdir = @psdir@
277 sbindir = @sbindir@
278 sharedstatedir = @sharedstatedir@
279 srcdir = @srcdir@
280 sysconfdir = @sysconfdir@
281 target = @target@
282 target_alias = @target_alias@
283 target_cpu = @target_cpu@
284 target_os = @target_os@
285 target_vendor = @target_vendor@
286 top_build_prefix = @top_build_prefix@
287 top_builddir = @top_builddir@
288 top_srcdir = @top_srcdir@
289 SUBDIRS = man8
290 all: 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
306 Makefile: $(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
324 mostlyclean-libtool:
325         -rm -f *.lo
326
327 clean-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"
391 tags-recursive:
392         list='$(SUBDIRS)'; for subdir in $$list; do \
393           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
394         done
395 ctags-recursive:
396         list='$(SUBDIRS)'; for subdir in $$list; do \
397           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
398         done
399
400 ID: $(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
408 tags: TAGS
409
410 TAGS: 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
444 ctags: CTAGS
445 CTAGS: 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
457 GTAGS:
458         here=`$(am__cd) $(top_builddir) && pwd` \
459           && $(am__cd) $(top_srcdir) \
460           && gtags -i $(GTAGS_ARGS) "$$here"
461
462 distclean-tags:
463         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
464
465 distdir: $(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
523 check-am: all-am
524 check: check-recursive
525 all-am: Makefile
526 installdirs: installdirs-recursive
527 installdirs-am:
528 install: install-recursive
529 install-exec: install-exec-recursive
530 install-data: install-data-recursive
531 uninstall: uninstall-recursive
532
533 install-am: all-am
534         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535
536 installcheck: installcheck-recursive
537 install-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
542 mostlyclean-generic:
543
544 clean-generic:
545
546 distclean-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
550 maintainer-clean-generic:
551         @echo "This command is intended for maintainers to use"
552         @echo "it deletes files that may require special tools to rebuild."
553 clean: clean-recursive
554
555 clean-am: clean-generic clean-libtool mostlyclean-am
556
557 distclean: distclean-recursive
558         -rm -f Makefile
559 distclean-am: clean-am distclean-generic distclean-tags
560
561 dvi: dvi-recursive
562
563 dvi-am:
564
565 html: html-recursive
566
567 html-am:
568
569 info: info-recursive
570
571 info-am:
572
573 install-data-am:
574
575 install-dvi: install-dvi-recursive
576
577 install-dvi-am:
578
579 install-exec-am:
580
581 install-html: install-html-recursive
582
583 install-html-am:
584
585 install-info: install-info-recursive
586
587 install-info-am:
588
589 install-man:
590
591 install-pdf: install-pdf-recursive
592
593 install-pdf-am:
594
595 install-ps: install-ps-recursive
596
597 install-ps-am:
598
599 installcheck-am:
600
601 maintainer-clean: maintainer-clean-recursive
602         -rm -f Makefile
603 maintainer-clean-am: distclean-am maintainer-clean-generic
604
605 mostlyclean: mostlyclean-recursive
606
607 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
608
609 pdf: pdf-recursive
610
611 pdf-am:
612
613 ps: ps-recursive
614
615 ps-am:
616
617 uninstall-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: