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