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