]> git.proxmox.com Git - mirror_zfs-debian.git/blame - include/sys/fm/fs/Makefile.in
Fix 'zpool events' formatting for awk
[mirror_zfs-debian.git] / include / sys / fm / fs / 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/sys/fm/fs
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 \
47 $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
48 $(top_srcdir)/config/kernel-blk-end-request.m4 \
49 $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
50 $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
51 $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
52 $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
53 $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
54 $(top_srcdir)/config/kernel-fmode-t.m4 \
55 $(top_srcdir)/config/kernel-get-disk-ro.m4 \
56 $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
57 $(top_srcdir)/config/kernel-kobj-name-len.m4 \
58 $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
59 $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
60 $(top_srcdir)/config/kernel-rq-is_sync.m4 \
61 $(top_srcdir)/config/kernel.m4 \
62 $(top_srcdir)/config/user-arch.m4 \
63 $(top_srcdir)/config/user-frame-larger-than.m4 \
64 $(top_srcdir)/config/user-ioctl.m4 \
65 $(top_srcdir)/config/user-libblkid.m4 \
66 $(top_srcdir)/config/user-libshare.m4 \
67 $(top_srcdir)/config/user-libuuid.m4 \
68 $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
69 $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
70 $(top_srcdir)/config/zfs-build.m4 \
71 $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
72am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74mkinstalldirs = $(install_sh) -d
75CONFIG_HEADER = $(top_builddir)/zfs_config.h
76CONFIG_CLEAN_FILES =
77CONFIG_CLEAN_VPATH_FILES =
78AM_V_GEN = $(am__v_GEN_$(V))
79am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
80am__v_GEN_0 = @echo " GEN " $@;
81AM_V_at = $(am__v_at_$(V))
82am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
83am__v_at_0 = @
84SOURCES =
85DIST_SOURCES =
6283f55e 86am__kernel_HEADERS_DIST = $(top_srcdir)/include/sys/fm/fs/zfs.h
e70e591c
BB
87am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
88am__vpath_adj = case $$p in \
89 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
90 *) f=$$p;; \
91 esac;
92am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
93am__install_max = 40
94am__nobase_strip_setup = \
95 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
96am__nobase_strip = \
97 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
98am__nobase_list = $(am__nobase_strip_setup); \
99 for p in $$list; do echo "$$p $$p"; done | \
100 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
101 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
102 if (++n[$$2] == $(am__install_max)) \
103 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
104 END { for (dir in files) print dir, files[dir] }'
105am__base_list = \
106 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
107 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
6283f55e
BB
108am__installdirs = "$(DESTDIR)$(kerneldir)" "$(DESTDIR)$(libzfsdir)"
109am__libzfs_HEADERS_DIST = $(top_srcdir)/include/sys/fm/fs/zfs.h
110HEADERS = $(kernel_HEADERS) $(libzfs_HEADERS)
e70e591c
BB
111ETAGS = etags
112CTAGS = ctags
113DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114ACLOCAL = @ACLOCAL@
115ALIEN = @ALIEN@
116ALIEN_VERSION = @ALIEN_VERSION@
117AMTAR = @AMTAR@
118AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
119AR = @AR@
120AUTOCONF = @AUTOCONF@
121AUTOHEADER = @AUTOHEADER@
122AUTOMAKE = @AUTOMAKE@
123AWK = @AWK@
e70e591c
BB
124CC = @CC@
125CCAS = @CCAS@
126CCASDEPMODE = @CCASDEPMODE@
127CCASFLAGS = @CCASFLAGS@
128CCDEPMODE = @CCDEPMODE@
129CFLAGS = @CFLAGS@
e70e591c
BB
130CPP = @CPP@
131CPPFLAGS = @CPPFLAGS@
132CYGPATH_W = @CYGPATH_W@
133DEBUG_CFLAGS = @DEBUG_CFLAGS@
134DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
135DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
136DEFS = @DEFS@
137DEPDIR = @DEPDIR@
138DPKG = @DPKG@
139DPKGBUILD = @DPKGBUILD@
140DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
141DPKG_VERSION = @DPKG_VERSION@
142DSYMUTIL = @DSYMUTIL@
143DUMPBIN = @DUMPBIN@
144ECHO_C = @ECHO_C@
145ECHO_N = @ECHO_N@
146ECHO_T = @ECHO_T@
147EGREP = @EGREP@
148EXEEXT = @EXEEXT@
149FGREP = @FGREP@
150FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
151GREP = @GREP@
152HAVE_ALIEN = @HAVE_ALIEN@
153HAVE_DPKG = @HAVE_DPKG@
154HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
155HAVE_RPM = @HAVE_RPM@
156HAVE_RPMBUILD = @HAVE_RPMBUILD@
157INSTALL = @INSTALL@
158INSTALL_DATA = @INSTALL_DATA@
159INSTALL_PROGRAM = @INSTALL_PROGRAM@
160INSTALL_SCRIPT = @INSTALL_SCRIPT@
161INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162KERNELCPPFLAGS = @KERNELCPPFLAGS@
163KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
164LD = @LD@
165LDFLAGS = @LDFLAGS@
166LIBBLKID = @LIBBLKID@
e70e591c
BB
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
169LIBTOOL = @LIBTOOL@
170LIBUUID = @LIBUUID@
171LINUX = @LINUX@
172LINUX_OBJ = @LINUX_OBJ@
173LINUX_SYMBOLS = @LINUX_SYMBOLS@
174LINUX_VERSION = @LINUX_VERSION@
175LIPO = @LIPO@
176LN_S = @LN_S@
177LTLIBOBJS = @LTLIBOBJS@
178MAINT = @MAINT@
179MAKEINFO = @MAKEINFO@
180MKDIR_P = @MKDIR_P@
e70e591c
BB
181NM = @NM@
182NMEDIT = @NMEDIT@
183OBJDUMP = @OBJDUMP@
184OBJEXT = @OBJEXT@
185OTOOL = @OTOOL@
186OTOOL64 = @OTOOL64@
187PACKAGE = @PACKAGE@
188PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189PACKAGE_NAME = @PACKAGE_NAME@
190PACKAGE_STRING = @PACKAGE_STRING@
191PACKAGE_TARNAME = @PACKAGE_TARNAME@
192PACKAGE_VERSION = @PACKAGE_VERSION@
193PATH_SEPARATOR = @PATH_SEPARATOR@
194RANLIB = @RANLIB@
195RPM = @RPM@
196RPMBUILD = @RPMBUILD@
197RPMBUILD_VERSION = @RPMBUILD_VERSION@
198RPM_VERSION = @RPM_VERSION@
e70e591c
BB
199SED = @SED@
200SET_MAKE = @SET_MAKE@
201SHELL = @SHELL@
202SPL = @SPL@
203SPL_OBJ = @SPL_OBJ@
204SPL_SYMBOLS = @SPL_SYMBOLS@
205SPL_VERSION = @SPL_VERSION@
206STRIP = @STRIP@
207TARGET_ASM_DIR = @TARGET_ASM_DIR@
e70e591c
BB
208VENDOR = @VENDOR@
209VERSION = @VERSION@
210ZFS_CONFIG = @ZFS_CONFIG@
211ZFS_META_ALIAS = @ZFS_META_ALIAS@
212ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
213ZFS_META_DATA = @ZFS_META_DATA@
214ZFS_META_LICENSE = @ZFS_META_LICENSE@
215ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
216ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
217ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
218ZFS_META_NAME = @ZFS_META_NAME@
219ZFS_META_RELEASE = @ZFS_META_RELEASE@
220ZFS_META_VERSION = @ZFS_META_VERSION@
221ZLIB = @ZLIB@
222abs_builddir = @abs_builddir@
223abs_srcdir = @abs_srcdir@
224abs_top_builddir = @abs_top_builddir@
225abs_top_srcdir = @abs_top_srcdir@
226ac_ct_CC = @ac_ct_CC@
227ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
228am__include = @am__include@
229am__leading_dot = @am__leading_dot@
230am__quote = @am__quote@
231am__tar = @am__tar@
232am__untar = @am__untar@
233bindir = @bindir@
234build = @build@
235build_alias = @build_alias@
236build_cpu = @build_cpu@
237build_os = @build_os@
238build_vendor = @build_vendor@
239builddir = @builddir@
240datadir = @datadir@
241datarootdir = @datarootdir@
242docdir = @docdir@
243dvidir = @dvidir@
244exec_prefix = @exec_prefix@
245host = @host@
246host_alias = @host_alias@
247host_cpu = @host_cpu@
248host_os = @host_os@
249host_vendor = @host_vendor@
250htmldir = @htmldir@
251includedir = @includedir@
252infodir = @infodir@
253install_sh = @install_sh@
254libdir = @libdir@
255libexecdir = @libexecdir@
256localedir = @localedir@
257localstatedir = @localstatedir@
258lt_ECHO = @lt_ECHO@
259mandir = @mandir@
260mkdir_p = @mkdir_p@
261oldincludedir = @oldincludedir@
262pdfdir = @pdfdir@
263prefix = @prefix@
264program_transform_name = @program_transform_name@
265psdir = @psdir@
266sbindir = @sbindir@
267sharedstatedir = @sharedstatedir@
268srcdir = @srcdir@
269sysconfdir = @sysconfdir@
270target = @target@
271target_alias = @target_alias@
272target_cpu = @target_cpu@
273target_os = @target_os@
274target_vendor = @target_vendor@
275top_build_prefix = @top_build_prefix@
276top_builddir = @top_builddir@
277top_srcdir = @top_srcdir@
6283f55e
BB
278COMMON_H = \
279 $(top_srcdir)/include/sys/fm/fs/zfs.h
280
281KERNEL_H =
282USER_H =
283EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
284@CONFIG_USER_TRUE@libzfsdir = $(includedir)/libzfs/sys/fm/fs
285@CONFIG_USER_TRUE@libzfs_HEADERS = $(COMMON_H) $(USER_H)
286@CONFIG_KERNEL_TRUE@kerneldir = /usr/src/zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION)/sys/fm/fs
287@CONFIG_KERNEL_TRUE@kernel_HEADERS = $(COMMON_H) $(KERNEL_H)
e70e591c
BB
288all: all-am
289
290.SUFFIXES:
291$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
292 @for dep in $?; do \
293 case '$(am__configure_deps)' in \
294 *$$dep*) \
295 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
296 && { if test -f $@; then exit 0; else break; fi; }; \
297 exit 1;; \
298 esac; \
299 done; \
6283f55e 300 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/sys/fm/fs/Makefile'; \
e70e591c 301 $(am__cd) $(top_srcdir) && \
6283f55e 302 $(AUTOMAKE) --gnu include/sys/fm/fs/Makefile
e70e591c
BB
303.PRECIOUS: Makefile
304Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305 @case '$?' in \
306 *config.status*) \
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
308 *) \
309 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
310 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
311 esac;
312
313$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
316$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320$(am__aclocal_m4_deps):
321
322mostlyclean-libtool:
323 -rm -f *.lo
324
325clean-libtool:
326 -rm -rf .libs _libs
6283f55e 327install-kernelHEADERS: $(kernel_HEADERS)
e70e591c 328 @$(NORMAL_INSTALL)
6283f55e
BB
329 test -z "$(kerneldir)" || $(MKDIR_P) "$(DESTDIR)$(kerneldir)"
330 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
331 for p in $$list; do \
332 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
333 echo "$$d$$p"; \
334 done | $(am__base_list) | \
335 while read files; do \
336 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
337 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
e70e591c
BB
338 done
339
6283f55e 340uninstall-kernelHEADERS:
e70e591c 341 @$(NORMAL_UNINSTALL)
6283f55e
BB
342 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
343 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
e70e591c 344 test -n "$$files" || exit 0; \
6283f55e
BB
345 echo " ( cd '$(DESTDIR)$(kerneldir)' && rm -f" $$files ")"; \
346 cd "$(DESTDIR)$(kerneldir)" && rm -f $$files
347install-libzfsHEADERS: $(libzfs_HEADERS)
348 @$(NORMAL_INSTALL)
349 test -z "$(libzfsdir)" || $(MKDIR_P) "$(DESTDIR)$(libzfsdir)"
350 @list='$(libzfs_HEADERS)'; test -n "$(libzfsdir)" || list=; \
351 for p in $$list; do \
352 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
353 echo "$$d$$p"; \
354 done | $(am__base_list) | \
355 while read files; do \
356 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libzfsdir)'"; \
357 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libzfsdir)" || exit $$?; \
358 done
359
360uninstall-libzfsHEADERS:
361 @$(NORMAL_UNINSTALL)
362 @list='$(libzfs_HEADERS)'; test -n "$(libzfsdir)" || list=; \
363 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
364 test -n "$$files" || exit 0; \
365 echo " ( cd '$(DESTDIR)$(libzfsdir)' && rm -f" $$files ")"; \
366 cd "$(DESTDIR)$(libzfsdir)" && rm -f $$files
e70e591c
BB
367
368ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370 unique=`for i in $$list; do \
371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372 done | \
373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374 END { if (nonempty) { for (i in files) print i; }; }'`; \
375 mkid -fID $$unique
376tags: TAGS
377
378TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
379 $(TAGS_FILES) $(LISP)
380 set x; \
381 here=`pwd`; \
382 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
383 unique=`for i in $$list; do \
384 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385 done | \
386 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387 END { if (nonempty) { for (i in files) print i; }; }'`; \
388 shift; \
389 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
390 test -n "$$unique" || unique=$$empty_fix; \
391 if test $$# -gt 0; then \
392 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393 "$$@" $$unique; \
394 else \
395 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396 $$unique; \
397 fi; \
398 fi
399ctags: CTAGS
400CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
401 $(TAGS_FILES) $(LISP)
402 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
403 unique=`for i in $$list; do \
404 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405 done | \
406 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407 END { if (nonempty) { for (i in files) print i; }; }'`; \
408 test -z "$(CTAGS_ARGS)$$unique" \
409 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
410 $$unique
411
412GTAGS:
413 here=`$(am__cd) $(top_builddir) && pwd` \
414 && $(am__cd) $(top_srcdir) \
415 && gtags -i $(GTAGS_ARGS) "$$here"
416
417distclean-tags:
418 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
420distdir: $(DISTFILES)
421 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423 list='$(DISTFILES)'; \
424 dist_files=`for file in $$list; do echo $$file; done | \
425 sed -e "s|^$$srcdirstrip/||;t" \
426 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
427 case $$dist_files in \
428 */*) $(MKDIR_P) `echo "$$dist_files" | \
429 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
430 sort -u` ;; \
431 esac; \
432 for file in $$dist_files; do \
433 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
434 if test -d $$d/$$file; then \
435 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
436 if test -d "$(distdir)/$$file"; then \
437 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438 fi; \
439 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
441 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
442 fi; \
443 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
444 else \
445 test -f "$(distdir)/$$file" \
446 || cp -p $$d/$$file "$(distdir)/$$file" \
447 || exit 1; \
448 fi; \
449 done
450check-am: all-am
451check: check-am
452all-am: Makefile $(HEADERS)
453installdirs:
6283f55e 454 for dir in "$(DESTDIR)$(kerneldir)" "$(DESTDIR)$(libzfsdir)"; do \
e70e591c
BB
455 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
456 done
457install: install-am
458install-exec: install-exec-am
459install-data: install-data-am
460uninstall: uninstall-am
461
462install-am: all-am
463 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464
465installcheck: installcheck-am
466install-strip:
467 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469 `test -z '$(STRIP)' || \
470 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
471mostlyclean-generic:
472
473clean-generic:
474
475distclean-generic:
476 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
477 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
478
479maintainer-clean-generic:
480 @echo "This command is intended for maintainers to use"
481 @echo "it deletes files that may require special tools to rebuild."
482clean: clean-am
483
484clean-am: clean-generic clean-libtool mostlyclean-am
485
486distclean: distclean-am
487 -rm -f Makefile
488distclean-am: clean-am distclean-generic distclean-tags
489
490dvi: dvi-am
491
492dvi-am:
493
494html: html-am
495
496html-am:
497
498info: info-am
499
500info-am:
501
6283f55e 502install-data-am: install-kernelHEADERS install-libzfsHEADERS
e70e591c
BB
503
504install-dvi: install-dvi-am
505
506install-dvi-am:
507
508install-exec-am:
509
510install-html: install-html-am
511
512install-html-am:
513
514install-info: install-info-am
515
516install-info-am:
517
518install-man:
519
520install-pdf: install-pdf-am
521
522install-pdf-am:
523
524install-ps: install-ps-am
525
526install-ps-am:
527
528installcheck-am:
529
530maintainer-clean: maintainer-clean-am
531 -rm -f Makefile
532maintainer-clean-am: distclean-am maintainer-clean-generic
533
534mostlyclean: mostlyclean-am
535
536mostlyclean-am: mostlyclean-generic mostlyclean-libtool
537
538pdf: pdf-am
539
540pdf-am:
541
542ps: ps-am
543
544ps-am:
545
6283f55e 546uninstall-am: uninstall-kernelHEADERS uninstall-libzfsHEADERS
e70e591c
BB
547
548.MAKE: install-am install-strip
549
550.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
551 clean-libtool ctags distclean distclean-generic \
552 distclean-libtool distclean-tags distdir dvi dvi-am html \
553 html-am info info-am install install-am install-data \
554 install-data-am install-dvi install-dvi-am install-exec \
555 install-exec-am install-html install-html-am install-info \
6283f55e
BB
556 install-info-am install-kernelHEADERS install-libzfsHEADERS \
557 install-man install-pdf install-pdf-am install-ps \
558 install-ps-am install-strip installcheck installcheck-am \
559 installdirs maintainer-clean maintainer-clean-generic \
560 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
561 ps ps-am tags uninstall uninstall-am uninstall-kernelHEADERS \
562 uninstall-libzfsHEADERS
e70e591c
BB
563
564
565# Tell versions [3.59,3.63) of GNU make to not export all variables.
566# Otherwise a system limit (for SysV at least) may be exceeded.
567.NOEXPORT: