]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - zfs/Makefile.in
UBUNTU: [Config] CONFIG_NET_DSA_SMSC_LAN9303_I2C=m
[mirror_ubuntu-artful-kernel.git] / zfs / Makefile.in
CommitLineData
87d546d8
TG
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17###############################################################################
18# Copyright (C) 2007-2013 Lawrence Livermore National Security, LLC.
19# Copyright (C) 2007 The Regents of the University of California.
20# Written by Brian Behlendorf <behlendorf1@llnl.gov>.
21###############################################################################
22# Build targets for RPM packages.
23###############################################################################
24
25VPATH = @srcdir@
26am__is_gnu_make = { \
27 if test -z '$(MAKELEVEL)'; then \
28 false; \
29 elif test -n '$(MAKE_HOST)'; then \
30 true; \
31 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
32 true; \
33 else \
34 false; \
35 fi; \
36}
37am__make_running_with_option = \
38 case $${target_option-} in \
39 ?) ;; \
40 *) echo "am__make_running_with_option: internal error: invalid" \
41 "target option '$${target_option-}' specified" >&2; \
42 exit 1;; \
43 esac; \
44 has_opt=no; \
45 sane_makeflags=$$MAKEFLAGS; \
46 if $(am__is_gnu_make); then \
47 sane_makeflags=$$MFLAGS; \
48 else \
49 case $$MAKEFLAGS in \
50 *\\[\ \ ]*) \
51 bs=\\; \
52 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
54 esac; \
55 fi; \
56 skip_next=no; \
57 strip_trailopt () \
58 { \
59 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60 }; \
61 for flg in $$sane_makeflags; do \
62 test $$skip_next = yes && { skip_next=no; continue; }; \
63 case $$flg in \
64 *=*|--*) continue;; \
65 -*I) strip_trailopt 'I'; skip_next=yes;; \
66 -*I?*) strip_trailopt 'I';; \
67 -*O) strip_trailopt 'O'; skip_next=yes;; \
68 -*O?*) strip_trailopt 'O';; \
69 -*l) strip_trailopt 'l'; skip_next=yes;; \
70 -*l?*) strip_trailopt 'l';; \
71 -[dEDm]) skip_next=yes;; \
72 -[JT]) skip_next=yes;; \
73 esac; \
74 case $$flg in \
75 *$$target_option*) has_opt=yes; break;; \
76 esac; \
77 done; \
78 test $$has_opt = yes
79am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81pkgdatadir = $(datadir)/@PACKAGE@
82pkgincludedir = $(includedir)/@PACKAGE@
83pkglibdir = $(libdir)/@PACKAGE@
84pkglibexecdir = $(libexecdir)/@PACKAGE@
85am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86install_sh_DATA = $(install_sh) -c -m 644
87install_sh_PROGRAM = $(install_sh) -c
88install_sh_SCRIPT = $(install_sh) -c
89INSTALL_HEADER = $(INSTALL_DATA)
90transform = $(program_transform_name)
91NORMAL_INSTALL = :
92PRE_INSTALL = :
93POST_INSTALL = :
94NORMAL_UNINSTALL = :
95PRE_UNINSTALL = :
96POST_UNINSTALL = :
97build_triplet = @build@
98host_triplet = @host@
99target_triplet = @target@
100subdir = .
101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102am__aclocal_m4_deps = $(top_srcdir)/config/always-no-bool-compare.m4 \
103 $(top_srcdir)/config/always-no-unused-but-set-variable.m4 \
104 $(top_srcdir)/config/dkms.m4 \
105 $(top_srcdir)/config/kernel-acl.m4 \
106 $(top_srcdir)/config/kernel-aio-fsync.m4 \
107 $(top_srcdir)/config/kernel-automount.m4 \
108 $(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
109 $(top_srcdir)/config/kernel-bdev-logical-size.m4 \
110 $(top_srcdir)/config/kernel-bdev-physical-size.m4 \
df9d7621 111 $(top_srcdir)/config/kernel-bdi.m4 \
87d546d8
TG
112 $(top_srcdir)/config/kernel-bio-bvec-iter.m4 \
113 $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \
114 $(top_srcdir)/config/kernel-bio-failfast.m4 \
115 $(top_srcdir)/config/kernel-bio-op.m4 \
116 $(top_srcdir)/config/kernel-bio-rw-barrier.m4 \
117 $(top_srcdir)/config/kernel-bio-rw-discard.m4 \
118 $(top_srcdir)/config/kernel-blk-queue-flush.m4 \
119 $(top_srcdir)/config/kernel-blk-queue-max-hw-sectors.m4 \
120 $(top_srcdir)/config/kernel-blk-queue-max-segments.m4 \
121 $(top_srcdir)/config/kernel-blk-queue-unplug.m4 \
122 $(top_srcdir)/config/kernel-blkdev-get-by-path.m4 \
123 $(top_srcdir)/config/kernel-blkdev-get.m4 \
124 $(top_srcdir)/config/kernel-block-device-operations-release-void.m4 \
125 $(top_srcdir)/config/kernel-check-disk-size-change.m4 \
126 $(top_srcdir)/config/kernel-clear-inode.m4 \
127 $(top_srcdir)/config/kernel-commit-metadata.m4 \
128 $(top_srcdir)/config/kernel-create-nameidata.m4 \
df9d7621 129 $(top_srcdir)/config/kernel-current-time.m4 \
87d546d8
TG
130 $(top_srcdir)/config/kernel-current_bio_tail.m4 \
131 $(top_srcdir)/config/kernel-d-make-root.m4 \
132 $(top_srcdir)/config/kernel-d-obtain-alias.m4 \
133 $(top_srcdir)/config/kernel-d-prune-aliases.m4 \
134 $(top_srcdir)/config/kernel-declare-event-class.m4 \
135 $(top_srcdir)/config/kernel-dentry-operations.m4 \
136 $(top_srcdir)/config/kernel-dirty-inode.m4 \
137 $(top_srcdir)/config/kernel-discard-granularity.m4 \
138 $(top_srcdir)/config/kernel-elevator-change.m4 \
139 $(top_srcdir)/config/kernel-encode-fh-inode.m4 \
140 $(top_srcdir)/config/kernel-evict-inode.m4 \
141 $(top_srcdir)/config/kernel-fallocate.m4 \
142 $(top_srcdir)/config/kernel-file-inode.m4 \
143 $(top_srcdir)/config/kernel-fmode-t.m4 \
144 $(top_srcdir)/config/kernel-follow-down-one.m4 \
145 $(top_srcdir)/config/kernel-fsync.m4 \
146 $(top_srcdir)/config/kernel-generic_io_acct.m4 \
147 $(top_srcdir)/config/kernel-generic_readlink.m4 \
148 $(top_srcdir)/config/kernel-get-disk-ro.m4 \
149 $(top_srcdir)/config/kernel-get-gendisk.m4 \
150 $(top_srcdir)/config/kernel-get-link.m4 \
3e990ae0 151 $(top_srcdir)/config/kernel-inode-getattr.m4 \
87d546d8
TG
152 $(top_srcdir)/config/kernel-insert-inode-locked.m4 \
153 $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
154 $(top_srcdir)/config/kernel-is_owner_or_cap.m4 \
155 $(top_srcdir)/config/kernel-kmap-atomic-args.m4 \
156 $(top_srcdir)/config/kernel-kobj-name-len.m4 \
157 $(top_srcdir)/config/kernel-lookup-bdev.m4 \
158 $(top_srcdir)/config/kernel-lookup-nameidata.m4 \
159 $(top_srcdir)/config/kernel-lseek-execute.m4 \
160 $(top_srcdir)/config/kernel-mk-request-fn.m4 \
161 $(top_srcdir)/config/kernel-mkdir-umode-t.m4 \
162 $(top_srcdir)/config/kernel-mount-nodev.m4 \
163 $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
164 $(top_srcdir)/config/kernel-put-link.m4 \
165 $(top_srcdir)/config/kernel-rename.m4 \
166 $(top_srcdir)/config/kernel-security-inode-init.m4 \
167 $(top_srcdir)/config/kernel-set-nlink.m4 \
168 $(top_srcdir)/config/kernel-setattr-prepare.m4 \
169 $(top_srcdir)/config/kernel-sget-args.m4 \
170 $(top_srcdir)/config/kernel-show-options.m4 \
171 $(top_srcdir)/config/kernel-shrink.m4 \
172 $(top_srcdir)/config/kernel-submit_bio.m4 \
173 $(top_srcdir)/config/kernel-truncate-range.m4 \
174 $(top_srcdir)/config/kernel-truncate-setsize.m4 \
175 $(top_srcdir)/config/kernel-vfs-iterate.m4 \
176 $(top_srcdir)/config/kernel-vfs-rw-iterate.m4 \
177 $(top_srcdir)/config/kernel-xattr-handler.m4 \
178 $(top_srcdir)/config/kernel.m4 $(top_srcdir)/config/libtool.m4 \
179 $(top_srcdir)/config/ltoptions.m4 \
180 $(top_srcdir)/config/ltsugar.m4 \
181 $(top_srcdir)/config/ltversion.m4 \
182 $(top_srcdir)/config/lt~obsolete.m4 \
183 $(top_srcdir)/config/mount-helper.m4 \
184 $(top_srcdir)/config/user-arch.m4 \
185 $(top_srcdir)/config/user-dracut.m4 \
186 $(top_srcdir)/config/user-frame-larger-than.m4 \
187 $(top_srcdir)/config/user-libblkid.m4 \
188 $(top_srcdir)/config/user-libuuid.m4 \
1ec59ff7
CIK
189 $(top_srcdir)/config/user-makedev.m4 \
190 $(top_srcdir)/config/user-no-format-truncation.m4 \
87d546d8
TG
191 $(top_srcdir)/config/user-runstatedir.m4 \
192 $(top_srcdir)/config/user-systemd.m4 \
193 $(top_srcdir)/config/user-sysvinit.m4 \
194 $(top_srcdir)/config/user-udev.m4 \
195 $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
196 $(top_srcdir)/config/zfs-build.m4 \
197 $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
198am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
199 $(ACLOCAL_M4)
200DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
201 $(am__configure_deps) $(am__extra_HEADERS_DIST) \
202 $(am__DIST_COMMON)
203am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
204 configure.lineno config.status.lineno
205mkinstalldirs = $(install_sh) -d
206CONFIG_HEADER = zfs_config.h
207CONFIG_CLEAN_FILES = module/Makefile module/avl/Makefile \
208 module/nvpair/Makefile module/unicode/Makefile \
209 module/zcommon/Makefile module/zfs/Makefile \
210 module/zpios/Makefile zfs.release
211CONFIG_CLEAN_VPATH_FILES =
212AM_V_P = $(am__v_P_@AM_V@)
213am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
214am__v_P_0 = false
215am__v_P_1 = :
216AM_V_GEN = $(am__v_GEN_@AM_V@)
217am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
218am__v_GEN_0 = @echo " GEN " $@;
219am__v_GEN_1 =
220AM_V_at = $(am__v_at_@AM_V@)
221am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
222am__v_at_0 = @
223am__v_at_1 =
224SOURCES =
225DIST_SOURCES =
226RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
227 ctags-recursive dvi-recursive html-recursive info-recursive \
228 install-data-recursive install-dvi-recursive \
229 install-exec-recursive install-html-recursive \
230 install-info-recursive install-pdf-recursive \
231 install-ps-recursive install-recursive installcheck-recursive \
232 installdirs-recursive pdf-recursive ps-recursive \
233 tags-recursive uninstall-recursive
234am__can_run_installinfo = \
235 case $$AM_UPDATE_INFO_DIR in \
236 n|no|NO) false;; \
237 *) (install-info --version) >/dev/null 2>&1;; \
238 esac
239am__extra_HEADERS_DIST = zfs.release.in zfs_config.h.in
240am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
241am__vpath_adj = case $$p in \
242 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
243 *) f=$$p;; \
244 esac;
245am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
246am__install_max = 40
247am__nobase_strip_setup = \
248 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
249am__nobase_strip = \
250 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
251am__nobase_list = $(am__nobase_strip_setup); \
252 for p in $$list; do echo "$$p $$p"; done | \
253 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
254 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
255 if (++n[$$2] == $(am__install_max)) \
256 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
257 END { for (dir in files) print dir, files[dir] }'
258am__base_list = \
259 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
260 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
261am__uninstall_files_from_dir = { \
262 test -z "$$files" \
263 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
264 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
265 $(am__cd) "$$dir" && rm -f $$files; }; \
266 }
267am__installdirs = "$(DESTDIR)$(extradir)" "$(DESTDIR)$(kerneldir)"
268HEADERS = $(extra_HEADERS) $(nodist_kernel_HEADERS)
269RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
270 distclean-recursive maintainer-clean-recursive
271am__recursive_targets = \
272 $(RECURSIVE_TARGETS) \
273 $(RECURSIVE_CLEAN_TARGETS) \
274 $(am__extra_recursive_targets)
275AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
276 cscope distdir dist dist-all distcheck
277am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
278 $(LISP)zfs_config.h.in
279# Read a list of newline-separated strings from the standard input,
280# and print each of them once, without duplicates. Input order is
281# *not* preserved.
282am__uniquify_input = $(AWK) '\
283 BEGIN { nonempty = 0; } \
284 { items[$$0] = 1; nonempty = 1; } \
285 END { if (nonempty) { for (i in items) print i; }; } \
286'
287# Make sure the list of sources is unique. This is necessary because,
288# e.g., the same source file might be shared among _SOURCES variables
289# for different programs/libraries.
290am__define_uniq_tagged_files = \
291 list='$(am__tagged_files)'; \
292 unique=`for i in $$list; do \
293 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294 done | $(am__uniquify_input)`
295ETAGS = etags
296CTAGS = ctags
297CSCOPE = cscope
298DIST_SUBDIRS = module include
299am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config/deb.am \
300 $(srcdir)/config/rpm.am $(srcdir)/config/tgz.am \
301 $(srcdir)/zfs.release.in $(srcdir)/zfs_config.h.in \
302 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
303 $(top_srcdir)/config/config.sub \
304 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
305 $(top_srcdir)/config/missing $(top_srcdir)/module/Makefile.in \
306 $(top_srcdir)/module/avl/Makefile.in \
307 $(top_srcdir)/module/nvpair/Makefile.in \
308 $(top_srcdir)/module/unicode/Makefile.in \
309 $(top_srcdir)/module/zcommon/Makefile.in \
310 $(top_srcdir)/module/zfs/Makefile.in \
311 $(top_srcdir)/module/zpios/Makefile.in AUTHORS config/compile \
312 config/config.guess config/config.sub config/install-sh \
313 config/ltmain.sh config/missing
314DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
315distdir = $(PACKAGE)-$(VERSION)
316top_distdir = $(distdir)
317am__remove_distdir = \
318 if test -d "$(distdir)"; then \
319 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
320 && rm -rf "$(distdir)" \
321 || { sleep 5 && rm -rf "$(distdir)"; }; \
322 else :; fi
323am__post_remove_distdir = $(am__remove_distdir)
324am__relativize = \
325 dir0=`pwd`; \
326 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
327 sed_rest='s,^[^/]*/*,,'; \
328 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
329 sed_butlast='s,/*[^/]*$$,,'; \
330 while test -n "$$dir1"; do \
331 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
332 if test "$$first" != "."; then \
333 if test "$$first" = ".."; then \
334 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
335 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
336 else \
337 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
338 if test "$$first2" = "$$first"; then \
339 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
340 else \
341 dir2="../$$dir2"; \
342 fi; \
343 dir0="$$dir0"/"$$first"; \
344 fi; \
345 fi; \
346 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
347 done; \
348 reldir="$$dir2"
349DIST_ARCHIVES = $(distdir).tar.gz
350GZIP_ENV = --best
351DIST_TARGETS = dist-gzip
352distuninstallcheck_listfiles = find . -type f -print
353am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
354 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
355distcleancheck_listfiles = find . -type f -print
356ACLOCAL = @ACLOCAL@
357ALIEN = @ALIEN@
358ALIEN_VERSION = @ALIEN_VERSION@
359AMTAR = @AMTAR@
360AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
361AR = @AR@
362AUTOCONF = @AUTOCONF@
363AUTOHEADER = @AUTOHEADER@
364AUTOMAKE = @AUTOMAKE@
365AWK = @AWK@
366CC = @CC@
367CCAS = @CCAS@
368CCASDEPMODE = @CCASDEPMODE@
369CCASFLAGS = @CCASFLAGS@
370CCDEPMODE = @CCDEPMODE@
371CFLAGS = @CFLAGS@
372CPP = @CPP@
373CPPFLAGS = @CPPFLAGS@
374CYGPATH_W = @CYGPATH_W@
375DEBUG_CFLAGS = @DEBUG_CFLAGS@
376DEBUG_DMU_TX = @DEBUG_DMU_TX@
377DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
378DEBUG_ZFS = @DEBUG_ZFS@
379DEFAULT_INITCONF_DIR = @DEFAULT_INITCONF_DIR@
380DEFAULT_INIT_DIR = @DEFAULT_INIT_DIR@
381DEFAULT_INIT_SCRIPT = @DEFAULT_INIT_SCRIPT@
382DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
383DEFINE_INITRAMFS = @DEFINE_INITRAMFS@
384DEFS = @DEFS@
385DEPDIR = @DEPDIR@
386DLLTOOL = @DLLTOOL@
387DPKG = @DPKG@
388DPKGBUILD = @DPKGBUILD@
389DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
390DPKG_VERSION = @DPKG_VERSION@
391DSYMUTIL = @DSYMUTIL@
392DUMPBIN = @DUMPBIN@
393ECHO_C = @ECHO_C@
394ECHO_N = @ECHO_N@
395ECHO_T = @ECHO_T@
396EGREP = @EGREP@
397EXEEXT = @EXEEXT@
398FGREP = @FGREP@
399FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
400GREP = @GREP@
401HAVE_ALIEN = @HAVE_ALIEN@
402HAVE_DPKG = @HAVE_DPKG@
403HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
404HAVE_RPM = @HAVE_RPM@
405HAVE_RPMBUILD = @HAVE_RPMBUILD@
406INSTALL = @INSTALL@
407INSTALL_DATA = @INSTALL_DATA@
408INSTALL_PROGRAM = @INSTALL_PROGRAM@
409INSTALL_SCRIPT = @INSTALL_SCRIPT@
410INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
411KERNELCPPFLAGS = @KERNELCPPFLAGS@
412KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
413LD = @LD@
414LDFLAGS = @LDFLAGS@
415LIBBLKID = @LIBBLKID@
416LIBOBJS = @LIBOBJS@
417LIBS = @LIBS@
418LIBTOOL = @LIBTOOL@
419LIBUUID = @LIBUUID@
420LINUX = @LINUX@
421LINUX_OBJ = @LINUX_OBJ@
422LINUX_SYMBOLS = @LINUX_SYMBOLS@
423LINUX_VERSION = @LINUX_VERSION@
424LIPO = @LIPO@
425LN_S = @LN_S@
426LTLIBOBJS = @LTLIBOBJS@
427LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
428MAINT = @MAINT@
429MAKEINFO = @MAKEINFO@
430MANIFEST_TOOL = @MANIFEST_TOOL@
431MKDIR_P = @MKDIR_P@
432NM = @NM@
433NMEDIT = @NMEDIT@
434NO_BOOL_COMPARE = @NO_BOOL_COMPARE@
1ec59ff7 435NO_FORMAT_TRUNCATION = @NO_FORMAT_TRUNCATION@
87d546d8
TG
436NO_UNUSED_BUT_SET_VARIABLE = @NO_UNUSED_BUT_SET_VARIABLE@
437OBJDUMP = @OBJDUMP@
438OBJEXT = @OBJEXT@
439OTOOL = @OTOOL@
440OTOOL64 = @OTOOL64@
441PACKAGE = @PACKAGE@
442PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
443PACKAGE_NAME = @PACKAGE_NAME@
444PACKAGE_STRING = @PACKAGE_STRING@
445PACKAGE_TARNAME = @PACKAGE_TARNAME@
446PACKAGE_URL = @PACKAGE_URL@
447PACKAGE_VERSION = @PACKAGE_VERSION@
448PATH_SEPARATOR = @PATH_SEPARATOR@
449RANLIB = @RANLIB@
450RELEASE = @RELEASE@
451RPM = @RPM@
452RPMBUILD = @RPMBUILD@
453RPMBUILD_VERSION = @RPMBUILD_VERSION@
454RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
455RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
456RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
457RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
458RPM_SPEC_DIR = @RPM_SPEC_DIR@
459RPM_VERSION = @RPM_VERSION@
460SED = @SED@
461SET_MAKE = @SET_MAKE@
462SHELL = @SHELL@
463SPL = @SPL@
464SPL_OBJ = @SPL_OBJ@
465SPL_SYMBOLS = @SPL_SYMBOLS@
466SPL_VERSION = @SPL_VERSION@
467SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
468SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
469SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
470SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
471STRIP = @STRIP@
472TARGET_ASM_DIR = @TARGET_ASM_DIR@
473VENDOR = @VENDOR@
474VERSION = @VERSION@
475ZFS_CONFIG = @ZFS_CONFIG@
476ZFS_INIT_SYSTEMD = @ZFS_INIT_SYSTEMD@
477ZFS_INIT_SYSV = @ZFS_INIT_SYSV@
478ZFS_META_ALIAS = @ZFS_META_ALIAS@
479ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
480ZFS_META_DATA = @ZFS_META_DATA@
481ZFS_META_LICENSE = @ZFS_META_LICENSE@
482ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
483ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
484ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
485ZFS_META_NAME = @ZFS_META_NAME@
486ZFS_META_RELEASE = @ZFS_META_RELEASE@
487ZFS_META_VERSION = @ZFS_META_VERSION@
488ZFS_MODULE_LOAD = @ZFS_MODULE_LOAD@
489ZLIB = @ZLIB@
490abs_builddir = @abs_builddir@
491abs_srcdir = @abs_srcdir@
492abs_top_builddir = @abs_top_builddir@
493abs_top_srcdir = @abs_top_srcdir@
494ac_ct_AR = @ac_ct_AR@
495ac_ct_CC = @ac_ct_CC@
496ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
497am__include = @am__include@
498am__leading_dot = @am__leading_dot@
499am__quote = @am__quote@
500am__tar = @am__tar@
501am__untar = @am__untar@
502bindir = @bindir@
503build = @build@
504build_alias = @build_alias@
505build_cpu = @build_cpu@
506build_os = @build_os@
507build_vendor = @build_vendor@
508builddir = @builddir@
509datadir = @datadir@
510datarootdir = @datarootdir@
511docdir = @docdir@
512dracutdir = @dracutdir@
513dvidir = @dvidir@
514exec_prefix = @exec_prefix@
515host = @host@
516host_alias = @host_alias@
517host_cpu = @host_cpu@
518host_os = @host_os@
519host_vendor = @host_vendor@
520htmldir = @htmldir@
521includedir = @includedir@
522infodir = @infodir@
523install_sh = @install_sh@
524libdir = @libdir@
525libexecdir = @libexecdir@
526localedir = @localedir@
527localstatedir = @localstatedir@
528mandir = @mandir@
529mkdir_p = @mkdir_p@
530modulesloaddir = @modulesloaddir@
531mounthelperdir = @mounthelperdir@
532oldincludedir = @oldincludedir@
533pdfdir = @pdfdir@
534prefix = @prefix@
535program_transform_name = @program_transform_name@
536psdir = @psdir@
537runstatedir = @runstatedir@
538sbindir = @sbindir@
539sharedstatedir = @sharedstatedir@
540srcdir = @srcdir@
541sysconfdir = @sysconfdir@
542systemdpresetdir = @systemdpresetdir@
543systemdunitdir = @systemdunitdir@
544target = @target@
545target_alias = @target_alias@
546target_cpu = @target_cpu@
547target_os = @target_os@
548target_vendor = @target_vendor@
549top_build_prefix = @top_build_prefix@
550top_builddir = @top_builddir@
551top_srcdir = @top_srcdir@
552udevdir = @udevdir@
553udevruledir = @udevruledir@
554ACLOCAL_AMFLAGS = -I config
555@CONFIG_KERNEL_TRUE@SUBDIRS = module include
556@CONFIG_KERNEL_TRUE@extradir = @prefix@/src/zfs-$(VERSION)
557@CONFIG_KERNEL_TRUE@extra_HEADERS = zfs.release.in zfs_config.h.in
558@CONFIG_KERNEL_TRUE@kerneldir = @prefix@/src/zfs-$(VERSION)/$(LINUX_VERSION)
559@CONFIG_KERNEL_TRUE@nodist_kernel_HEADERS = zfs.release zfs_config.h module/$(LINUX_SYMBOLS)
560AUTOMAKE_OPTIONS = foreign
561EXTRA_DIST = autogen.sh copy-builtin config/config.awk config/rpm.am \
562 config/deb.am config/tgz.am META DISCLAIMER COPYRIGHT \
563 README.markdown OPENSOLARIS.LICENSE
564all: zfs_config.h
565 $(MAKE) $(AM_MAKEFLAGS) all-recursive
566
567.SUFFIXES:
568am--refresh: Makefile
569 @:
570$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/config/rpm.am $(srcdir)/config/deb.am $(srcdir)/config/tgz.am $(am__configure_deps)
571 @for dep in $?; do \
572 case '$(am__configure_deps)' in \
573 *$$dep*) \
574 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
575 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
576 && exit 0; \
577 exit 1;; \
578 esac; \
579 done; \
580 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
581 $(am__cd) $(top_srcdir) && \
582 $(AUTOMAKE) --foreign Makefile
583Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
584 @case '$?' in \
585 *config.status*) \
586 echo ' $(SHELL) ./config.status'; \
587 $(SHELL) ./config.status;; \
588 *) \
589 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
590 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
591 esac;
592$(srcdir)/config/rpm.am $(srcdir)/config/deb.am $(srcdir)/config/tgz.am $(am__empty):
593
594$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
595 $(SHELL) ./config.status --recheck
596
597$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
598 $(am__cd) $(srcdir) && $(AUTOCONF)
599$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
600 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
601$(am__aclocal_m4_deps):
602
603zfs_config.h: stamp-h1
604 @test -f $@ || rm -f stamp-h1
605 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
606
607stamp-h1: $(srcdir)/zfs_config.h.in $(top_builddir)/config.status
608 @rm -f stamp-h1
609 cd $(top_builddir) && $(SHELL) ./config.status zfs_config.h
610$(srcdir)/zfs_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
611 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
612 rm -f stamp-h1
613 touch $@
614
615distclean-hdr:
616 -rm -f zfs_config.h stamp-h1
617module/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/Makefile.in
618 cd $(top_builddir) && $(SHELL) ./config.status $@
619module/avl/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/avl/Makefile.in
620 cd $(top_builddir) && $(SHELL) ./config.status $@
621module/nvpair/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/nvpair/Makefile.in
622 cd $(top_builddir) && $(SHELL) ./config.status $@
623module/unicode/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/unicode/Makefile.in
624 cd $(top_builddir) && $(SHELL) ./config.status $@
625module/zcommon/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/zcommon/Makefile.in
626 cd $(top_builddir) && $(SHELL) ./config.status $@
627module/zfs/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/zfs/Makefile.in
628 cd $(top_builddir) && $(SHELL) ./config.status $@
629module/zpios/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/zpios/Makefile.in
630 cd $(top_builddir) && $(SHELL) ./config.status $@
631zfs.release: $(top_builddir)/config.status $(srcdir)/zfs.release.in
632 cd $(top_builddir) && $(SHELL) ./config.status $@
633
634mostlyclean-libtool:
635 -rm -f *.lo
636
637clean-libtool:
638 -rm -rf .libs _libs
639
640distclean-libtool:
641 -rm -f libtool config.lt
642install-extraHEADERS: $(extra_HEADERS)
643 @$(NORMAL_INSTALL)
644 @list='$(extra_HEADERS)'; test -n "$(extradir)" || list=; \
645 if test -n "$$list"; then \
646 echo " $(MKDIR_P) '$(DESTDIR)$(extradir)'"; \
647 $(MKDIR_P) "$(DESTDIR)$(extradir)" || exit 1; \
648 fi; \
649 for p in $$list; do \
650 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
651 echo "$$d$$p"; \
652 done | $(am__base_list) | \
653 while read files; do \
654 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(extradir)'"; \
655 $(INSTALL_HEADER) $$files "$(DESTDIR)$(extradir)" || exit $$?; \
656 done
657
658uninstall-extraHEADERS:
659 @$(NORMAL_UNINSTALL)
660 @list='$(extra_HEADERS)'; test -n "$(extradir)" || list=; \
661 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
662 dir='$(DESTDIR)$(extradir)'; $(am__uninstall_files_from_dir)
663install-nodist_kernelHEADERS: $(nodist_kernel_HEADERS)
664 @$(NORMAL_INSTALL)
665 @list='$(nodist_kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
666 if test -n "$$list"; then \
667 echo " $(MKDIR_P) '$(DESTDIR)$(kerneldir)'"; \
668 $(MKDIR_P) "$(DESTDIR)$(kerneldir)" || exit 1; \
669 fi; \
670 for p in $$list; do \
671 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
672 echo "$$d$$p"; \
673 done | $(am__base_list) | \
674 while read files; do \
675 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
676 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
677 done
678
679uninstall-nodist_kernelHEADERS:
680 @$(NORMAL_UNINSTALL)
681 @list='$(nodist_kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
682 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
683 dir='$(DESTDIR)$(kerneldir)'; $(am__uninstall_files_from_dir)
684
685# This directory's subdirectories are mostly independent; you can cd
686# into them and run 'make' without going through this Makefile.
687# To change the values of 'make' variables: instead of editing Makefiles,
688# (1) if the variable is set in 'config.status', edit 'config.status'
689# (which will cause the Makefiles to be regenerated when you run 'make');
690# (2) otherwise, pass the desired values on the 'make' command line.
691$(am__recursive_targets):
692 @fail=; \
693 if $(am__make_keepgoing); then \
694 failcom='fail=yes'; \
695 else \
696 failcom='exit 1'; \
697 fi; \
698 dot_seen=no; \
699 target=`echo $@ | sed s/-recursive//`; \
700 case "$@" in \
701 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
702 *) list='$(SUBDIRS)' ;; \
703 esac; \
704 for subdir in $$list; do \
705 echo "Making $$target in $$subdir"; \
706 if test "$$subdir" = "."; then \
707 dot_seen=yes; \
708 local_target="$$target-am"; \
709 else \
710 local_target="$$target"; \
711 fi; \
712 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
713 || eval $$failcom; \
714 done; \
715 if test "$$dot_seen" = "no"; then \
716 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
717 fi; test -z "$$fail"
718
719ID: $(am__tagged_files)
720 $(am__define_uniq_tagged_files); mkid -fID $$unique
721TAGS: tags
722
723tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
724 set x; \
725 here=`pwd`; \
726 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
727 include_option=--etags-include; \
728 empty_fix=.; \
729 else \
730 include_option=--include; \
731 empty_fix=; \
732 fi; \
733 list='$(SUBDIRS)'; for subdir in $$list; do \
734 if test "$$subdir" = .; then :; else \
735 test ! -f $$subdir/TAGS || \
736 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
737 fi; \
738 done; \
739 $(am__define_uniq_tagged_files); \
740 shift; \
741 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
742 test -n "$$unique" || unique=$$empty_fix; \
743 if test $$# -gt 0; then \
744 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
745 "$$@" $$unique; \
746 else \
747 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
748 $$unique; \
749 fi; \
750 fi
751
752CTAGS: ctags
753ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
754 $(am__define_uniq_tagged_files); \
755 test -z "$(CTAGS_ARGS)$$unique" \
756 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
757 $$unique
758
759GTAGS:
760 here=`$(am__cd) $(top_builddir) && pwd` \
761 && $(am__cd) $(top_srcdir) \
762 && gtags -i $(GTAGS_ARGS) "$$here"
763cscope: cscope.files
764 test ! -s cscope.files \
765 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
766clean-cscope:
767 -rm -f cscope.files
768cscope.files: clean-cscope cscopelist
769cscopelist: cscopelist-recursive
770
771cscopelist-am: $(am__tagged_files)
772 list='$(am__tagged_files)'; \
773 case "$(srcdir)" in \
774 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
775 *) sdir=$(subdir)/$(srcdir) ;; \
776 esac; \
777 for i in $$list; do \
778 if test -f "$$i"; then \
779 echo "$(subdir)/$$i"; \
780 else \
781 echo "$$sdir/$$i"; \
782 fi; \
783 done >> $(top_builddir)/cscope.files
784
785distclean-tags:
786 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
787 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
788
789distdir: $(DISTFILES)
790 $(am__remove_distdir)
791 test -d "$(distdir)" || mkdir "$(distdir)"
792 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
793 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
794 list='$(DISTFILES)'; \
795 dist_files=`for file in $$list; do echo $$file; done | \
796 sed -e "s|^$$srcdirstrip/||;t" \
797 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
798 case $$dist_files in \
799 */*) $(MKDIR_P) `echo "$$dist_files" | \
800 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
801 sort -u` ;; \
802 esac; \
803 for file in $$dist_files; do \
804 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
805 if test -d $$d/$$file; then \
806 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
807 if test -d "$(distdir)/$$file"; then \
808 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
809 fi; \
810 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
811 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
812 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
813 fi; \
814 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
815 else \
816 test -f "$(distdir)/$$file" \
817 || cp -p $$d/$$file "$(distdir)/$$file" \
818 || exit 1; \
819 fi; \
820 done
821 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
822 if test "$$subdir" = .; then :; else \
823 $(am__make_dryrun) \
824 || test -d "$(distdir)/$$subdir" \
825 || $(MKDIR_P) "$(distdir)/$$subdir" \
826 || exit 1; \
827 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
828 $(am__relativize); \
829 new_distdir=$$reldir; \
830 dir1=$$subdir; dir2="$(top_distdir)"; \
831 $(am__relativize); \
832 new_top_distdir=$$reldir; \
833 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
834 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
835 ($(am__cd) $$subdir && \
836 $(MAKE) $(AM_MAKEFLAGS) \
837 top_distdir="$$new_top_distdir" \
838 distdir="$$new_distdir" \
839 am__remove_distdir=: \
840 am__skip_length_check=: \
841 am__skip_mode_fix=: \
842 distdir) \
843 || exit 1; \
844 fi; \
845 done
846 $(MAKE) $(AM_MAKEFLAGS) \
847 top_distdir="$(top_distdir)" distdir="$(distdir)" \
848 dist-hook
849 -test -n "$(am__skip_mode_fix)" \
850 || find "$(distdir)" -type d ! -perm -755 \
851 -exec chmod u+rwx,go+rx {} \; -o \
852 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
853 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
854 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
855 || chmod -R a+r "$(distdir)"
856dist-gzip: distdir
857 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
858 $(am__post_remove_distdir)
859
860dist-bzip2: distdir
861 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
862 $(am__post_remove_distdir)
863
864dist-lzip: distdir
865 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
866 $(am__post_remove_distdir)
867
868dist-xz: distdir
869 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
870 $(am__post_remove_distdir)
871
872dist-tarZ: distdir
873 @echo WARNING: "Support for distribution archives compressed with" \
874 "legacy program 'compress' is deprecated." >&2
875 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
876 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
877 $(am__post_remove_distdir)
878
879dist-shar: distdir
880 @echo WARNING: "Support for shar distribution archives is" \
881 "deprecated." >&2
882 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
883 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
884 $(am__post_remove_distdir)
885
886dist-zip: distdir
887 -rm -f $(distdir).zip
888 zip -rq $(distdir).zip $(distdir)
889 $(am__post_remove_distdir)
890
891dist dist-all:
892 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
893 $(am__post_remove_distdir)
894
895# This target untars the dist file and tries a VPATH configuration. Then
896# it guarantees that the distribution is self-contained by making another
897# tarfile.
898distcheck: dist
899 case '$(DIST_ARCHIVES)' in \
900 *.tar.gz*) \
901 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
902 *.tar.bz2*) \
903 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
904 *.tar.lz*) \
905 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
906 *.tar.xz*) \
907 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
908 *.tar.Z*) \
909 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
910 *.shar.gz*) \
911 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
912 *.zip*) \
913 unzip $(distdir).zip ;;\
914 esac
915 chmod -R a-w $(distdir)
916 chmod u+w $(distdir)
917 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
918 chmod a-w $(distdir)
919 test -d $(distdir)/_build || exit 0; \
920 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
921 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
922 && am__cwd=`pwd` \
923 && $(am__cd) $(distdir)/_build/sub \
924 && ../../configure \
925 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
926 $(DISTCHECK_CONFIGURE_FLAGS) \
927 --srcdir=../.. --prefix="$$dc_install_base" \
928 && $(MAKE) $(AM_MAKEFLAGS) \
929 && $(MAKE) $(AM_MAKEFLAGS) dvi \
930 && $(MAKE) $(AM_MAKEFLAGS) check \
931 && $(MAKE) $(AM_MAKEFLAGS) install \
932 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
933 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
934 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
935 distuninstallcheck \
936 && chmod -R a-w "$$dc_install_base" \
937 && ({ \
938 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
939 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
940 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
941 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
942 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
943 } || { rm -rf "$$dc_destdir"; exit 1; }) \
944 && rm -rf "$$dc_destdir" \
945 && $(MAKE) $(AM_MAKEFLAGS) dist \
946 && rm -rf $(DIST_ARCHIVES) \
947 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
948 && cd "$$am__cwd" \
949 || exit 1
950 $(am__post_remove_distdir)
951 @(echo "$(distdir) archives ready for distribution: "; \
952 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
953 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
954distuninstallcheck:
955 @test -n '$(distuninstallcheck_dir)' || { \
956 echo 'ERROR: trying to run $@ with an empty' \
957 '$$(distuninstallcheck_dir)' >&2; \
958 exit 1; \
959 }; \
960 $(am__cd) '$(distuninstallcheck_dir)' || { \
961 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
962 exit 1; \
963 }; \
964 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
965 || { echo "ERROR: files left after uninstall:" ; \
966 if test -n "$(DESTDIR)"; then \
967 echo " (check DESTDIR support)"; \
968 fi ; \
969 $(distuninstallcheck_listfiles) ; \
970 exit 1; } >&2
971distcleancheck: distclean
972 @if test '$(srcdir)' = . ; then \
973 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
974 exit 1 ; \
975 fi
976 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
977 || { echo "ERROR: files left in build directory after distclean:" ; \
978 $(distcleancheck_listfiles) ; \
979 exit 1; } >&2
980check-am: all-am
981check: check-recursive
982all-am: Makefile $(HEADERS) zfs_config.h
983installdirs: installdirs-recursive
984installdirs-am:
985 for dir in "$(DESTDIR)$(extradir)" "$(DESTDIR)$(kerneldir)"; do \
986 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
987 done
988install: install-recursive
989install-exec: install-exec-recursive
990install-data: install-data-recursive
991uninstall: uninstall-recursive
992
993install-am: all-am
994 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
995
996installcheck: installcheck-recursive
997install-strip:
998 if test -z '$(STRIP)'; then \
999 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1000 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1001 install; \
1002 else \
1003 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1004 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1005 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1006 fi
1007mostlyclean-generic:
1008
1009clean-generic:
1010
1011distclean-generic:
1012 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1013 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1014
1015maintainer-clean-generic:
1016 @echo "This command is intended for maintainers to use"
1017 @echo "it deletes files that may require special tools to rebuild."
1018clean: clean-recursive
1019
1020clean-am: clean-generic clean-libtool mostlyclean-am
1021
1022distclean: distclean-recursive
1023 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1024 -rm -f Makefile
1025distclean-am: clean-am distclean-generic distclean-hdr \
1026 distclean-libtool distclean-local distclean-tags
1027
1028dvi: dvi-recursive
1029
1030dvi-am:
1031
1032html: html-recursive
1033
1034html-am:
1035
1036info: info-recursive
1037
1038info-am:
1039
1040install-data-am: install-extraHEADERS install-nodist_kernelHEADERS
1041
1042install-dvi: install-dvi-recursive
1043
1044install-dvi-am:
1045
1046install-exec-am:
1047
1048install-html: install-html-recursive
1049
1050install-html-am:
1051
1052install-info: install-info-recursive
1053
1054install-info-am:
1055
1056install-man:
1057
1058install-pdf: install-pdf-recursive
1059
1060install-pdf-am:
1061
1062install-ps: install-ps-recursive
1063
1064install-ps-am:
1065
1066installcheck-am:
1067
1068maintainer-clean: maintainer-clean-recursive
1069 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1070 -rm -rf $(top_srcdir)/autom4te.cache
1071 -rm -f Makefile
1072maintainer-clean-am: distclean-am maintainer-clean-generic
1073
1074mostlyclean: mostlyclean-recursive
1075
1076mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1077
1078pdf: pdf-recursive
1079
1080pdf-am:
1081
1082ps: ps-recursive
1083
1084ps-am:
1085
1086uninstall-am: uninstall-extraHEADERS uninstall-nodist_kernelHEADERS
1087
1088.MAKE: $(am__recursive_targets) all install-am install-strip
1089
1090.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1091 am--refresh check check-am clean clean-cscope clean-generic \
1092 clean-libtool cscope cscopelist-am ctags ctags-am dist \
1093 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1094 dist-tarZ dist-xz dist-zip distcheck distclean \
1095 distclean-generic distclean-hdr distclean-libtool \
1096 distclean-local distclean-tags distcleancheck distdir \
1097 distuninstallcheck dvi dvi-am html html-am info info-am \
1098 install install-am install-data install-data-am install-dvi \
1099 install-dvi-am install-exec install-exec-am \
1100 install-extraHEADERS install-html install-html-am install-info \
1101 install-info-am install-man install-nodist_kernelHEADERS \
1102 install-pdf install-pdf-am install-ps install-ps-am \
1103 install-strip installcheck installcheck-am installdirs \
1104 installdirs-am maintainer-clean maintainer-clean-generic \
1105 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1106 ps ps-am tags tags-am uninstall uninstall-am \
1107 uninstall-extraHEADERS uninstall-nodist_kernelHEADERS
1108
1109.PRECIOUS: Makefile
1110
1111
1112srpm-kmod:
1113 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \
1114 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_KMOD}' srpm-common
1115
1116srpm-dkms:
1117 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \
1118 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_DKMS}' srpm-common
1119
1120srpm-utils:
1121 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \
1122 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_UTIL}' srpm-common
1123
1124srpm: srpm-kmod srpm-dkms srpm-utils
1125srpms: srpm-kmod srpm-dkms srpm-utils
1126
1127rpm-kmod: srpm-kmod
1128 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \
1129 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_KMOD}' rpm-common
1130
1131rpm-dkms: srpm-dkms
1132 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \
1133 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_DKMS}' rpm-common
1134
1135rpm-utils: srpm-utils
1136 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \
1137 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_UTIL}' rpm-common
1138
1139rpm: rpm-kmod rpm-dkms rpm-utils
1140rpms: rpm-kmod rpm-dkms rpm-utils
1141
1142rpm-local:
1143 @(if test "${HAVE_RPMBUILD}" = "no"; then \
1144 echo -e "\n" \
1145 "*** Required util ${RPMBUILD} missing. Please install the\n" \
1146 "*** package for your distribution which provides ${RPMBUILD},\n" \
1147 "*** re-run configure, and try again.\n"; \
1148 exit 1; \
1149 fi; \
1150 mkdir -p $(rpmbuild)/TMP && \
1151 mkdir -p $(rpmbuild)/BUILD && \
1152 mkdir -p $(rpmbuild)/RPMS && \
1153 mkdir -p $(rpmbuild)/SRPMS && \
1154 mkdir -p $(rpmbuild)/SPECS && \
1155 cp ${RPM_SPEC_DIR}/$(rpmspec) $(rpmbuild)/SPECS && \
1156 mkdir -p $(rpmbuild)/SOURCES && \
1157 cp $(top_srcdir)/scripts/kmodtool $(rpmbuild)/SOURCES && \
1158 cp $(distdir).tar.gz $(rpmbuild)/SOURCES)
1159
1160srpm-common: dist
1161 @(dist=`$(RPM) --eval %{?dist}`; \
1162 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
1163 rpmspec=$(pkg).spec; \
1164 rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
1165 $(MAKE) $(AM_MAKEFLAGS) \
1166 rpmbuild="$$rpmbuild" \
1167 rpmspec="$$rpmspec" \
1168 rpm-local || exit 1; \
1169 LANG=C $(RPMBUILD) \
1170 --define "_tmppath $$rpmbuild/TMP" \
1171 --define "_topdir $$rpmbuild" \
1172 $(def) -bs $$rpmbuild/SPECS/$$rpmspec || exit 1; \
1173 cp $$rpmbuild/SRPMS/$$rpmpkg . || exit 1; \
1174 rm -R $$rpmbuild)
1175
1176rpm-common:
1177 @(dist=`$(RPM) --eval %{?dist}`; \
1178 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
1179 rpmspec=$(pkg).spec; \
1180 rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
1181 $(MAKE) $(AM_MAKEFLAGS) \
1182 rpmbuild="$$rpmbuild" \
1183 rpmspec="$$rpmspec" \
1184 rpm-local || exit 1; \
1185 LANG=C ${RPMBUILD} \
1186 --define "_tmppath $$rpmbuild/TMP" \
1187 --define "_topdir $$rpmbuild" \
1188 $(def) --rebuild $$rpmpkg || exit 1; \
1189 cp $$rpmbuild/RPMS/*/* . || exit 1; \
1190 rm -R $$rpmbuild)
1191deb-local:
1192 @(if test "${HAVE_DPKGBUILD}" = "no"; then \
1193 echo -e "\n" \
1194 "*** Required util ${DPKGBUILD} missing. Please install the\n" \
1195 "*** package for your distribution which provides ${DPKGBUILD},\n" \
1196 "*** re-run configure, and try again.\n"; \
1197 exit 1; \
1198 fi; \
1199 if test "${HAVE_ALIEN}" = "no"; then \
1200 echo -e "\n" \
1201 "*** Required util ${ALIEN} missing. Please install the\n" \
1202 "*** package for your distribution which provides ${ALIEN},\n" \
1203 "*** re-run configure, and try again.\n"; \
1204 exit 1; \
1205 fi)
1206
1207deb-kmod: deb-local rpm-kmod
1208@CONFIG_KERNEL_TRUE@ name=${PACKAGE}; \
1209@CONFIG_KERNEL_TRUE@ version=${VERSION}-${RELEASE}; \
1210@CONFIG_KERNEL_TRUE@ arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \
1211@CONFIG_KERNEL_TRUE@ pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \
1212@CONFIG_KERNEL_TRUE@ fakeroot $(ALIEN) --bump=0 --scripts --to-deb $$pkg1; \
1213@CONFIG_KERNEL_TRUE@ $(RM) $$pkg1
1214
1215deb-utils: deb-local rpm-utils
1216@CONFIG_USER_TRUE@ name=${PACKAGE}; \
1217@CONFIG_USER_TRUE@ version=${VERSION}-${RELEASE}; \
1218@CONFIG_USER_TRUE@ arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
1219@CONFIG_USER_TRUE@ pkg1=$${name}-$${version}.$${arch}.rpm; \
1220@CONFIG_USER_TRUE@ pkg2=libnvpair1-$${version}.$${arch}.rpm; \
1221@CONFIG_USER_TRUE@ pkg3=libuutil1-$${version}.$${arch}.rpm; \
1222@CONFIG_USER_TRUE@ pkg4=libzfs2-$${version}.$${arch}.rpm; \
1223@CONFIG_USER_TRUE@ pkg5=libzpool2-$${version}.$${arch}.rpm; \
1224@CONFIG_USER_TRUE@ pkg6=libzfs2-devel-$${version}.$${arch}.rpm; \
1225@CONFIG_USER_TRUE@ pkg7=$${name}-test-$${version}.$${arch}.rpm; \
1226@CONFIG_USER_TRUE@ pkg8=$${name}-dracut-$${version}.$${arch}.rpm; \
1227@CONFIG_USER_TRUE@ pkg9=$${name}-initramfs-$${version}.$${arch}.rpm; \
1228@CONFIG_USER_TRUE@ fakeroot $(ALIEN) --bump=0 --scripts --to-deb \
1229@CONFIG_USER_TRUE@ $$pkg1 $$pkg2 $$pkg3 $$pkg4 $$pkg5 $$pkg6 $$pkg7 \
1230@CONFIG_USER_TRUE@ $$pkg8 $$pkg9;
1231@CONFIG_USER_TRUE@ $(RM) $$pkg1 $$pkg2 $$pkg3 $$pkg4 $$pkg5 $$pkg6 $$pkg7 \
1232@CONFIG_USER_TRUE@ $$pkg8 $$pkg9;
1233
1234deb: deb-kmod deb-utils
1235tgz-local:
1236 @(if test "${HAVE_ALIEN}" = "no"; then \
1237 echo -e "\n" \
1238 "*** Required util ${ALIEN} missing. Please install the\n" \
1239 "*** package for your distribution which provides ${ALIEN},\n" \
1240 "*** re-run configure, and try again.\n"; \
1241 exit 1; \
1242 fi)
1243
1244tgz-kmod: tgz-local rpm-kmod
1245@CONFIG_KERNEL_TRUE@ name=${PACKAGE}; \
1246@CONFIG_KERNEL_TRUE@ version=${VERSION}-${RELEASE}; \
1247@CONFIG_KERNEL_TRUE@ arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \
1248@CONFIG_KERNEL_TRUE@ pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \
1249@CONFIG_KERNEL_TRUE@ fakeroot $(ALIEN) --scripts --to-tgz $$pkg1; \
1250@CONFIG_KERNEL_TRUE@ $(RM) $$pkg1
1251
1252tgz-utils: tgz-local rpm-utils
1253@CONFIG_USER_TRUE@ name=${PACKAGE}; \
1254@CONFIG_USER_TRUE@ version=${VERSION}-${RELEASE}; \
1255@CONFIG_USER_TRUE@ arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
1256@CONFIG_USER_TRUE@ pkg1=$${name}-$${version}.$${arch}.rpm; \
1257@CONFIG_USER_TRUE@ pkg2=$${name}-devel-$${version}.$${arch}.rpm; \
1258@CONFIG_USER_TRUE@ pkg3=$${name}-test-$${version}.$${arch}.rpm; \
1259@CONFIG_USER_TRUE@ fakeroot $(ALIEN) --scripts --to-tgz $$pkg1 $$pkg2 $$pkg3; \
1260@CONFIG_USER_TRUE@ $(RM) $$pkg1 $$pkg2 $$pkg3
1261
1262tgz: tgz-kmod tgz-utils
1263
1264distclean-local::
1265 -$(RM) -R autom4te*.cache
1266 -find . \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
1267 -o -name .pc -o -name .hg -o -name .git \) -prune -o \
1268 \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
1269 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
1270 -o -name '.*.rej' -o -name '.script-config' -o -size 0 \
1271 -o -name '*%' -o -name '.*.cmd' -o -name 'core' \
1272 -o -name 'Makefile' -o -name 'Module.symvers' \
1273 -o -name '*.order' -o -name '*.markers' \) \
1274 -type f -print | xargs $(RM)
1275
1276dist-hook:
1277 sed -i 's/Release:[[:print:]]*/Release: $(RELEASE)/' \
1278 $(distdir)/META
1279
1280checkstyle: cstyle shellcheck
1281
1282cstyle:
1283 @find ${top_srcdir} -name '*.[hc]' ! -name 'zfs_config.*' \
1284 ! -name '*.mod.c' -type f -exec scripts/cstyle.pl {} \+
1285
1286shellcheck:
1287 @if type shellcheck > /dev/null 2>&1; then \
1288 (find ${top_srcdir} -type f -name '*.sh.in' -o -type f \
1289 -name '*.sh'; find etc/init.d/zfs*.in -type f) | \
1290 grep -v 'zfs-script-config' | \
1291 while read file; do \
1292 shellcheck --format gcc "$$file"; \
1293 done; \
1294 fi
1295
1296lint: cppcheck
1297
1298cppcheck:
1299 @if type cppcheck > /dev/null 2>&1; then \
1300 cppcheck --quiet --force ${top_srcdir}; \
1301 fi
1302
1303ctags:
1304 $(RM) tags
1305 find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags
1306
1307etags:
1308 $(RM) TAGS
1309 find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' | xargs etags -a
1310
1311tags: ctags etags
1312
1313pkg: @DEFAULT_PACKAGE@
1314pkg-kmod: @DEFAULT_PACKAGE@-kmod
1315pkg-utils: @DEFAULT_PACKAGE@-utils
1316
1317# Tell versions [3.59,3.63) of GNU make to not export all variables.
1318# Otherwise a system limit (for SysV at least) may be exceeded.
1319.NOEXPORT: