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