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