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