9571503bf4f78fc8daca52ebc4d8795a257e2081
[zfs.git] / 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 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 DIST_COMMON = $(am__configure_deps) $(noinst_HEADERS) \
39         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40         $(srcdir)/zfs-modules.spec.in \
41         $(srcdir)/zfs-script-config.sh.in $(srcdir)/zfs.spec.in \
42         $(srcdir)/zfs_config.h.in $(top_srcdir)/config/deb.am \
43         $(top_srcdir)/config/rpm.am $(top_srcdir)/config/tgz.am \
44         $(top_srcdir)/configure $(top_srcdir)/module/Makefile.in \
45         $(top_srcdir)/module/avl/Makefile.in \
46         $(top_srcdir)/module/nvpair/Makefile.in \
47         $(top_srcdir)/module/unicode/Makefile.in \
48         $(top_srcdir)/module/zcommon/Makefile.in \
49         $(top_srcdir)/module/zfs/Makefile.in \
50         $(top_srcdir)/module/zpios/Makefile.in AUTHORS COPYING \
51         ChangeLog config/config.guess config/config.sub config/depcomp \
52         config/install-sh config/ltmain.sh config/missing
53 subdir = .
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps =  \
56         $(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
57         $(top_srcdir)/config/kernel-bdev-logical-size.m4 \
58         $(top_srcdir)/config/kernel-bio-empty-barrier.m4 \
59         $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \
60         $(top_srcdir)/config/kernel-bio-failfast.m4 \
61         $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
62         $(top_srcdir)/config/kernel-blk-end-request.m4 \
63         $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
64         $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
65         $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
66         $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
67         $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
68         $(top_srcdir)/config/kernel-blkdev-get-by-path.m4 \
69         $(top_srcdir)/config/kernel-d-obtain-alias.m4 \
70         $(top_srcdir)/config/kernel-evict-inode.m4 \
71         $(top_srcdir)/config/kernel-fmode-t.m4 \
72         $(top_srcdir)/config/kernel-fsync.m4 \
73         $(top_srcdir)/config/kernel-get-disk-ro.m4 \
74         $(top_srcdir)/config/kernel-insert-inode-locked.m4 \
75         $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
76         $(top_srcdir)/config/kernel-kobj-name-len.m4 \
77         $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
78         $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
79         $(top_srcdir)/config/kernel-rq-is_sync.m4 \
80         $(top_srcdir)/config/kernel-xattr-handler.m4 \
81         $(top_srcdir)/config/kernel.m4 \
82         $(top_srcdir)/config/user-arch.m4 \
83         $(top_srcdir)/config/user-frame-larger-than.m4 \
84         $(top_srcdir)/config/user-ioctl.m4 \
85         $(top_srcdir)/config/user-libblkid.m4 \
86         $(top_srcdir)/config/user-libuuid.m4 \
87         $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
88         $(top_srcdir)/config/user-selinux.m4 \
89         $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
90         $(top_srcdir)/config/zfs-build.m4 \
91         $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93         $(ACLOCAL_M4)
94 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
95  configure.lineno config.status.lineno
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = zfs_config.h
98 CONFIG_CLEAN_FILES = module/Makefile module/avl/Makefile \
99         module/nvpair/Makefile module/unicode/Makefile \
100         module/zcommon/Makefile module/zfs/Makefile \
101         module/zpios/Makefile zfs.spec zfs-modules.spec \
102         zfs-script-config.sh
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_GEN = $(am__v_GEN_$(V))
105 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
106 am__v_GEN_0 = @echo "  GEN   " $@;
107 AM_V_at = $(am__v_at_$(V))
108 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
109 am__v_at_0 = @
110 SOURCES =
111 DIST_SOURCES =
112 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
113         html-recursive info-recursive install-data-recursive \
114         install-dvi-recursive install-exec-recursive \
115         install-html-recursive install-info-recursive \
116         install-pdf-recursive install-ps-recursive install-recursive \
117         installcheck-recursive installdirs-recursive pdf-recursive \
118         ps-recursive uninstall-recursive
119 HEADERS = $(noinst_HEADERS)
120 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
121   distclean-recursive maintainer-clean-recursive
122 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
123         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
124         distdir dist dist-all distcheck
125 ETAGS = etags
126 CTAGS = ctags
127 DIST_SUBDIRS = dracut etc man scripts lib cmd module include
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 distdir = $(PACKAGE)-$(VERSION)
130 top_distdir = $(distdir)
131 am__remove_distdir = \
132   { test ! -d "$(distdir)" \
133     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
134          && rm -fr "$(distdir)"; }; }
135 am__relativize = \
136   dir0=`pwd`; \
137   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
138   sed_rest='s,^[^/]*/*,,'; \
139   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
140   sed_butlast='s,/*[^/]*$$,,'; \
141   while test -n "$$dir1"; do \
142     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
143     if test "$$first" != "."; then \
144       if test "$$first" = ".."; then \
145         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
146         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
147       else \
148         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
149         if test "$$first2" = "$$first"; then \
150           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
151         else \
152           dir2="../$$dir2"; \
153         fi; \
154         dir0="$$dir0"/"$$first"; \
155       fi; \
156     fi; \
157     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
158   done; \
159   reldir="$$dir2"
160 DIST_ARCHIVES = $(distdir).tar.gz
161 GZIP_ENV = --best
162 distuninstallcheck_listfiles = find . -type f -print
163 distcleancheck_listfiles = find . -type f -print
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_SCRIPT = @DEFAULT_INIT_SCRIPT@
186 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
187 DEFS = @DEFS@
188 DEPDIR = @DEPDIR@
189 DPKG = @DPKG@
190 DPKGBUILD = @DPKGBUILD@
191 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
192 DPKG_VERSION = @DPKG_VERSION@
193 DSYMUTIL = @DSYMUTIL@
194 DUMPBIN = @DUMPBIN@
195 ECHO_C = @ECHO_C@
196 ECHO_N = @ECHO_N@
197 ECHO_T = @ECHO_T@
198 EGREP = @EGREP@
199 EXEEXT = @EXEEXT@
200 FGREP = @FGREP@
201 FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
202 GREP = @GREP@
203 HAVE_ALIEN = @HAVE_ALIEN@
204 HAVE_DPKG = @HAVE_DPKG@
205 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
206 HAVE_RPM = @HAVE_RPM@
207 HAVE_RPMBUILD = @HAVE_RPMBUILD@
208 INSTALL = @INSTALL@
209 INSTALL_DATA = @INSTALL_DATA@
210 INSTALL_PROGRAM = @INSTALL_PROGRAM@
211 INSTALL_SCRIPT = @INSTALL_SCRIPT@
212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213 KERNELCPPFLAGS = @KERNELCPPFLAGS@
214 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
215 LD = @LD@
216 LDFLAGS = @LDFLAGS@
217 LIBBLKID = @LIBBLKID@
218 LIBOBJS = @LIBOBJS@
219 LIBS = @LIBS@
220 LIBSELINUX = @LIBSELINUX@
221 LIBTOOL = @LIBTOOL@
222 LIBUUID = @LIBUUID@
223 LINUX = @LINUX@
224 LINUX_OBJ = @LINUX_OBJ@
225 LINUX_SYMBOLS = @LINUX_SYMBOLS@
226 LINUX_VERSION = @LINUX_VERSION@
227 LIPO = @LIPO@
228 LN_S = @LN_S@
229 LTLIBOBJS = @LTLIBOBJS@
230 MAINT = @MAINT@
231 MAKEINFO = @MAKEINFO@
232 MKDIR_P = @MKDIR_P@
233 NM = @NM@
234 NMEDIT = @NMEDIT@
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 @CONFIG_USER_TRUE@USER_DIR = dracut etc man scripts lib cmd
331 @CONFIG_KERNEL_TRUE@KERNEL_DIR = module
332 SUBDIRS = $(USER_DIR) $(KERNEL_DIR) include
333 AUTOMAKE_OPTIONS = foreign
334 EXTRA_DIST = autogen.sh zfs.spec.in zfs-modules.spec.in \
335         config/config.awk config/rpm.am config/deb.am config/tgz.am \
336         META DISCLAIMER COPYRIGHT README.markdown OPENSOLARIS.LICENSE \
337         ZFS.RELEASE
338 noinst_HEADERS = zfs_config.h
339 all: zfs_config.h
340         $(MAKE) $(AM_MAKEFLAGS) all-recursive
341
342 .SUFFIXES:
343 am--refresh:
344         @:
345 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/rpm.am $(top_srcdir)/config/deb.am $(top_srcdir)/config/tgz.am $(am__configure_deps)
346         @for dep in $?; do \
347           case '$(am__configure_deps)' in \
348             *$$dep*) \
349               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
350               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
351                 && exit 0; \
352               exit 1;; \
353           esac; \
354         done; \
355         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
356         $(am__cd) $(top_srcdir) && \
357           $(AUTOMAKE) --foreign Makefile
358 .PRECIOUS: Makefile
359 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
360         @case '$?' in \
361           *config.status*) \
362             echo ' $(SHELL) ./config.status'; \
363             $(SHELL) ./config.status;; \
364           *) \
365             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
366             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
367         esac;
368
369 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
370         $(SHELL) ./config.status --recheck
371
372 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
373         $(am__cd) $(srcdir) && $(AUTOCONF)
374 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
375         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
376 $(am__aclocal_m4_deps):
377
378 zfs_config.h: stamp-h1
379         @if test ! -f $@; then \
380           rm -f stamp-h1; \
381           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
382         else :; fi
383
384 stamp-h1: $(srcdir)/zfs_config.h.in $(top_builddir)/config.status
385         @rm -f stamp-h1
386         cd $(top_builddir) && $(SHELL) ./config.status zfs_config.h
387 $(srcdir)/zfs_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
388         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
389         rm -f stamp-h1
390         touch $@
391
392 distclean-hdr:
393         -rm -f zfs_config.h stamp-h1
394 module/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/Makefile.in
395         cd $(top_builddir) && $(SHELL) ./config.status $@
396 module/avl/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/avl/Makefile.in
397         cd $(top_builddir) && $(SHELL) ./config.status $@
398 module/nvpair/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/nvpair/Makefile.in
399         cd $(top_builddir) && $(SHELL) ./config.status $@
400 module/unicode/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/unicode/Makefile.in
401         cd $(top_builddir) && $(SHELL) ./config.status $@
402 module/zcommon/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/zcommon/Makefile.in
403         cd $(top_builddir) && $(SHELL) ./config.status $@
404 module/zfs/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/zfs/Makefile.in
405         cd $(top_builddir) && $(SHELL) ./config.status $@
406 module/zpios/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/zpios/Makefile.in
407         cd $(top_builddir) && $(SHELL) ./config.status $@
408 zfs.spec: $(top_builddir)/config.status $(srcdir)/zfs.spec.in
409         cd $(top_builddir) && $(SHELL) ./config.status $@
410 zfs-modules.spec: $(top_builddir)/config.status $(srcdir)/zfs-modules.spec.in
411         cd $(top_builddir) && $(SHELL) ./config.status $@
412 zfs-script-config.sh: $(top_builddir)/config.status $(srcdir)/zfs-script-config.sh.in
413         cd $(top_builddir) && $(SHELL) ./config.status $@
414
415 mostlyclean-libtool:
416         -rm -f *.lo
417
418 clean-libtool:
419         -rm -rf .libs _libs
420
421 distclean-libtool:
422         -rm -f libtool config.lt
423
424 # This directory's subdirectories are mostly independent; you can cd
425 # into them and run `make' without going through this Makefile.
426 # To change the values of `make' variables: instead of editing Makefiles,
427 # (1) if the variable is set in `config.status', edit `config.status'
428 #     (which will cause the Makefiles to be regenerated when you run `make');
429 # (2) otherwise, pass the desired values on the `make' command line.
430 $(RECURSIVE_TARGETS):
431         @fail= failcom='exit 1'; \
432         for f in x $$MAKEFLAGS; do \
433           case $$f in \
434             *=* | --[!k]*);; \
435             *k*) failcom='fail=yes';; \
436           esac; \
437         done; \
438         dot_seen=no; \
439         target=`echo $@ | sed s/-recursive//`; \
440         list='$(SUBDIRS)'; for subdir in $$list; do \
441           echo "Making $$target in $$subdir"; \
442           if test "$$subdir" = "."; then \
443             dot_seen=yes; \
444             local_target="$$target-am"; \
445           else \
446             local_target="$$target"; \
447           fi; \
448           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
449           || eval $$failcom; \
450         done; \
451         if test "$$dot_seen" = "no"; then \
452           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
453         fi; test -z "$$fail"
454
455 $(RECURSIVE_CLEAN_TARGETS):
456         @fail= failcom='exit 1'; \
457         for f in x $$MAKEFLAGS; do \
458           case $$f in \
459             *=* | --[!k]*);; \
460             *k*) failcom='fail=yes';; \
461           esac; \
462         done; \
463         dot_seen=no; \
464         case "$@" in \
465           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
466           *) list='$(SUBDIRS)' ;; \
467         esac; \
468         rev=''; for subdir in $$list; do \
469           if test "$$subdir" = "."; then :; else \
470             rev="$$subdir $$rev"; \
471           fi; \
472         done; \
473         rev="$$rev ."; \
474         target=`echo $@ | sed s/-recursive//`; \
475         for subdir in $$rev; do \
476           echo "Making $$target in $$subdir"; \
477           if test "$$subdir" = "."; then \
478             local_target="$$target-am"; \
479           else \
480             local_target="$$target"; \
481           fi; \
482           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
483           || eval $$failcom; \
484         done && test -z "$$fail"
485 tags-recursive:
486         list='$(SUBDIRS)'; for subdir in $$list; do \
487           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
488         done
489 ctags-recursive:
490         list='$(SUBDIRS)'; for subdir in $$list; do \
491           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
492         done
493
494 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
495         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
496         unique=`for i in $$list; do \
497             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
498           done | \
499           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
500               END { if (nonempty) { for (i in files) print i; }; }'`; \
501         mkid -fID $$unique
502
503 TAGS: tags-recursive $(HEADERS) $(SOURCES) zfs_config.h.in $(TAGS_DEPENDENCIES) \
504                 $(TAGS_FILES) $(LISP)
505         set x; \
506         here=`pwd`; \
507         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
508           include_option=--etags-include; \
509           empty_fix=.; \
510         else \
511           include_option=--include; \
512           empty_fix=; \
513         fi; \
514         list='$(SUBDIRS)'; for subdir in $$list; do \
515           if test "$$subdir" = .; then :; else \
516             test ! -f $$subdir/TAGS || \
517               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
518           fi; \
519         done; \
520         list='$(SOURCES) $(HEADERS) zfs_config.h.in $(LISP) $(TAGS_FILES)'; \
521         unique=`for i in $$list; do \
522             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523           done | \
524           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
525               END { if (nonempty) { for (i in files) print i; }; }'`; \
526         shift; \
527         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
528           test -n "$$unique" || unique=$$empty_fix; \
529           if test $$# -gt 0; then \
530             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531               "$$@" $$unique; \
532           else \
533             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534               $$unique; \
535           fi; \
536         fi
537 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) zfs_config.h.in $(TAGS_DEPENDENCIES) \
538                 $(TAGS_FILES) $(LISP)
539         list='$(SOURCES) $(HEADERS) zfs_config.h.in $(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         $(am__remove_distdir)
559         test -d "$(distdir)" || mkdir "$(distdir)"
560         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
561         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562         list='$(DISTFILES)'; \
563           dist_files=`for file in $$list; do echo $$file; done | \
564           sed -e "s|^$$srcdirstrip/||;t" \
565               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
566         case $$dist_files in \
567           */*) $(MKDIR_P) `echo "$$dist_files" | \
568                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
569                            sort -u` ;; \
570         esac; \
571         for file in $$dist_files; do \
572           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
573           if test -d $$d/$$file; then \
574             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
575             if test -d "$(distdir)/$$file"; then \
576               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577             fi; \
578             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
579               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
580               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
581             fi; \
582             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
583           else \
584             test -f "$(distdir)/$$file" \
585             || cp -p $$d/$$file "$(distdir)/$$file" \
586             || exit 1; \
587           fi; \
588         done
589         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
590           if test "$$subdir" = .; then :; else \
591             test -d "$(distdir)/$$subdir" \
592             || $(MKDIR_P) "$(distdir)/$$subdir" \
593             || exit 1; \
594           fi; \
595         done
596         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
597           if test "$$subdir" = .; then :; else \
598             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
599             $(am__relativize); \
600             new_distdir=$$reldir; \
601             dir1=$$subdir; dir2="$(top_distdir)"; \
602             $(am__relativize); \
603             new_top_distdir=$$reldir; \
604             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
605             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
606             ($(am__cd) $$subdir && \
607               $(MAKE) $(AM_MAKEFLAGS) \
608                 top_distdir="$$new_top_distdir" \
609                 distdir="$$new_distdir" \
610                 am__remove_distdir=: \
611                 am__skip_length_check=: \
612                 am__skip_mode_fix=: \
613                 distdir) \
614               || exit 1; \
615           fi; \
616         done
617         -test -n "$(am__skip_mode_fix)" \
618         || find "$(distdir)" -type d ! -perm -755 \
619                 -exec chmod u+rwx,go+rx {} \; -o \
620           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
621           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
622           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
623         || chmod -R a+r "$(distdir)"
624 dist-gzip: distdir
625         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
626         $(am__remove_distdir)
627
628 dist-bzip2: distdir
629         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
630         $(am__remove_distdir)
631
632 dist-lzma: distdir
633         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
634         $(am__remove_distdir)
635
636 dist-xz: distdir
637         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
638         $(am__remove_distdir)
639
640 dist-tarZ: distdir
641         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
642         $(am__remove_distdir)
643
644 dist-shar: distdir
645         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
646         $(am__remove_distdir)
647
648 dist-zip: distdir
649         -rm -f $(distdir).zip
650         zip -rq $(distdir).zip $(distdir)
651         $(am__remove_distdir)
652
653 dist dist-all: distdir
654         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
655         $(am__remove_distdir)
656
657 # This target untars the dist file and tries a VPATH configuration.  Then
658 # it guarantees that the distribution is self-contained by making another
659 # tarfile.
660 distcheck: dist
661         case '$(DIST_ARCHIVES)' in \
662         *.tar.gz*) \
663           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
664         *.tar.bz2*) \
665           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
666         *.tar.lzma*) \
667           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
668         *.tar.xz*) \
669           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
670         *.tar.Z*) \
671           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
672         *.shar.gz*) \
673           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
674         *.zip*) \
675           unzip $(distdir).zip ;;\
676         esac
677         chmod -R a-w $(distdir); chmod a+w $(distdir)
678         mkdir $(distdir)/_build
679         mkdir $(distdir)/_inst
680         chmod a-w $(distdir)
681         test -d $(distdir)/_build || exit 0; \
682         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
683           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
684           && am__cwd=`pwd` \
685           && $(am__cd) $(distdir)/_build \
686           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
687             $(DISTCHECK_CONFIGURE_FLAGS) \
688           && $(MAKE) $(AM_MAKEFLAGS) \
689           && $(MAKE) $(AM_MAKEFLAGS) dvi \
690           && $(MAKE) $(AM_MAKEFLAGS) check \
691           && $(MAKE) $(AM_MAKEFLAGS) install \
692           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
693           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
694           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
695                 distuninstallcheck \
696           && chmod -R a-w "$$dc_install_base" \
697           && ({ \
698                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
699                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
700                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
701                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
702                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
703               } || { rm -rf "$$dc_destdir"; exit 1; }) \
704           && rm -rf "$$dc_destdir" \
705           && $(MAKE) $(AM_MAKEFLAGS) dist \
706           && rm -rf $(DIST_ARCHIVES) \
707           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
708           && cd "$$am__cwd" \
709           || exit 1
710         $(am__remove_distdir)
711         @(echo "$(distdir) archives ready for distribution: "; \
712           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
713           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
714 distuninstallcheck:
715         @$(am__cd) '$(distuninstallcheck_dir)' \
716         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
717            || { echo "ERROR: files left after uninstall:" ; \
718                 if test -n "$(DESTDIR)"; then \
719                   echo "  (check DESTDIR support)"; \
720                 fi ; \
721                 $(distuninstallcheck_listfiles) ; \
722                 exit 1; } >&2
723 distcleancheck: distclean
724         @if test '$(srcdir)' = . ; then \
725           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
726           exit 1 ; \
727         fi
728         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
729           || { echo "ERROR: files left in build directory after distclean:" ; \
730                $(distcleancheck_listfiles) ; \
731                exit 1; } >&2
732 check-am: all-am
733 check: check-recursive
734 all-am: Makefile $(HEADERS) zfs_config.h
735 installdirs: installdirs-recursive
736 installdirs-am:
737 install: install-recursive
738 install-exec: install-exec-recursive
739 install-data: install-data-recursive
740 uninstall: uninstall-recursive
741
742 install-am: all-am
743         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
744
745 installcheck: installcheck-recursive
746 install-strip:
747         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
748           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
749           `test -z '$(STRIP)' || \
750             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
751 mostlyclean-generic:
752
753 clean-generic:
754
755 distclean-generic:
756         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
757         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
758
759 maintainer-clean-generic:
760         @echo "This command is intended for maintainers to use"
761         @echo "it deletes files that may require special tools to rebuild."
762 @CONFIG_KERNEL_FALSE@install-data-local:
763 clean: clean-recursive
764
765 clean-am: clean-generic clean-libtool mostlyclean-am
766
767 distclean: distclean-recursive
768         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
769         -rm -f Makefile
770 distclean-am: clean-am distclean-generic distclean-hdr \
771         distclean-libtool distclean-local distclean-tags
772
773 dvi: dvi-recursive
774
775 dvi-am:
776
777 html: html-recursive
778
779 html-am:
780
781 info: info-recursive
782
783 info-am:
784
785 install-data-am: install-data-local
786
787 install-dvi: install-dvi-recursive
788
789 install-dvi-am:
790
791 install-exec-am:
792
793 install-html: install-html-recursive
794
795 install-html-am:
796
797 install-info: install-info-recursive
798
799 install-info-am:
800
801 install-man:
802
803 install-pdf: install-pdf-recursive
804
805 install-pdf-am:
806
807 install-ps: install-ps-recursive
808
809 install-ps-am:
810
811 installcheck-am:
812
813 maintainer-clean: maintainer-clean-recursive
814         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
815         -rm -rf $(top_srcdir)/autom4te.cache
816         -rm -f Makefile
817 maintainer-clean-am: distclean-am maintainer-clean-generic
818
819 mostlyclean: mostlyclean-recursive
820
821 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
822
823 pdf: pdf-recursive
824
825 pdf-am:
826
827 ps: ps-recursive
828
829 ps-am:
830
831 uninstall-am:
832
833 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
834         ctags-recursive install-am install-strip tags-recursive
835
836 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
837         all all-am am--refresh check check-am clean clean-generic \
838         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
839         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
840         distcheck distclean distclean-generic distclean-hdr \
841         distclean-libtool distclean-local distclean-tags \
842         distcleancheck distdir distuninstallcheck dvi dvi-am html \
843         html-am info info-am install install-am install-data \
844         install-data-am install-data-local install-dvi install-dvi-am \
845         install-exec install-exec-am install-html install-html-am \
846         install-info install-info-am install-man install-pdf \
847         install-pdf-am install-ps install-ps-am install-strip \
848         installcheck installcheck-am installdirs installdirs-am \
849         maintainer-clean maintainer-clean-generic mostlyclean \
850         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
851         tags tags-recursive uninstall uninstall-am
852
853 srpm-modules:
854         $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-modules" srpm-common
855
856 srpm-utils:
857         $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" srpm-common
858
859 srpm: srpm-modules srpm-utils
860
861 rpm-modules: srpm-modules
862         $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-modules" rpm-common
863
864 rpm-utils: srpm-utils
865         $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" rpm-common
866
867 rpm-modules: srpm-modules
868
869 rpm: rpm-modules rpm-utils
870
871 rpm-local:
872         @(if test "${HAVE_RPMBUILD}" = "no"; then \
873                 echo -e "\n" \
874         "*** Required util ${RPMBUILD} missing.  Please install the\n" \
875         "*** package for your distribution which provides ${RPMBUILD},\n" \
876         "*** re-run configure, and try again.\n"; \
877                 exit 1; \
878         fi; \
879         mkdir -p $(rpmbuild)/TMP && \
880         mkdir -p $(rpmbuild)/BUILD && \
881         mkdir -p $(rpmbuild)/RPMS && \
882         mkdir -p $(rpmbuild)/SRPMS && \
883         mkdir -p $(rpmbuild)/SPECS && \
884         cp $(rpmspec) $(rpmbuild)/SPECS && \
885         mkdir -p $(rpmbuild)/SOURCES && \
886         cp $(distdir).tar.gz $(rpmbuild)/SOURCES)
887
888 srpm-common: dist
889         rpmpkg=$(pkg)-$(ZFS_META_VERSION)-$(ZFS_META_RELEASE).src.rpm; \
890         rpmspec=$(pkg).spec; \
891         rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
892         $(MAKE) $(AM_MAKEFLAGS) \
893                 rpmbuild="$$rpmbuild" \
894                 rpmspec="$$rpmspec" \
895                 rpm-local || exit 1; \
896         $(RPMBUILD) \
897                 --define "_tmppath $$rpmbuild/TMP" \
898                 --define "_topdir $$rpmbuild" \
899                 --define "build_src_rpm 1" \
900                 --define "dist %{nil}" \
901                 --nodeps -bs $$rpmbuild/SPECS/$$rpmspec || exit 1; \
902         cp $$rpmbuild/SRPMS/$$rpmpkg . || exit 1; \
903         $(RM) -R $$rpmbuild
904
905 rpm-common: 
906         rpmpkg=$(pkg)-$(ZFS_META_VERSION)-$(ZFS_META_RELEASE).src.rpm; \
907         rpmspec=$(pkg).spec; \
908         rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
909         $(MAKE) $(AM_MAKEFLAGS) \
910                 rpmbuild="$$rpmbuild" \
911                 rpmspec="$$rpmspec" \
912                 rpm-local || exit 1; \
913         $(RPMBUILD) \
914                 --define "_tmppath $$rpmbuild/TMP" \
915                 --define "_topdir $$rpmbuild" \
916                 --define "dist %{nil}" \
917                 --define "require_kdir $(LINUX)" \
918                 --define "require_kobj $(LINUX_OBJ)" \
919                 --define "require_kver $(LINUX_VERSION)" \
920                 --define "require_spldir $(SPL)" \
921                 --define "require_splobj $(SPL_OBJ)" \
922                 --define "require_splver $(SPL_VERSION)" \
923                 --nodeps --rebuild $$rpmpkg || exit 1; \
924         cp $$rpmbuild/RPMS/*/* . || exit 1; \
925         $(RM) -R $$rpmbuild
926 deb-local:
927         @(if test "${HAVE_DPKGBUILD}" = "no"; then \
928                 echo -e "\n" \
929         "*** Required util ${DPKGBUILD} missing.  Please install the\n" \
930         "*** package for your distribution which provides ${DPKGBUILD},\n" \
931         "*** re-run configure, and try again.\n"; \
932                 exit 1; \
933         fi; \
934         if test "${HAVE_ALIEN}" = "no"; then \
935                 echo -e "\n" \
936         "*** Required util ${ALIEN} missing.  Please install the\n" \
937         "*** package for your distribution which provides ${ALIEN},\n" \
938         "*** re-run configure, and try again.\n"; \
939                 exit 1; \
940         fi)
941
942 deb-modules: deb-local rpm-modules
943         name=${PACKAGE}-modules; \
944         version=${ZFS_META_VERSION}-${ZFS_META_RELEASE}; \
945         release=`echo ${LINUX_VERSION} | $(SED) -e "s/-/_/g"`; \
946         arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch}`; \
947         pkg1=$${name}-$${version}_$${release}.$${arch}.rpm; \
948         pkg2=$${name}-devel-$${version}_$${release}.$${arch}.rpm; \
949         fakeroot $(ALIEN) --scripts --to-deb $$pkg1 $$pkg2; \
950         $(RM) $$pkg1 $$pkg2
951
952 deb-utils: deb-local rpm-utils
953         name=${PACKAGE}; \
954         version=${ZFS_META_VERSION}-${ZFS_META_RELEASE}; \
955         arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch}`; \
956         pkg1=$${name}-$${version}.$${arch}.rpm; \
957         pkg2=$${name}-devel-$${version}.$${arch}.rpm; \
958         pkg3=$${name}-test-$${version}.$${arch}.rpm; \
959         pkg4=$${name}-dracut-$${version}.$${arch}.rpm; \
960         fakeroot $(ALIEN) --scripts --to-deb $$pkg1 $$pkg2 $$pkg3 $$pkg4; \
961         $(RM) $$pkg1 $$pkg2 $$pkg3 $$pkg4
962
963 deb: deb-modules deb-utils
964 tgz-local:
965         @(if test "${HAVE_ALIEN}" = "no"; then \
966                 echo -e "\n" \
967         "*** Required util ${ALIEN} missing.  Please install the\n" \
968         "*** package for your distribution which provides ${ALIEN},\n" \
969         "*** re-run configure, and try again.\n"; \
970                 exit 1; \
971         fi)
972
973 tgz-modules: tgz-local rpm-modules
974         name=${PACKAGE}-modules; \
975         version=${ZFS_META_VERSION}-${ZFS_META_RELEASE}; \
976         release=`echo ${LINUX_VERSION} | $(SED) -e "s/-/_/g"`; \
977         arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch}`; \
978         pkg1=$${name}-$${version}_$${release}.$${arch}.rpm; \
979         pkg2=$${name}-devel-$${version}_$${release}.$${arch}.rpm; \
980         fakeroot $(ALIEN) --scripts --to-tgz $$pkg1 $$pkg2; \
981         $(RM) $$pkg1 $$pkg2
982
983 tgz-utils: tgz-local rpm-utils
984         name=${PACKAGE}; \
985         version=${ZFS_META_VERSION}-${ZFS_META_RELEASE}; \
986         arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch}`; \
987         pkg1=$${name}-$${version}.$${arch}.rpm; \
988         pkg2=$${name}-devel-$${version}.$${arch}.rpm; \
989         pkg3=$${name}-test-$${version}.$${arch}.rpm; \
990         fakeroot $(ALIEN) --scripts --to-tgz $$pkg1 $$pkg2 $$pkg3; \
991         $(RM) $$pkg1 $$pkg2 $$pkg3
992
993 tgz: tgz-modules tgz-utils
994
995 distclean-local::
996         -$(RM) -R autom4te*.cache
997         -find . \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
998                 -o -name .pc -o -name .hg -o -name .git \) -prune -o \
999                 \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
1000                 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
1001                 -o -name '.*.rej' -o -name '.script-config' -o -size 0 \
1002                 -o -name '*%' -o -name '.*.cmd' -o -name 'core' \
1003                 -o -name 'Makefile' -o -name 'Module.symvers' \
1004                 -o -name '*.order' -o -name '*.markers' \) \
1005                 -type f -print | xargs $(RM)
1006
1007 @CONFIG_KERNEL_TRUE@install-data-local:
1008 @CONFIG_KERNEL_TRUE@    destname=zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION); \
1009 @CONFIG_KERNEL_TRUE@    instdest=$(DESTDIR)/usr/src/$$destname; \
1010 @CONFIG_KERNEL_TRUE@    echo "$(ZFS_META_VERSION)" >$$instdest/zfs.release; \
1011 @CONFIG_KERNEL_TRUE@    for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \
1012 @CONFIG_KERNEL_TRUE@            $(INSTALL) -D $$instfile $$instdest/$$instfile; \
1013 @CONFIG_KERNEL_TRUE@    done
1014
1015 ctags:
1016         $(RM) $(top_srcdir)/tags
1017         find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags
1018
1019 etags:
1020         $(RM) $(top_srcdir)/TAGS
1021         find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' | xargs etags -a
1022
1023 tags: ctags etags
1024
1025 pkg: @DEFAULT_PACKAGE@
1026 pkg-modules: @DEFAULT_PACKAGE@-modules
1027 pkg-utils: @DEFAULT_PACKAGE@-utils
1028
1029 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1030 # Otherwise a system limit (for SysV at least) may be exceeded.
1031 .NOEXPORT: