3568eb1bd7d507db797f6802fc7b6cf369bb4a4e
[zfs.git] / cmd / 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 = cmd
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-failfast.m4 \
46         $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
47         $(top_srcdir)/config/kernel-blk-end-request.m4 \
48         $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
49         $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
50         $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
51         $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
52         $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
53         $(top_srcdir)/config/kernel-blkdev-get-by-path.m4 \
54         $(top_srcdir)/config/kernel-evict-inode.m4 \
55         $(top_srcdir)/config/kernel-fmode-t.m4 \
56         $(top_srcdir)/config/kernel-fsync.m4 \
57         $(top_srcdir)/config/kernel-get-disk-ro.m4 \
58         $(top_srcdir)/config/kernel-insert-inode-locked.m4 \
59         $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
60         $(top_srcdir)/config/kernel-kobj-name-len.m4 \
61         $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
62         $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
63         $(top_srcdir)/config/kernel-rq-is_sync.m4 \
64         $(top_srcdir)/config/kernel-xattr-handler.m4 \
65         $(top_srcdir)/config/kernel.m4 \
66         $(top_srcdir)/config/user-arch.m4 \
67         $(top_srcdir)/config/user-frame-larger-than.m4 \
68         $(top_srcdir)/config/user-ioctl.m4 \
69         $(top_srcdir)/config/user-libblkid.m4 \
70         $(top_srcdir)/config/user-libuuid.m4 \
71         $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
72         $(top_srcdir)/config/user-selinux.m4 \
73         $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
74         $(top_srcdir)/config/zfs-build.m4 \
75         $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
76 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77         $(ACLOCAL_M4)
78 mkinstalldirs = $(install_sh) -d
79 CONFIG_HEADER = $(top_builddir)/zfs_config.h
80 CONFIG_CLEAN_FILES =
81 CONFIG_CLEAN_VPATH_FILES =
82 AM_V_GEN = $(am__v_GEN_$(V))
83 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
84 am__v_GEN_0 = @echo "  GEN   " $@;
85 AM_V_at = $(am__v_at_$(V))
86 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
87 am__v_at_0 = @
88 SOURCES =
89 DIST_SOURCES =
90 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
91         html-recursive info-recursive install-data-recursive \
92         install-dvi-recursive install-exec-recursive \
93         install-html-recursive install-info-recursive \
94         install-pdf-recursive install-ps-recursive install-recursive \
95         installcheck-recursive installdirs-recursive pdf-recursive \
96         ps-recursive uninstall-recursive
97 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
98   distclean-recursive maintainer-clean-recursive
99 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
100         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
101         distdir
102 ETAGS = etags
103 CTAGS = ctags
104 DIST_SUBDIRS = $(SUBDIRS)
105 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106 am__relativize = \
107   dir0=`pwd`; \
108   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
109   sed_rest='s,^[^/]*/*,,'; \
110   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
111   sed_butlast='s,/*[^/]*$$,,'; \
112   while test -n "$$dir1"; do \
113     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
114     if test "$$first" != "."; then \
115       if test "$$first" = ".."; then \
116         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
117         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
118       else \
119         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
120         if test "$$first2" = "$$first"; then \
121           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
122         else \
123           dir2="../$$dir2"; \
124         fi; \
125         dir0="$$dir0"/"$$first"; \
126       fi; \
127     fi; \
128     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
129   done; \
130   reldir="$$dir2"
131 ACLOCAL = @ACLOCAL@
132 ALIEN = @ALIEN@
133 ALIEN_VERSION = @ALIEN_VERSION@
134 AMTAR = @AMTAR@
135 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
136 AR = @AR@
137 AUTOCONF = @AUTOCONF@
138 AUTOHEADER = @AUTOHEADER@
139 AUTOMAKE = @AUTOMAKE@
140 AWK = @AWK@
141 CC = @CC@
142 CCAS = @CCAS@
143 CCASDEPMODE = @CCASDEPMODE@
144 CCASFLAGS = @CCASFLAGS@
145 CCDEPMODE = @CCDEPMODE@
146 CFLAGS = @CFLAGS@
147 CPP = @CPP@
148 CPPFLAGS = @CPPFLAGS@
149 CYGPATH_W = @CYGPATH_W@
150 DEBUG_CFLAGS = @DEBUG_CFLAGS@
151 DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
152 DEFAULT_INIT_SCRIPT = @DEFAULT_INIT_SCRIPT@
153 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
154 DEFS = @DEFS@
155 DEPDIR = @DEPDIR@
156 DPKG = @DPKG@
157 DPKGBUILD = @DPKGBUILD@
158 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
159 DPKG_VERSION = @DPKG_VERSION@
160 DSYMUTIL = @DSYMUTIL@
161 DUMPBIN = @DUMPBIN@
162 ECHO_C = @ECHO_C@
163 ECHO_N = @ECHO_N@
164 ECHO_T = @ECHO_T@
165 EGREP = @EGREP@
166 EXEEXT = @EXEEXT@
167 FGREP = @FGREP@
168 FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
169 GREP = @GREP@
170 HAVE_ALIEN = @HAVE_ALIEN@
171 HAVE_DPKG = @HAVE_DPKG@
172 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
173 HAVE_RPM = @HAVE_RPM@
174 HAVE_RPMBUILD = @HAVE_RPMBUILD@
175 INSTALL = @INSTALL@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180 KERNELCPPFLAGS = @KERNELCPPFLAGS@
181 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
182 LD = @LD@
183 LDFLAGS = @LDFLAGS@
184 LIBBLKID = @LIBBLKID@
185 LIBOBJS = @LIBOBJS@
186 LIBS = @LIBS@
187 LIBSELINUX = @LIBSELINUX@
188 LIBTOOL = @LIBTOOL@
189 LIBUUID = @LIBUUID@
190 LINUX = @LINUX@
191 LINUX_OBJ = @LINUX_OBJ@
192 LINUX_SYMBOLS = @LINUX_SYMBOLS@
193 LINUX_VERSION = @LINUX_VERSION@
194 LIPO = @LIPO@
195 LN_S = @LN_S@
196 LTLIBOBJS = @LTLIBOBJS@
197 MAINT = @MAINT@
198 MAKEINFO = @MAKEINFO@
199 MKDIR_P = @MKDIR_P@
200 NM = @NM@
201 NMEDIT = @NMEDIT@
202 OBJDUMP = @OBJDUMP@
203 OBJEXT = @OBJEXT@
204 OTOOL = @OTOOL@
205 OTOOL64 = @OTOOL64@
206 PACKAGE = @PACKAGE@
207 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208 PACKAGE_NAME = @PACKAGE_NAME@
209 PACKAGE_STRING = @PACKAGE_STRING@
210 PACKAGE_TARNAME = @PACKAGE_TARNAME@
211 PACKAGE_VERSION = @PACKAGE_VERSION@
212 PATH_SEPARATOR = @PATH_SEPARATOR@
213 RANLIB = @RANLIB@
214 RPM = @RPM@
215 RPMBUILD = @RPMBUILD@
216 RPMBUILD_VERSION = @RPMBUILD_VERSION@
217 RPM_VERSION = @RPM_VERSION@
218 SED = @SED@
219 SET_MAKE = @SET_MAKE@
220 SHELL = @SHELL@
221 SPL = @SPL@
222 SPL_OBJ = @SPL_OBJ@
223 SPL_SYMBOLS = @SPL_SYMBOLS@
224 SPL_VERSION = @SPL_VERSION@
225 STRIP = @STRIP@
226 TARGET_ASM_DIR = @TARGET_ASM_DIR@
227 VENDOR = @VENDOR@
228 VERSION = @VERSION@
229 ZFS_CONFIG = @ZFS_CONFIG@
230 ZFS_META_ALIAS = @ZFS_META_ALIAS@
231 ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
232 ZFS_META_DATA = @ZFS_META_DATA@
233 ZFS_META_LICENSE = @ZFS_META_LICENSE@
234 ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
235 ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
236 ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
237 ZFS_META_NAME = @ZFS_META_NAME@
238 ZFS_META_RELEASE = @ZFS_META_RELEASE@
239 ZFS_META_VERSION = @ZFS_META_VERSION@
240 ZLIB = @ZLIB@
241 abs_builddir = @abs_builddir@
242 abs_srcdir = @abs_srcdir@
243 abs_top_builddir = @abs_top_builddir@
244 abs_top_srcdir = @abs_top_srcdir@
245 ac_ct_CC = @ac_ct_CC@
246 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
247 am__include = @am__include@
248 am__leading_dot = @am__leading_dot@
249 am__quote = @am__quote@
250 am__tar = @am__tar@
251 am__untar = @am__untar@
252 bindir = @bindir@
253 build = @build@
254 build_alias = @build_alias@
255 build_cpu = @build_cpu@
256 build_os = @build_os@
257 build_vendor = @build_vendor@
258 builddir = @builddir@
259 datadir = @datadir@
260 datarootdir = @datarootdir@
261 docdir = @docdir@
262 dvidir = @dvidir@
263 exec_prefix = @exec_prefix@
264 host = @host@
265 host_alias = @host_alias@
266 host_cpu = @host_cpu@
267 host_os = @host_os@
268 host_vendor = @host_vendor@
269 htmldir = @htmldir@
270 includedir = @includedir@
271 infodir = @infodir@
272 install_sh = @install_sh@
273 libdir = @libdir@
274 libexecdir = @libexecdir@
275 localedir = @localedir@
276 localstatedir = @localstatedir@
277 lt_ECHO = @lt_ECHO@
278 mandir = @mandir@
279 mkdir_p = @mkdir_p@
280 oldincludedir = @oldincludedir@
281 pdfdir = @pdfdir@
282 prefix = @prefix@
283 program_transform_name = @program_transform_name@
284 psdir = @psdir@
285 sbindir = @sbindir@
286 sharedstatedir = @sharedstatedir@
287 srcdir = @srcdir@
288 sysconfdir = @sysconfdir@
289 target = @target@
290 target_alias = @target_alias@
291 target_cpu = @target_cpu@
292 target_os = @target_os@
293 target_vendor = @target_vendor@
294 top_build_prefix = @top_build_prefix@
295 top_builddir = @top_builddir@
296 top_srcdir = @top_srcdir@
297 SUBDIRS = zfs zpool zdb zinject ztest zpios mount_zfs zpool_layout \
298         zvol_id zpool_id
299 all: all-recursive
300
301 .SUFFIXES:
302 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
303         @for dep in $?; do \
304           case '$(am__configure_deps)' in \
305             *$$dep*) \
306               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
307                 && { if test -f $@; then exit 0; else break; fi; }; \
308               exit 1;; \
309           esac; \
310         done; \
311         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cmd/Makefile'; \
312         $(am__cd) $(top_srcdir) && \
313           $(AUTOMAKE) --gnu cmd/Makefile
314 .PRECIOUS: Makefile
315 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316         @case '$?' in \
317           *config.status*) \
318             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
319           *) \
320             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
321             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
322         esac;
323
324 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
325         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
327 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
328         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
330         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331 $(am__aclocal_m4_deps):
332
333 mostlyclean-libtool:
334         -rm -f *.lo
335
336 clean-libtool:
337         -rm -rf .libs _libs
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)  $(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)  $(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)  $(TAGS_DEPENDENCIES) \
455                 $(TAGS_FILES) $(LISP)
456         list='$(SOURCES) $(HEADERS)  $(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         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477         list='$(DISTFILES)'; \
478           dist_files=`for file in $$list; do echo $$file; done | \
479           sed -e "s|^$$srcdirstrip/||;t" \
480               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
481         case $$dist_files in \
482           */*) $(MKDIR_P) `echo "$$dist_files" | \
483                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
484                            sort -u` ;; \
485         esac; \
486         for file in $$dist_files; do \
487           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
488           if test -d $$d/$$file; then \
489             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
490             if test -d "$(distdir)/$$file"; then \
491               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492             fi; \
493             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
494               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
495               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496             fi; \
497             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
498           else \
499             test -f "$(distdir)/$$file" \
500             || cp -p $$d/$$file "$(distdir)/$$file" \
501             || exit 1; \
502           fi; \
503         done
504         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
505           if test "$$subdir" = .; then :; else \
506             test -d "$(distdir)/$$subdir" \
507             || $(MKDIR_P) "$(distdir)/$$subdir" \
508             || exit 1; \
509           fi; \
510         done
511         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512           if test "$$subdir" = .; then :; else \
513             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
514             $(am__relativize); \
515             new_distdir=$$reldir; \
516             dir1=$$subdir; dir2="$(top_distdir)"; \
517             $(am__relativize); \
518             new_top_distdir=$$reldir; \
519             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
520             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
521             ($(am__cd) $$subdir && \
522               $(MAKE) $(AM_MAKEFLAGS) \
523                 top_distdir="$$new_top_distdir" \
524                 distdir="$$new_distdir" \
525                 am__remove_distdir=: \
526                 am__skip_length_check=: \
527                 am__skip_mode_fix=: \
528                 distdir) \
529               || exit 1; \
530           fi; \
531         done
532 check-am: all-am
533 check: check-recursive
534 all-am: Makefile
535 installdirs: installdirs-recursive
536 installdirs-am:
537 install: install-recursive
538 install-exec: install-exec-recursive
539 install-data: install-data-recursive
540 uninstall: uninstall-recursive
541
542 install-am: all-am
543         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
544
545 installcheck: installcheck-recursive
546 install-strip:
547         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549           `test -z '$(STRIP)' || \
550             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
551 mostlyclean-generic:
552
553 clean-generic:
554
555 distclean-generic:
556         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
557         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
558
559 maintainer-clean-generic:
560         @echo "This command is intended for maintainers to use"
561         @echo "it deletes files that may require special tools to rebuild."
562 clean: clean-recursive
563
564 clean-am: clean-generic clean-libtool mostlyclean-am
565
566 distclean: distclean-recursive
567         -rm -f Makefile
568 distclean-am: clean-am distclean-generic distclean-tags
569
570 dvi: dvi-recursive
571
572 dvi-am:
573
574 html: html-recursive
575
576 html-am:
577
578 info: info-recursive
579
580 info-am:
581
582 install-data-am:
583
584 install-dvi: install-dvi-recursive
585
586 install-dvi-am:
587
588 install-exec-am:
589
590 install-html: install-html-recursive
591
592 install-html-am:
593
594 install-info: install-info-recursive
595
596 install-info-am:
597
598 install-man:
599
600 install-pdf: install-pdf-recursive
601
602 install-pdf-am:
603
604 install-ps: install-ps-recursive
605
606 install-ps-am:
607
608 installcheck-am:
609
610 maintainer-clean: maintainer-clean-recursive
611         -rm -f Makefile
612 maintainer-clean-am: distclean-am maintainer-clean-generic
613
614 mostlyclean: mostlyclean-recursive
615
616 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
617
618 pdf: pdf-recursive
619
620 pdf-am:
621
622 ps: ps-recursive
623
624 ps-am:
625
626 uninstall-am:
627
628 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
629         install-am install-strip tags-recursive
630
631 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
632         all all-am check check-am clean clean-generic clean-libtool \
633         ctags ctags-recursive distclean distclean-generic \
634         distclean-libtool distclean-tags distdir dvi dvi-am html \
635         html-am info info-am install install-am install-data \
636         install-data-am install-dvi install-dvi-am install-exec \
637         install-exec-am install-html install-html-am install-info \
638         install-info-am install-man install-pdf install-pdf-am \
639         install-ps install-ps-am install-strip installcheck \
640         installcheck-am installdirs installdirs-am maintainer-clean \
641         maintainer-clean-generic mostlyclean mostlyclean-generic \
642         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
643         uninstall uninstall-am
644
645
646 # Tell versions [3.59,3.63) of GNU make to not export all variables.
647 # Otherwise a system limit (for SysV at least) may be exceeded.
648 .NOEXPORT: