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