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