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