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