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