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