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