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