6821a67fea9afdd6b6c60f5e52887bb07308b09f
[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-libshare.m4 \
68         $(top_srcdir)/config/user-libuuid.m4 \
69         $(top_srcdir)/config/user-nptl_guard_within_stack.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 LIBTOOL = @LIBTOOL@
226 LIBUUID = @LIBUUID@
227 LINUX = @LINUX@
228 LINUX_OBJ = @LINUX_OBJ@
229 LINUX_SYMBOLS = @LINUX_SYMBOLS@
230 LINUX_VERSION = @LINUX_VERSION@
231 LIPO = @LIPO@
232 LN_S = @LN_S@
233 LTLIBOBJS = @LTLIBOBJS@
234 MAINT = @MAINT@
235 MAKEINFO = @MAKEINFO@
236 MKDIR_P = @MKDIR_P@
237 NM = @NM@
238 NMEDIT = @NMEDIT@
239 OBJDUMP = @OBJDUMP@
240 OBJEXT = @OBJEXT@
241 OTOOL = @OTOOL@
242 OTOOL64 = @OTOOL64@
243 PACKAGE = @PACKAGE@
244 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
245 PACKAGE_NAME = @PACKAGE_NAME@
246 PACKAGE_STRING = @PACKAGE_STRING@
247 PACKAGE_TARNAME = @PACKAGE_TARNAME@
248 PACKAGE_VERSION = @PACKAGE_VERSION@
249 PATH_SEPARATOR = @PATH_SEPARATOR@
250 RANLIB = @RANLIB@
251 RPM = @RPM@
252 RPMBUILD = @RPMBUILD@
253 RPMBUILD_VERSION = @RPMBUILD_VERSION@
254 RPM_VERSION = @RPM_VERSION@
255 SED = @SED@
256 SET_MAKE = @SET_MAKE@
257 SHELL = @SHELL@
258 SPL = @SPL@
259 SPL_OBJ = @SPL_OBJ@
260 SPL_SYMBOLS = @SPL_SYMBOLS@
261 SPL_VERSION = @SPL_VERSION@
262 STRIP = @STRIP@
263 TARGET_ASM_DIR = @TARGET_ASM_DIR@
264 VENDOR = @VENDOR@
265 VERSION = @VERSION@
266 ZFS_CONFIG = @ZFS_CONFIG@
267 ZFS_META_ALIAS = @ZFS_META_ALIAS@
268 ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
269 ZFS_META_DATA = @ZFS_META_DATA@
270 ZFS_META_LICENSE = @ZFS_META_LICENSE@
271 ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
272 ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
273 ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
274 ZFS_META_NAME = @ZFS_META_NAME@
275 ZFS_META_RELEASE = @ZFS_META_RELEASE@
276 ZFS_META_VERSION = @ZFS_META_VERSION@
277 ZLIB = @ZLIB@
278 abs_builddir = @abs_builddir@
279 abs_srcdir = @abs_srcdir@
280 abs_top_builddir = @abs_top_builddir@
281 abs_top_srcdir = @abs_top_srcdir@
282 ac_ct_CC = @ac_ct_CC@
283 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
284 am__include = @am__include@
285 am__leading_dot = @am__leading_dot@
286 am__quote = @am__quote@
287 am__tar = @am__tar@
288 am__untar = @am__untar@
289 bindir = @bindir@
290 build = @build@
291 build_alias = @build_alias@
292 build_cpu = @build_cpu@
293 build_os = @build_os@
294 build_vendor = @build_vendor@
295 builddir = @builddir@
296 datadir = @datadir@
297 datarootdir = @datarootdir@
298 docdir = @docdir@
299 dvidir = @dvidir@
300 exec_prefix = @exec_prefix@
301 host = @host@
302 host_alias = @host_alias@
303 host_cpu = @host_cpu@
304 host_os = @host_os@
305 host_vendor = @host_vendor@
306 htmldir = @htmldir@
307 includedir = @includedir@
308 infodir = @infodir@
309 install_sh = @install_sh@
310 libdir = @libdir@
311 libexecdir = @libexecdir@
312 localedir = @localedir@
313 localstatedir = @localstatedir@
314 lt_ECHO = @lt_ECHO@
315 mandir = @mandir@
316 mkdir_p = @mkdir_p@
317 oldincludedir = @oldincludedir@
318 pdfdir = @pdfdir@
319 prefix = @prefix@
320 program_transform_name = @program_transform_name@
321 psdir = @psdir@
322 sbindir = @sbindir@
323 sharedstatedir = @sharedstatedir@
324 srcdir = @srcdir@
325 sysconfdir = @sysconfdir@
326 target = @target@
327 target_alias = @target_alias@
328 target_cpu = @target_cpu@
329 target_os = @target_os@
330 target_vendor = @target_vendor@
331 top_build_prefix = @top_build_prefix@
332 top_builddir = @top_builddir@
333 top_srcdir = @top_srcdir@
334 SUBDIRS = sys
335 COMMON_H = \
336         $(top_srcdir)/include/zfs_comutil.h \
337         $(top_srcdir)/include/zfs_deleg.h \
338         $(top_srcdir)/include/zfs_fletcher.h \
339         $(top_srcdir)/include/zfs_namecheck.h \
340         $(top_srcdir)/include/zfs_prop.h \
341         $(top_srcdir)/include/zpios-ctl.h
342
343 KERNEL_H = \
344         $(top_srcdir)/include/zpios-internal.h
345
346 USER_H = \
347         $(top_srcdir)/include/libnvpair.h \
348         $(top_srcdir)/include/libuutil_common.h \
349         $(top_srcdir)/include/libuutil.h \
350         $(top_srcdir)/include/libuutil_impl.h \
351         $(top_srcdir)/include/libzfs.h \
352         $(top_srcdir)/include/libzfs_impl.h
353
354 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
355 @CONFIG_USER_TRUE@libzfsdir = $(includedir)/libzfs
356 @CONFIG_USER_TRUE@libzfs_HEADERS = $(COMMON_H) $(USER_H)
357 @CONFIG_KERNEL_TRUE@kerneldir = /usr/src/zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION)
358 @CONFIG_KERNEL_TRUE@kernel_HEADERS = $(COMMON_H) $(KERNEL_H)
359 all: all-recursive
360
361 .SUFFIXES:
362 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
363         @for dep in $?; do \
364           case '$(am__configure_deps)' in \
365             *$$dep*) \
366               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
367                 && { if test -f $@; then exit 0; else break; fi; }; \
368               exit 1;; \
369           esac; \
370         done; \
371         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
372         $(am__cd) $(top_srcdir) && \
373           $(AUTOMAKE) --gnu include/Makefile
374 .PRECIOUS: Makefile
375 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376         @case '$?' in \
377           *config.status*) \
378             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379           *) \
380             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
381             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
382         esac;
383
384 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386
387 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
388         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
390         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391 $(am__aclocal_m4_deps):
392
393 mostlyclean-libtool:
394         -rm -f *.lo
395
396 clean-libtool:
397         -rm -rf .libs _libs
398 install-kernelHEADERS: $(kernel_HEADERS)
399         @$(NORMAL_INSTALL)
400         test -z "$(kerneldir)" || $(MKDIR_P) "$(DESTDIR)$(kerneldir)"
401         @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
402         for p in $$list; do \
403           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
404           echo "$$d$$p"; \
405         done | $(am__base_list) | \
406         while read files; do \
407           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
408           $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
409         done
410
411 uninstall-kernelHEADERS:
412         @$(NORMAL_UNINSTALL)
413         @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
414         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
415         test -n "$$files" || exit 0; \
416         echo " ( cd '$(DESTDIR)$(kerneldir)' && rm -f" $$files ")"; \
417         cd "$(DESTDIR)$(kerneldir)" && rm -f $$files
418 install-libzfsHEADERS: $(libzfs_HEADERS)
419         @$(NORMAL_INSTALL)
420         test -z "$(libzfsdir)" || $(MKDIR_P) "$(DESTDIR)$(libzfsdir)"
421         @list='$(libzfs_HEADERS)'; test -n "$(libzfsdir)" || list=; \
422         for p in $$list; do \
423           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
424           echo "$$d$$p"; \
425         done | $(am__base_list) | \
426         while read files; do \
427           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libzfsdir)'"; \
428           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libzfsdir)" || exit $$?; \
429         done
430
431 uninstall-libzfsHEADERS:
432         @$(NORMAL_UNINSTALL)
433         @list='$(libzfs_HEADERS)'; test -n "$(libzfsdir)" || list=; \
434         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
435         test -n "$$files" || exit 0; \
436         echo " ( cd '$(DESTDIR)$(libzfsdir)' && rm -f" $$files ")"; \
437         cd "$(DESTDIR)$(libzfsdir)" && rm -f $$files
438
439 # This directory's subdirectories are mostly independent; you can cd
440 # into them and run `make' without going through this Makefile.
441 # To change the values of `make' variables: instead of editing Makefiles,
442 # (1) if the variable is set in `config.status', edit `config.status'
443 #     (which will cause the Makefiles to be regenerated when you run `make');
444 # (2) otherwise, pass the desired values on the `make' command line.
445 $(RECURSIVE_TARGETS):
446         @fail= failcom='exit 1'; \
447         for f in x $$MAKEFLAGS; do \
448           case $$f in \
449             *=* | --[!k]*);; \
450             *k*) failcom='fail=yes';; \
451           esac; \
452         done; \
453         dot_seen=no; \
454         target=`echo $@ | sed s/-recursive//`; \
455         list='$(SUBDIRS)'; for subdir in $$list; do \
456           echo "Making $$target in $$subdir"; \
457           if test "$$subdir" = "."; then \
458             dot_seen=yes; \
459             local_target="$$target-am"; \
460           else \
461             local_target="$$target"; \
462           fi; \
463           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
464           || eval $$failcom; \
465         done; \
466         if test "$$dot_seen" = "no"; then \
467           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
468         fi; test -z "$$fail"
469
470 $(RECURSIVE_CLEAN_TARGETS):
471         @fail= failcom='exit 1'; \
472         for f in x $$MAKEFLAGS; do \
473           case $$f in \
474             *=* | --[!k]*);; \
475             *k*) failcom='fail=yes';; \
476           esac; \
477         done; \
478         dot_seen=no; \
479         case "$@" in \
480           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
481           *) list='$(SUBDIRS)' ;; \
482         esac; \
483         rev=''; for subdir in $$list; do \
484           if test "$$subdir" = "."; then :; else \
485             rev="$$subdir $$rev"; \
486           fi; \
487         done; \
488         rev="$$rev ."; \
489         target=`echo $@ | sed s/-recursive//`; \
490         for subdir in $$rev; do \
491           echo "Making $$target in $$subdir"; \
492           if test "$$subdir" = "."; then \
493             local_target="$$target-am"; \
494           else \
495             local_target="$$target"; \
496           fi; \
497           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
498           || eval $$failcom; \
499         done && test -z "$$fail"
500 tags-recursive:
501         list='$(SUBDIRS)'; for subdir in $$list; do \
502           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
503         done
504 ctags-recursive:
505         list='$(SUBDIRS)'; for subdir in $$list; do \
506           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
507         done
508
509 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
510         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
511         unique=`for i in $$list; do \
512             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513           done | \
514           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
515               END { if (nonempty) { for (i in files) print i; }; }'`; \
516         mkid -fID $$unique
517 tags: TAGS
518
519 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
520                 $(TAGS_FILES) $(LISP)
521         set x; \
522         here=`pwd`; \
523         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
524           include_option=--etags-include; \
525           empty_fix=.; \
526         else \
527           include_option=--include; \
528           empty_fix=; \
529         fi; \
530         list='$(SUBDIRS)'; for subdir in $$list; do \
531           if test "$$subdir" = .; then :; else \
532             test ! -f $$subdir/TAGS || \
533               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
534           fi; \
535         done; \
536         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
537         unique=`for i in $$list; do \
538             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539           done | \
540           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
541               END { if (nonempty) { for (i in files) print i; }; }'`; \
542         shift; \
543         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
544           test -n "$$unique" || unique=$$empty_fix; \
545           if test $$# -gt 0; then \
546             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
547               "$$@" $$unique; \
548           else \
549             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
550               $$unique; \
551           fi; \
552         fi
553 ctags: CTAGS
554 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
555                 $(TAGS_FILES) $(LISP)
556         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
557         unique=`for i in $$list; do \
558             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
559           done | \
560           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
561               END { if (nonempty) { for (i in files) print i; }; }'`; \
562         test -z "$(CTAGS_ARGS)$$unique" \
563           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
564              $$unique
565
566 GTAGS:
567         here=`$(am__cd) $(top_builddir) && pwd` \
568           && $(am__cd) $(top_srcdir) \
569           && gtags -i $(GTAGS_ARGS) "$$here"
570
571 distclean-tags:
572         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
573
574 distdir: $(DISTFILES)
575         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
576         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
577         list='$(DISTFILES)'; \
578           dist_files=`for file in $$list; do echo $$file; done | \
579           sed -e "s|^$$srcdirstrip/||;t" \
580               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
581         case $$dist_files in \
582           */*) $(MKDIR_P) `echo "$$dist_files" | \
583                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
584                            sort -u` ;; \
585         esac; \
586         for file in $$dist_files; do \
587           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
588           if test -d $$d/$$file; then \
589             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
590             if test -d "$(distdir)/$$file"; then \
591               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592             fi; \
593             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
594               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
595               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596             fi; \
597             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
598           else \
599             test -f "$(distdir)/$$file" \
600             || cp -p $$d/$$file "$(distdir)/$$file" \
601             || exit 1; \
602           fi; \
603         done
604         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
605           if test "$$subdir" = .; then :; else \
606             test -d "$(distdir)/$$subdir" \
607             || $(MKDIR_P) "$(distdir)/$$subdir" \
608             || exit 1; \
609           fi; \
610         done
611         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
612           if test "$$subdir" = .; then :; else \
613             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
614             $(am__relativize); \
615             new_distdir=$$reldir; \
616             dir1=$$subdir; dir2="$(top_distdir)"; \
617             $(am__relativize); \
618             new_top_distdir=$$reldir; \
619             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
620             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
621             ($(am__cd) $$subdir && \
622               $(MAKE) $(AM_MAKEFLAGS) \
623                 top_distdir="$$new_top_distdir" \
624                 distdir="$$new_distdir" \
625                 am__remove_distdir=: \
626                 am__skip_length_check=: \
627                 am__skip_mode_fix=: \
628                 distdir) \
629               || exit 1; \
630           fi; \
631         done
632 check-am: all-am
633 check: check-recursive
634 all-am: Makefile $(HEADERS)
635 installdirs: installdirs-recursive
636 installdirs-am:
637         for dir in "$(DESTDIR)$(kerneldir)" "$(DESTDIR)$(libzfsdir)"; do \
638           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
639         done
640 install: install-recursive
641 install-exec: install-exec-recursive
642 install-data: install-data-recursive
643 uninstall: uninstall-recursive
644
645 install-am: all-am
646         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
647
648 installcheck: installcheck-recursive
649 install-strip:
650         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
651           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
652           `test -z '$(STRIP)' || \
653             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
654 mostlyclean-generic:
655
656 clean-generic:
657
658 distclean-generic:
659         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
660         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
661
662 maintainer-clean-generic:
663         @echo "This command is intended for maintainers to use"
664         @echo "it deletes files that may require special tools to rebuild."
665 clean: clean-recursive
666
667 clean-am: clean-generic clean-libtool mostlyclean-am
668
669 distclean: distclean-recursive
670         -rm -f Makefile
671 distclean-am: clean-am distclean-generic distclean-tags
672
673 dvi: dvi-recursive
674
675 dvi-am:
676
677 html: html-recursive
678
679 html-am:
680
681 info: info-recursive
682
683 info-am:
684
685 install-data-am: install-kernelHEADERS install-libzfsHEADERS
686
687 install-dvi: install-dvi-recursive
688
689 install-dvi-am:
690
691 install-exec-am:
692
693 install-html: install-html-recursive
694
695 install-html-am:
696
697 install-info: install-info-recursive
698
699 install-info-am:
700
701 install-man:
702
703 install-pdf: install-pdf-recursive
704
705 install-pdf-am:
706
707 install-ps: install-ps-recursive
708
709 install-ps-am:
710
711 installcheck-am:
712
713 maintainer-clean: maintainer-clean-recursive
714         -rm -f Makefile
715 maintainer-clean-am: distclean-am maintainer-clean-generic
716
717 mostlyclean: mostlyclean-recursive
718
719 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
720
721 pdf: pdf-recursive
722
723 pdf-am:
724
725 ps: ps-recursive
726
727 ps-am:
728
729 uninstall-am: uninstall-kernelHEADERS uninstall-libzfsHEADERS
730
731 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
732         install-am install-strip tags-recursive
733
734 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
735         all all-am check check-am clean clean-generic clean-libtool \
736         ctags ctags-recursive distclean distclean-generic \
737         distclean-libtool distclean-tags distdir dvi dvi-am html \
738         html-am info info-am install install-am install-data \
739         install-data-am install-dvi install-dvi-am install-exec \
740         install-exec-am install-html install-html-am install-info \
741         install-info-am install-kernelHEADERS install-libzfsHEADERS \
742         install-man install-pdf install-pdf-am install-ps \
743         install-ps-am install-strip installcheck installcheck-am \
744         installdirs installdirs-am maintainer-clean \
745         maintainer-clean-generic mostlyclean mostlyclean-generic \
746         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
747         uninstall uninstall-am uninstall-kernelHEADERS \
748         uninstall-libzfsHEADERS
749
750
751 # Tell versions [3.59,3.63) of GNU make to not export all variables.
752 # Otherwise a system limit (for SysV at least) may be exceeded.
753 .NOEXPORT: