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