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