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