Add zfault zpool configurations and tests
[zfs.git] / scripts / 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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@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 = scripts
38 DIST_COMMON = $(dist_pkglibexec_SCRIPTS) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in $(srcdir)/common.sh.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps =  \
42         $(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
43         $(top_srcdir)/config/kernel-bdev-logical-size.m4 \
44         $(top_srcdir)/config/kernel-bio-empty-barrier.m4 \
45         $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \
46         $(top_srcdir)/config/kernel-bio-failfast.m4 \
47         $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
48         $(top_srcdir)/config/kernel-blk-end-request.m4 \
49         $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
50         $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
51         $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
52         $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
53         $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
54         $(top_srcdir)/config/kernel-fmode-t.m4 \
55         $(top_srcdir)/config/kernel-get-disk-ro.m4 \
56         $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
57         $(top_srcdir)/config/kernel-kobj-name-len.m4 \
58         $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
59         $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
60         $(top_srcdir)/config/kernel-rq-is_sync.m4 \
61         $(top_srcdir)/config/kernel.m4 \
62         $(top_srcdir)/config/user-arch.m4 \
63         $(top_srcdir)/config/user-frame-larger-than.m4 \
64         $(top_srcdir)/config/user-ioctl.m4 \
65         $(top_srcdir)/config/user-libblkid.m4 \
66         $(top_srcdir)/config/user-libshare.m4 \
67         $(top_srcdir)/config/user-libuuid.m4 \
68         $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
69         $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
70         $(top_srcdir)/config/zfs-build.m4 \
71         $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73         $(ACLOCAL_M4)
74 mkinstalldirs = $(install_sh) -d
75 CONFIG_HEADER = $(top_builddir)/zfs_config.h
76 CONFIG_CLEAN_FILES = common.sh
77 CONFIG_CLEAN_VPATH_FILES =
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79 am__vpath_adj = case $$p in \
80     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81     *) f=$$p;; \
82   esac;
83 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84 am__install_max = 40
85 am__nobase_strip_setup = \
86   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87 am__nobase_strip = \
88   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89 am__nobase_list = $(am__nobase_strip_setup); \
90   for p in $$list; do echo "$$p $$p"; done | \
91   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93     if (++n[$$2] == $(am__install_max)) \
94       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95     END { for (dir in files) print dir, files[dir] }'
96 am__base_list = \
97   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99 am__installdirs = "$(DESTDIR)$(pkglibexecdir)"
100 SCRIPTS = $(dist_pkglibexec_SCRIPTS)
101 AM_V_GEN = $(am__v_GEN_$(V))
102 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
103 am__v_GEN_0 = @echo "  GEN   " $@;
104 AM_V_at = $(am__v_at_$(V))
105 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
106 am__v_at_0 = @
107 SOURCES =
108 DIST_SOURCES =
109 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
110         html-recursive info-recursive install-data-recursive \
111         install-dvi-recursive install-exec-recursive \
112         install-html-recursive install-info-recursive \
113         install-pdf-recursive install-ps-recursive install-recursive \
114         installcheck-recursive installdirs-recursive pdf-recursive \
115         ps-recursive uninstall-recursive
116 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
117   distclean-recursive maintainer-clean-recursive
118 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
119         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
120         distdir
121 ETAGS = etags
122 CTAGS = ctags
123 DIST_SUBDIRS = $(SUBDIRS)
124 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125 am__relativize = \
126   dir0=`pwd`; \
127   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
128   sed_rest='s,^[^/]*/*,,'; \
129   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
130   sed_butlast='s,/*[^/]*$$,,'; \
131   while test -n "$$dir1"; do \
132     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
133     if test "$$first" != "."; then \
134       if test "$$first" = ".."; then \
135         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
136         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
137       else \
138         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
139         if test "$$first2" = "$$first"; then \
140           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
141         else \
142           dir2="../$$dir2"; \
143         fi; \
144         dir0="$$dir0"/"$$first"; \
145       fi; \
146     fi; \
147     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
148   done; \
149   reldir="$$dir2"
150 pkglibexecdir = $(libexecdir)/@PACKAGE@
151 ACLOCAL = @ACLOCAL@
152 ALIEN = @ALIEN@
153 ALIEN_VERSION = @ALIEN_VERSION@
154 AMTAR = @AMTAR@
155 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
156 AR = @AR@
157 AUTOCONF = @AUTOCONF@
158 AUTOHEADER = @AUTOHEADER@
159 AUTOMAKE = @AUTOMAKE@
160 AWK = @AWK@
161 CC = @CC@
162 CCAS = @CCAS@
163 CCASDEPMODE = @CCASDEPMODE@
164 CCASFLAGS = @CCASFLAGS@
165 CCDEPMODE = @CCDEPMODE@
166 CFLAGS = @CFLAGS@
167 CPP = @CPP@
168 CPPFLAGS = @CPPFLAGS@
169 CYGPATH_W = @CYGPATH_W@
170 DEBUG_CFLAGS = @DEBUG_CFLAGS@
171 DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
172 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
173 DEFS = @DEFS@
174 DEPDIR = @DEPDIR@
175 DPKG = @DPKG@
176 DPKGBUILD = @DPKGBUILD@
177 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
178 DPKG_VERSION = @DPKG_VERSION@
179 DSYMUTIL = @DSYMUTIL@
180 DUMPBIN = @DUMPBIN@
181 ECHO_C = @ECHO_C@
182 ECHO_N = @ECHO_N@
183 ECHO_T = @ECHO_T@
184 EGREP = @EGREP@
185 EXEEXT = @EXEEXT@
186 FGREP = @FGREP@
187 FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
188 GREP = @GREP@
189 HAVE_ALIEN = @HAVE_ALIEN@
190 HAVE_DPKG = @HAVE_DPKG@
191 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
192 HAVE_RPM = @HAVE_RPM@
193 HAVE_RPMBUILD = @HAVE_RPMBUILD@
194 INSTALL = @INSTALL@
195 INSTALL_DATA = @INSTALL_DATA@
196 INSTALL_PROGRAM = @INSTALL_PROGRAM@
197 INSTALL_SCRIPT = @INSTALL_SCRIPT@
198 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
199 KERNELCPPFLAGS = @KERNELCPPFLAGS@
200 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
201 LD = @LD@
202 LDFLAGS = @LDFLAGS@
203 LIBBLKID = @LIBBLKID@
204 LIBOBJS = @LIBOBJS@
205 LIBS = @LIBS@
206 LIBTOOL = @LIBTOOL@
207 LIBUUID = @LIBUUID@
208 LINUX = @LINUX@
209 LINUX_OBJ = @LINUX_OBJ@
210 LINUX_SYMBOLS = @LINUX_SYMBOLS@
211 LINUX_VERSION = @LINUX_VERSION@
212 LIPO = @LIPO@
213 LN_S = @LN_S@
214 LTLIBOBJS = @LTLIBOBJS@
215 MAINT = @MAINT@
216 MAKEINFO = @MAKEINFO@
217 MKDIR_P = @MKDIR_P@
218 NM = @NM@
219 NMEDIT = @NMEDIT@
220 OBJDUMP = @OBJDUMP@
221 OBJEXT = @OBJEXT@
222 OTOOL = @OTOOL@
223 OTOOL64 = @OTOOL64@
224 PACKAGE = @PACKAGE@
225 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226 PACKAGE_NAME = @PACKAGE_NAME@
227 PACKAGE_STRING = @PACKAGE_STRING@
228 PACKAGE_TARNAME = @PACKAGE_TARNAME@
229 PACKAGE_VERSION = @PACKAGE_VERSION@
230 PATH_SEPARATOR = @PATH_SEPARATOR@
231 RANLIB = @RANLIB@
232 RPM = @RPM@
233 RPMBUILD = @RPMBUILD@
234 RPMBUILD_VERSION = @RPMBUILD_VERSION@
235 RPM_VERSION = @RPM_VERSION@
236 SED = @SED@
237 SET_MAKE = @SET_MAKE@
238 SHELL = @SHELL@
239 SPL = @SPL@
240 SPL_OBJ = @SPL_OBJ@
241 SPL_SYMBOLS = @SPL_SYMBOLS@
242 SPL_VERSION = @SPL_VERSION@
243 STRIP = @STRIP@
244 TARGET_ASM_DIR = @TARGET_ASM_DIR@
245 VENDOR = @VENDOR@
246 VERSION = @VERSION@
247 ZFS_CONFIG = @ZFS_CONFIG@
248 ZFS_META_ALIAS = @ZFS_META_ALIAS@
249 ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
250 ZFS_META_DATA = @ZFS_META_DATA@
251 ZFS_META_LICENSE = @ZFS_META_LICENSE@
252 ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
253 ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
254 ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
255 ZFS_META_NAME = @ZFS_META_NAME@
256 ZFS_META_RELEASE = @ZFS_META_RELEASE@
257 ZFS_META_VERSION = @ZFS_META_VERSION@
258 ZLIB = @ZLIB@
259 abs_builddir = @abs_builddir@
260 abs_srcdir = @abs_srcdir@
261 abs_top_builddir = @abs_top_builddir@
262 abs_top_srcdir = @abs_top_srcdir@
263 ac_ct_CC = @ac_ct_CC@
264 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
265 am__include = @am__include@
266 am__leading_dot = @am__leading_dot@
267 am__quote = @am__quote@
268 am__tar = @am__tar@
269 am__untar = @am__untar@
270 bindir = @bindir@
271 build = @build@
272 build_alias = @build_alias@
273 build_cpu = @build_cpu@
274 build_os = @build_os@
275 build_vendor = @build_vendor@
276 builddir = @builddir@
277 datadir = @datadir@
278 datarootdir = @datarootdir@
279 docdir = @docdir@
280 dvidir = @dvidir@
281 exec_prefix = @exec_prefix@
282 host = @host@
283 host_alias = @host_alias@
284 host_cpu = @host_cpu@
285 host_os = @host_os@
286 host_vendor = @host_vendor@
287 htmldir = @htmldir@
288 includedir = @includedir@
289 infodir = @infodir@
290 install_sh = @install_sh@
291 libdir = @libdir@
292 libexecdir = @libexecdir@
293 localedir = @localedir@
294 localstatedir = @localstatedir@
295 lt_ECHO = @lt_ECHO@
296 mandir = @mandir@
297 mkdir_p = @mkdir_p@
298 oldincludedir = @oldincludedir@
299 pdfdir = @pdfdir@
300 prefix = @prefix@
301 program_transform_name = @program_transform_name@
302 psdir = @psdir@
303 sbindir = @sbindir@
304 sharedstatedir = @sharedstatedir@
305 srcdir = @srcdir@
306 sysconfdir = @sysconfdir@
307 target = @target@
308 target_alias = @target_alias@
309 target_cpu = @target_cpu@
310 target_os = @target_os@
311 target_vendor = @target_vendor@
312 top_build_prefix = @top_build_prefix@
313 top_builddir = @top_builddir@
314 top_srcdir = @top_srcdir@
315 SUBDIRS = zpool-config zpool-layout zpios-test zpios-profile
316 dist_pkglibexec_SCRIPTS = \
317         $(top_builddir)/scripts/common.sh \
318         $(top_srcdir)/scripts/zconfig.sh \
319         $(top_srcdir)/scripts/zfault.sh \
320         $(top_srcdir)/scripts/zfs.sh \
321         $(top_srcdir)/scripts/zpool-create.sh \
322         $(top_srcdir)/scripts/zpios.sh \
323         $(top_srcdir)/scripts/zpios-sanity.sh \
324         $(top_srcdir)/scripts/zpios-survey.sh
325
326 ZFS = $(top_builddir)/scripts/zfs.sh
327 ZCONFIG = $(top_builddir)/scripts/zconfig.sh
328 ZFAULT = $(top_builddir)/scripts/zfault.sh
329 ZTEST = $(top_builddir)/cmd/ztest/ztest
330 ZPIOS_SANITY = $(top_builddir)/scripts/zpios-sanity.sh
331 all: all-recursive
332
333 .SUFFIXES:
334 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
335         @for dep in $?; do \
336           case '$(am__configure_deps)' in \
337             *$$dep*) \
338               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
339                 && { if test -f $@; then exit 0; else break; fi; }; \
340               exit 1;; \
341           esac; \
342         done; \
343         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
344         $(am__cd) $(top_srcdir) && \
345           $(AUTOMAKE) --gnu scripts/Makefile
346 .PRECIOUS: Makefile
347 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
348         @case '$?' in \
349           *config.status*) \
350             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
351           *) \
352             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
353             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
354         esac;
355
356 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
359 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
360         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
362         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363 $(am__aclocal_m4_deps):
364 common.sh: $(top_builddir)/config.status $(srcdir)/common.sh.in
365         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
366 install-dist_pkglibexecSCRIPTS: $(dist_pkglibexec_SCRIPTS)
367         @$(NORMAL_INSTALL)
368         test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
369         @list='$(dist_pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || list=; \
370         for p in $$list; do \
371           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
372           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
373         done | \
374         sed -e 'p;s,.*/,,;n' \
375             -e 'h;s|.*|.|' \
376             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
377         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
378           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
379             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
380               if (++n[d] == $(am__install_max)) { \
381                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
382             else { print "f", d "/" $$4, $$1 } } \
383           END { for (d in files) print "f", d, files[d] }' | \
384         while read type dir files; do \
385              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
386              test -z "$$files" || { \
387                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
388                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
389              } \
390         ; done
391
392 uninstall-dist_pkglibexecSCRIPTS:
393         @$(NORMAL_UNINSTALL)
394         @list='$(dist_pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || exit 0; \
395         files=`for p in $$list; do echo "$$p"; done | \
396                sed -e 's,.*/,,;$(transform)'`; \
397         test -n "$$list" || exit 0; \
398         echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
399         cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
400
401 mostlyclean-libtool:
402         -rm -f *.lo
403
404 clean-libtool:
405         -rm -rf .libs _libs
406
407 # This directory's subdirectories are mostly independent; you can cd
408 # into them and run `make' without going through this Makefile.
409 # To change the values of `make' variables: instead of editing Makefiles,
410 # (1) if the variable is set in `config.status', edit `config.status'
411 #     (which will cause the Makefiles to be regenerated when you run `make');
412 # (2) otherwise, pass the desired values on the `make' command line.
413 $(RECURSIVE_TARGETS):
414         @fail= failcom='exit 1'; \
415         for f in x $$MAKEFLAGS; do \
416           case $$f in \
417             *=* | --[!k]*);; \
418             *k*) failcom='fail=yes';; \
419           esac; \
420         done; \
421         dot_seen=no; \
422         target=`echo $@ | sed s/-recursive//`; \
423         list='$(SUBDIRS)'; for subdir in $$list; do \
424           echo "Making $$target in $$subdir"; \
425           if test "$$subdir" = "."; then \
426             dot_seen=yes; \
427             local_target="$$target-am"; \
428           else \
429             local_target="$$target"; \
430           fi; \
431           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
432           || eval $$failcom; \
433         done; \
434         if test "$$dot_seen" = "no"; then \
435           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
436         fi; test -z "$$fail"
437
438 $(RECURSIVE_CLEAN_TARGETS):
439         @fail= failcom='exit 1'; \
440         for f in x $$MAKEFLAGS; do \
441           case $$f in \
442             *=* | --[!k]*);; \
443             *k*) failcom='fail=yes';; \
444           esac; \
445         done; \
446         dot_seen=no; \
447         case "$@" in \
448           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
449           *) list='$(SUBDIRS)' ;; \
450         esac; \
451         rev=''; for subdir in $$list; do \
452           if test "$$subdir" = "."; then :; else \
453             rev="$$subdir $$rev"; \
454           fi; \
455         done; \
456         rev="$$rev ."; \
457         target=`echo $@ | sed s/-recursive//`; \
458         for subdir in $$rev; do \
459           echo "Making $$target in $$subdir"; \
460           if test "$$subdir" = "."; then \
461             local_target="$$target-am"; \
462           else \
463             local_target="$$target"; \
464           fi; \
465           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
466           || eval $$failcom; \
467         done && test -z "$$fail"
468 tags-recursive:
469         list='$(SUBDIRS)'; for subdir in $$list; do \
470           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
471         done
472 ctags-recursive:
473         list='$(SUBDIRS)'; for subdir in $$list; do \
474           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
475         done
476
477 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
478         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
479         unique=`for i in $$list; do \
480             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481           done | \
482           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483               END { if (nonempty) { for (i in files) print i; }; }'`; \
484         mkid -fID $$unique
485 tags: TAGS
486
487 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
488                 $(TAGS_FILES) $(LISP)
489         set x; \
490         here=`pwd`; \
491         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
492           include_option=--etags-include; \
493           empty_fix=.; \
494         else \
495           include_option=--include; \
496           empty_fix=; \
497         fi; \
498         list='$(SUBDIRS)'; for subdir in $$list; do \
499           if test "$$subdir" = .; then :; else \
500             test ! -f $$subdir/TAGS || \
501               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
502           fi; \
503         done; \
504         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
505         unique=`for i in $$list; do \
506             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507           done | \
508           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509               END { if (nonempty) { for (i in files) print i; }; }'`; \
510         shift; \
511         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
512           test -n "$$unique" || unique=$$empty_fix; \
513           if test $$# -gt 0; then \
514             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515               "$$@" $$unique; \
516           else \
517             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
518               $$unique; \
519           fi; \
520         fi
521 ctags: CTAGS
522 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
523                 $(TAGS_FILES) $(LISP)
524         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
525         unique=`for i in $$list; do \
526             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527           done | \
528           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
529               END { if (nonempty) { for (i in files) print i; }; }'`; \
530         test -z "$(CTAGS_ARGS)$$unique" \
531           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
532              $$unique
533
534 GTAGS:
535         here=`$(am__cd) $(top_builddir) && pwd` \
536           && $(am__cd) $(top_srcdir) \
537           && gtags -i $(GTAGS_ARGS) "$$here"
538
539 distclean-tags:
540         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
541
542 distdir: $(DISTFILES)
543         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
544         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545         list='$(DISTFILES)'; \
546           dist_files=`for file in $$list; do echo $$file; done | \
547           sed -e "s|^$$srcdirstrip/||;t" \
548               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
549         case $$dist_files in \
550           */*) $(MKDIR_P) `echo "$$dist_files" | \
551                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
552                            sort -u` ;; \
553         esac; \
554         for file in $$dist_files; do \
555           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
556           if test -d $$d/$$file; then \
557             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
558             if test -d "$(distdir)/$$file"; then \
559               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
560             fi; \
561             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
562               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
563               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
564             fi; \
565             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
566           else \
567             test -f "$(distdir)/$$file" \
568             || cp -p $$d/$$file "$(distdir)/$$file" \
569             || exit 1; \
570           fi; \
571         done
572         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
573           if test "$$subdir" = .; then :; else \
574             test -d "$(distdir)/$$subdir" \
575             || $(MKDIR_P) "$(distdir)/$$subdir" \
576             || exit 1; \
577           fi; \
578         done
579         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
580           if test "$$subdir" = .; then :; else \
581             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
582             $(am__relativize); \
583             new_distdir=$$reldir; \
584             dir1=$$subdir; dir2="$(top_distdir)"; \
585             $(am__relativize); \
586             new_top_distdir=$$reldir; \
587             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
588             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
589             ($(am__cd) $$subdir && \
590               $(MAKE) $(AM_MAKEFLAGS) \
591                 top_distdir="$$new_top_distdir" \
592                 distdir="$$new_distdir" \
593                 am__remove_distdir=: \
594                 am__skip_length_check=: \
595                 am__skip_mode_fix=: \
596                 distdir) \
597               || exit 1; \
598           fi; \
599         done
600 check-am: all-am
601 check: check-recursive
602 all-am: Makefile $(SCRIPTS)
603 installdirs: installdirs-recursive
604 installdirs-am:
605         for dir in "$(DESTDIR)$(pkglibexecdir)"; do \
606           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
607         done
608 install: install-recursive
609 install-exec: install-exec-recursive
610 install-data: install-data-recursive
611 uninstall: uninstall-recursive
612
613 install-am: all-am
614         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
615
616 installcheck: installcheck-recursive
617 install-strip:
618         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
619           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
620           `test -z '$(STRIP)' || \
621             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
622 mostlyclean-generic:
623
624 clean-generic:
625
626 distclean-generic:
627         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
628         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
629
630 maintainer-clean-generic:
631         @echo "This command is intended for maintainers to use"
632         @echo "it deletes files that may require special tools to rebuild."
633 clean-am: clean-generic clean-libtool mostlyclean-am
634
635 distclean: distclean-recursive
636         -rm -f Makefile
637 distclean-am: clean-am distclean-generic distclean-tags
638
639 dvi: dvi-recursive
640
641 dvi-am:
642
643 html: html-recursive
644
645 html-am:
646
647 info: info-recursive
648
649 info-am:
650
651 install-data-am:
652
653 install-dvi: install-dvi-recursive
654
655 install-dvi-am:
656
657 install-exec-am: install-dist_pkglibexecSCRIPTS
658
659 install-html: install-html-recursive
660
661 install-html-am:
662
663 install-info: install-info-recursive
664
665 install-info-am:
666
667 install-man:
668
669 install-pdf: install-pdf-recursive
670
671 install-pdf-am:
672
673 install-ps: install-ps-recursive
674
675 install-ps-am:
676
677 installcheck-am:
678
679 maintainer-clean: maintainer-clean-recursive
680         -rm -f Makefile
681 maintainer-clean-am: distclean-am maintainer-clean-generic
682
683 mostlyclean: mostlyclean-recursive
684
685 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
686
687 pdf: pdf-recursive
688
689 pdf-am:
690
691 ps: ps-recursive
692
693 ps-am:
694
695 uninstall-am: uninstall-dist_pkglibexecSCRIPTS
696
697 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
698         install-am install-strip tags-recursive
699
700 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
701         all all-am check check-am clean clean-generic clean-libtool \
702         ctags ctags-recursive distclean distclean-generic \
703         distclean-libtool distclean-tags distdir dvi dvi-am html \
704         html-am info info-am install install-am install-data \
705         install-data-am install-dist_pkglibexecSCRIPTS install-dvi \
706         install-dvi-am install-exec install-exec-am install-html \
707         install-html-am install-info install-info-am install-man \
708         install-pdf install-pdf-am install-ps install-ps-am \
709         install-strip installcheck installcheck-am installdirs \
710         installdirs-am maintainer-clean maintainer-clean-generic \
711         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
712         ps ps-am tags tags-recursive uninstall uninstall-am \
713         uninstall-dist_pkglibexecSCRIPTS
714
715
716 all:
717         @list='$(dist_pkglibexec_SCRIPTS)'; \
718         for file in $$list; do \
719                 link=$$(basename $$file); \
720                 if [ ! -e $$link ]; then \
721                         $(LN_S) $$file $$link; \
722                 fi \
723         done
724
725 clean:
726         @list='$(dist_pkglibexec_SCRIPTS)'; \
727         for file in $$list; do \
728                 link=$$(basename $$file); \
729                 if [ -L $$link ]; then \
730                         $(RM) $$link; \
731                 fi \
732         done
733
734 check:
735         @echo
736         @echo -n "===================================="
737         @echo -n " ZTEST "
738         @echo    "===================================="
739         @echo
740         @$(ZFS)
741         @$(ZTEST) -V
742         @$(ZFS) -u
743         @echo
744         @echo
745         @echo -n "==================================="
746         @echo -n " ZCONFIG "
747         @echo    "==================================="
748         @echo
749         @$(ZCONFIG) -c
750         @echo
751         @echo -n "==================================="
752         @echo -n " ZFAULT "
753         @echo    "==================================="
754         @echo
755         @$(ZFAULT) -c
756         @echo
757         @echo -n "===================================="
758         @echo -n " ZPIOS "
759         @echo    "===================================="
760         @echo
761         @$(ZFS)
762         @$(ZPIOS_SANITY)
763         @$(ZFS) -u
764         @echo
765
766 # Tell versions [3.59,3.63) of GNU make to not export all variables.
767 # Otherwise a system limit (for SysV at least) may be exceeded.
768 .NOEXPORT: