1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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.
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
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
)
34 build_triplet
= @build@
36 target_triplet
= @target@
37 subdir
= scripts
/zpool-layout
38 DIST_COMMON
= $(dist_pkglibexec_SCRIPTS
) $(srcdir)/Makefile.am \
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-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-blkdev-get-by-path.m4 \
56 $(top_srcdir
)/config
/kernel-check-disk-size-change.m4 \
57 $(top_srcdir
)/config
/kernel-d-obtain-alias.m4 \
58 $(top_srcdir
)/config
/kernel-evict-inode.m4 \
59 $(top_srcdir
)/config
/kernel-fmode-t.m4 \
60 $(top_srcdir
)/config
/kernel-fsync.m4 \
61 $(top_srcdir
)/config
/kernel-get-disk-ro.m4 \
62 $(top_srcdir
)/config
/kernel-insert-inode-locked.m4 \
63 $(top_srcdir
)/config
/kernel-invalidate-bdev-args.m4 \
64 $(top_srcdir
)/config
/kernel-kobj-name-len.m4 \
65 $(top_srcdir
)/config
/kernel-mount-nodev.m4 \
66 $(top_srcdir
)/config
/kernel-open-bdev-exclusive.m4 \
67 $(top_srcdir
)/config
/kernel-rq-for-each_segment.m4 \
68 $(top_srcdir
)/config
/kernel-rq-is_sync.m4 \
69 $(top_srcdir
)/config
/kernel-security-inode-init.m4 \
70 $(top_srcdir
)/config
/kernel-truncate-setsize.m4 \
71 $(top_srcdir
)/config
/kernel-xattr-handler.m4 \
72 $(top_srcdir
)/config
/kernel.m4 \
73 $(top_srcdir
)/config
/user-arch.m4 \
74 $(top_srcdir
)/config
/user-frame-larger-than.m4 \
75 $(top_srcdir
)/config
/user-ioctl.m4 \
76 $(top_srcdir
)/config
/user-libblkid.m4 \
77 $(top_srcdir
)/config
/user-libuuid.m4 \
78 $(top_srcdir
)/config
/user-nptl_guard_within_stack.m4 \
79 $(top_srcdir
)/config
/user-selinux.m4 \
80 $(top_srcdir
)/config
/user-zlib.m4
$(top_srcdir
)/config
/user.m4 \
81 $(top_srcdir
)/config
/zfs-build.m4 \
82 $(top_srcdir
)/config
/zfs-meta.m4
$(top_srcdir
)/configure.ac
83 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
85 mkinstalldirs
= $(install_sh
) -d
86 CONFIG_HEADER
= $(top_builddir
)/zfs_config.h
88 CONFIG_CLEAN_VPATH_FILES
=
89 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
90 am__vpath_adj
= case
$$p in \
91 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
94 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
96 am__nobase_strip_setup
= \
97 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
99 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
100 am__nobase_list
= $(am__nobase_strip_setup
); \
101 for p in
$$list; do echo
"$$p $$p"; done | \
102 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
103 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
104 if (++n[$$2] == $(am__install_max)) \
105 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
106 END { for (dir in files) print dir, files[dir] }'
108 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110 am__installdirs
= "$(DESTDIR)$(pkglibexecdir)"
111 SCRIPTS
= $(dist_pkglibexec_SCRIPTS
)
112 AM_V_GEN
= $(am__v_GEN_
$(V
))
113 am__v_GEN_
= $(am__v_GEN_
$(AM_DEFAULT_VERBOSITY
))
114 am__v_GEN_0
= @echo
" GEN " $@
;
115 AM_V_at
= $(am__v_at_
$(V
))
116 am__v_at_
= $(am__v_at_
$(AM_DEFAULT_VERBOSITY
))
120 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
121 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
/zpool-layout
124 ALIEN_VERSION
= @ALIEN_VERSION@
126 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
128 AUTOCONF
= @AUTOCONF@
129 AUTOHEADER
= @AUTOHEADER@
130 AUTOMAKE
= @AUTOMAKE@
134 CCASDEPMODE
= @CCASDEPMODE@
135 CCASFLAGS
= @CCASFLAGS@
136 CCDEPMODE
= @CCDEPMODE@
139 CPPFLAGS
= @CPPFLAGS@
140 CYGPATH_W
= @CYGPATH_W@
141 DEBUG_CFLAGS
= @DEBUG_CFLAGS@
142 DEBUG_STACKFLAGS
= @DEBUG_STACKFLAGS@
143 DEFAULT_INIT_DIR
= @DEFAULT_INIT_DIR@
144 DEFAULT_INIT_SCRIPT
= @DEFAULT_INIT_SCRIPT@
145 DEFAULT_PACKAGE
= @DEFAULT_PACKAGE@
149 DPKGBUILD
= @DPKGBUILD@
150 DPKGBUILD_VERSION
= @DPKGBUILD_VERSION@
151 DPKG_VERSION
= @DPKG_VERSION@
152 DSYMUTIL
= @DSYMUTIL@
160 FRAME_LARGER_THAN
= @FRAME_LARGER_THAN@
162 HAVE_ALIEN
= @HAVE_ALIEN@
163 HAVE_DPKG
= @HAVE_DPKG@
164 HAVE_DPKGBUILD
= @HAVE_DPKGBUILD@
165 HAVE_RPM
= @HAVE_RPM@
166 HAVE_RPMBUILD
= @HAVE_RPMBUILD@
168 INSTALL_DATA
= @INSTALL_DATA@
169 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
170 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
171 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
172 KERNELCPPFLAGS
= @KERNELCPPFLAGS@
173 KERNELMAKE_PARAMS
= @KERNELMAKE_PARAMS@
176 LIBBLKID
= @LIBBLKID@
179 LIBSELINUX
= @LIBSELINUX@
183 LINUX_OBJ
= @LINUX_OBJ@
184 LINUX_SYMBOLS
= @LINUX_SYMBOLS@
185 LINUX_VERSION
= @LINUX_VERSION@
188 LTLIBOBJS
= @LTLIBOBJS@
190 MAKEINFO
= @MAKEINFO@
194 NO_UNUSED_BUT_SET_VARIABLE
= @NO_UNUSED_BUT_SET_VARIABLE@
200 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
201 PACKAGE_NAME
= @PACKAGE_NAME@
202 PACKAGE_STRING
= @PACKAGE_STRING@
203 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
204 PACKAGE_VERSION
= @PACKAGE_VERSION@
205 PATH_SEPARATOR
= @PATH_SEPARATOR@
208 RPMBUILD
= @RPMBUILD@
209 RPMBUILD_VERSION
= @RPMBUILD_VERSION@
210 RPM_VERSION
= @RPM_VERSION@
212 SET_MAKE
= @SET_MAKE@
216 SPL_SYMBOLS
= @SPL_SYMBOLS@
217 SPL_VERSION
= @SPL_VERSION@
219 TARGET_ASM_DIR
= @TARGET_ASM_DIR@
222 ZFS_CONFIG
= @ZFS_CONFIG@
223 ZFS_META_ALIAS
= @ZFS_META_ALIAS@
224 ZFS_META_AUTHOR
= @ZFS_META_AUTHOR@
225 ZFS_META_DATA
= @ZFS_META_DATA@
226 ZFS_META_LICENSE
= @ZFS_META_LICENSE@
227 ZFS_META_LT_AGE
= @ZFS_META_LT_AGE@
228 ZFS_META_LT_CURRENT
= @ZFS_META_LT_CURRENT@
229 ZFS_META_LT_REVISION
= @ZFS_META_LT_REVISION@
230 ZFS_META_NAME
= @ZFS_META_NAME@
231 ZFS_META_RELEASE
= @ZFS_META_RELEASE@
232 ZFS_META_VERSION
= @ZFS_META_VERSION@
234 abs_builddir
= @abs_builddir@
235 abs_srcdir
= @abs_srcdir@
236 abs_top_builddir
= @abs_top_builddir@
237 abs_top_srcdir
= @abs_top_srcdir@
238 ac_ct_CC
= @ac_ct_CC@
239 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
240 am__include
= @am__include@
241 am__leading_dot
= @am__leading_dot@
242 am__quote
= @am__quote@
244 am__untar
= @am__untar@
247 build_alias
= @build_alias@
248 build_cpu
= @build_cpu@
249 build_os
= @build_os@
250 build_vendor
= @build_vendor@
251 builddir
= @builddir@
253 datarootdir
= @datarootdir@
256 exec_prefix = @
exec_prefix@
258 host_alias
= @host_alias@
259 host_cpu
= @host_cpu@
261 host_vendor
= @host_vendor@
263 includedir = @
includedir@
265 install_sh
= @install_sh@
267 libexecdir
= @libexecdir@
268 localedir
= @localedir@
269 localstatedir
= @localstatedir@
273 oldincludedir = @
oldincludedir@
276 program_transform_name
= @program_transform_name@
279 sharedstatedir
= @sharedstatedir@
281 sysconfdir
= @sysconfdir@
283 target_alias
= @target_alias@
284 target_cpu
= @target_cpu@
285 target_os
= @target_os@
286 target_vendor
= @target_vendor@
287 top_build_prefix
= @top_build_prefix@
288 top_builddir
= @top_builddir@
289 top_srcdir
= @top_srcdir@
290 dist_pkglibexec_SCRIPTS
= \
291 $(top_srcdir
)/scripts
/zpool-layout
/dragon.ddn.conf \
292 $(top_srcdir
)/scripts
/zpool-layout
/dragon.llnl.conf
297 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
299 case
'$(am__configure_deps)' in \
301 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
302 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
306 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/zpool-layout/Makefile'; \
307 $(am__cd
) $(top_srcdir
) && \
308 $(AUTOMAKE
) --gnu scripts
/zpool-layout
/Makefile
310 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
313 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
315 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
319 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
320 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
322 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
323 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
324 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
325 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
326 $(am__aclocal_m4_deps
):
327 install-dist_pkglibexecSCRIPTS
: $(dist_pkglibexec_SCRIPTS
)
329 test -z
"$(pkglibexecdir)" ||
$(MKDIR_P
) "$(DESTDIR)$(pkglibexecdir)"
330 @list
='$(dist_pkglibexec_SCRIPTS)'; test -n
"$(pkglibexecdir)" || list
=; \
331 for p in
$$list; do \
332 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
333 if
test -f
"$$d$$p"; then echo
"$$d$$p"; echo
"$$p"; else :; fi
; \
335 sed
-e
'p;s,.*/,,;n' \
337 -e
'p;x;s,.*/,,;$(transform)' | sed
'N;N;N;s,\n, ,g' | \
338 $(AWK
) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
339 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
340 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
341 if (++n[d] == $(am__install_max)) { \
342 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
343 else { print "f", d "/" $$4, $$1 } } \
344 END { for (d in files) print "f", d, files[d] }' | \
345 while read type
dir files
; do \
346 if
test "$$dir" = .
; then
dir=; else dir=/$$dir; fi
; \
347 test -z
"$$files" ||
{ \
348 echo
" $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
349 $(INSTALL_SCRIPT
) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit
$$?
; \
353 uninstall-dist_pkglibexecSCRIPTS
:
355 @list
='$(dist_pkglibexec_SCRIPTS)'; test -n
"$(pkglibexecdir)" || exit
0; \
356 files
=`for p in $$list; do echo "$$p"; done | \
357 sed -e 's,.*/,,;$(transform)'`; \
358 test -n
"$$list" || exit
0; \
359 echo
" ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
360 cd
"$(DESTDIR)$(pkglibexecdir)" && rm -f
$$files
374 distdir
: $(DISTFILES
)
375 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
376 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
377 list
='$(DISTFILES)'; \
378 dist_files
=`for file in $$list; do echo $$file; done | \
379 sed -e "s|^$$srcdirstrip/||;t" \
380 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
381 case
$$dist_files in \
382 */*) $(MKDIR_P
) `echo "$$dist_files" | \
383 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
386 for file in
$$dist_files; do \
387 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
388 if
test -d
$$d/$$file; then \
389 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
390 if
test -d
"$(distdir)/$$file"; then \
391 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
393 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
394 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
395 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
397 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
399 test -f
"$(distdir)/$$file" \
400 || cp
-p
$$d/$$file "$(distdir)/$$file" \
406 all-am
: Makefile
$(SCRIPTS
)
408 for
dir in
"$(DESTDIR)$(pkglibexecdir)"; do \
409 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
412 install-exec
: install-exec-am
413 install-data
: install-data-am
414 uninstall: uninstall-am
417 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
419 installcheck: installcheck-am
421 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
422 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
423 `test -z '$(STRIP)' || \
424 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
430 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
431 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
433 maintainer-clean-generic
:
434 @echo
"This command is intended for maintainers to use"
435 @echo
"it deletes files that may require special tools to rebuild."
436 clean-am
: clean-generic clean-libtool mostlyclean-am
438 distclean: distclean-am
440 distclean-am
: clean-am distclean-generic
456 install-dvi
: install-dvi-am
460 install-exec-am
: install-dist_pkglibexecSCRIPTS
462 install-html
: install-html-am
466 install-info
: install-info-am
472 install-pdf
: install-pdf-am
476 install-ps
: install-ps-am
482 maintainer-clean
: maintainer-clean-am
484 maintainer-clean-am
: distclean-am maintainer-clean-generic
486 mostlyclean: mostlyclean-am
488 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
498 uninstall-am
: uninstall-dist_pkglibexecSCRIPTS
500 .MAKE
: install-am install-strip
502 .PHONY
: all all-am
check check-am
clean clean-generic clean-libtool \
503 distclean distclean-generic distclean-libtool distdir
dvi \
504 dvi-am html html-am
info info-am
install install-am \
505 install-data install-data-am install-dist_pkglibexecSCRIPTS \
506 install-dvi install-dvi-am install-exec install-exec-am \
507 install-html install-html-am install-info install-info-am \
508 install-man install-pdf install-pdf-am install-ps \
509 install-ps-am install-strip
installcheck installcheck-am \
510 installdirs maintainer-clean maintainer-clean-generic \
511 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
512 ps ps-am
uninstall uninstall-am \
513 uninstall-dist_pkglibexecSCRIPTS
517 @list
='$(dist_pkglibexec_SCRIPTS)'; \
518 for file in
$$list; do \
519 link
=$$(basename $$file); \
520 if
[ ! -e
$$link ]; then \
521 $(LN_S
) $$file $$link; \
526 @list
='$(dist_pkglibexec_SCRIPTS)'; \
527 for file in
$$list; do \
528 link
=$$(basename $$file); \
529 if
[ -L
$$link ]; then \
534 # Tell versions [3.59,3.63) of GNU make to not export all variables.
535 # Otherwise a system limit (for SysV at least) may be exceeded.