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