]> git.proxmox.com Git - mirror_spl-debian.git/blob - include/sys/Makefile.in
7235285e2c97a4702e2bda04b17f5c696910176a
[mirror_spl-debian.git] / include / sys / Makefile.in
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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 subdir = include/sys
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
95 $(top_srcdir)/config/ltoptions.m4 \
96 $(top_srcdir)/config/ltsugar.m4 \
97 $(top_srcdir)/config/ltversion.m4 \
98 $(top_srcdir)/config/lt~obsolete.m4 \
99 $(top_srcdir)/config/spl-build.m4 \
100 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
103 DIST_COMMON = $(srcdir)/Makefile.am $(am__kernel_HEADERS_DIST) \
104 $(am__DIST_COMMON)
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = $(top_builddir)/spl_config.h
107 CONFIG_CLEAN_FILES =
108 CONFIG_CLEAN_VPATH_FILES =
109 AM_V_P = $(am__v_P_@AM_V@)
110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111 am__v_P_0 = false
112 am__v_P_1 = :
113 AM_V_GEN = $(am__v_GEN_@AM_V@)
114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115 am__v_GEN_0 = @echo " GEN " $@;
116 am__v_GEN_1 =
117 AM_V_at = $(am__v_at_@AM_V@)
118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119 am__v_at_0 = @
120 am__v_at_1 =
121 SOURCES =
122 DIST_SOURCES =
123 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124 ctags-recursive dvi-recursive html-recursive info-recursive \
125 install-data-recursive install-dvi-recursive \
126 install-exec-recursive install-html-recursive \
127 install-info-recursive install-pdf-recursive \
128 install-ps-recursive install-recursive installcheck-recursive \
129 installdirs-recursive pdf-recursive ps-recursive \
130 tags-recursive uninstall-recursive
131 am__can_run_installinfo = \
132 case $$AM_UPDATE_INFO_DIR in \
133 n|no|NO) false;; \
134 *) (install-info --version) >/dev/null 2>&1;; \
135 esac
136 am__kernel_HEADERS_DIST = $(top_srcdir)/include/sys/acl.h \
137 $(top_srcdir)/include/sys/acl_impl.h \
138 $(top_srcdir)/include/sys/atomic.h \
139 $(top_srcdir)/include/sys/attr.h \
140 $(top_srcdir)/include/sys/bitmap.h \
141 $(top_srcdir)/include/sys/bootconf.h \
142 $(top_srcdir)/include/sys/bootprops.h \
143 $(top_srcdir)/include/sys/buf.h \
144 $(top_srcdir)/include/sys/byteorder.h \
145 $(top_srcdir)/include/sys/callb.h \
146 $(top_srcdir)/include/sys/callo.h \
147 $(top_srcdir)/include/sys/cmn_err.h \
148 $(top_srcdir)/include/sys/compress.h \
149 $(top_srcdir)/include/sys/condvar.h \
150 $(top_srcdir)/include/sys/conf.h \
151 $(top_srcdir)/include/sys/console.h \
152 $(top_srcdir)/include/sys/cpupart.h \
153 $(top_srcdir)/include/sys/cpuvar.h \
154 $(top_srcdir)/include/sys/crc32.h \
155 $(top_srcdir)/include/sys/cred.h \
156 $(top_srcdir)/include/sys/ctype.h \
157 $(top_srcdir)/include/sys/ddi.h \
158 $(top_srcdir)/include/sys/debug.h \
159 $(top_srcdir)/include/sys/dirent.h \
160 $(top_srcdir)/include/sys/disp.h \
161 $(top_srcdir)/include/sys/dkio.h \
162 $(top_srcdir)/include/sys/dklabel.h \
163 $(top_srcdir)/include/sys/dnlc.h \
164 $(top_srcdir)/include/sys/dumphdr.h \
165 $(top_srcdir)/include/sys/efi_partition.h \
166 $(top_srcdir)/include/sys/errno.h \
167 $(top_srcdir)/include/sys/extdirent.h \
168 $(top_srcdir)/include/sys/fcntl.h \
169 $(top_srcdir)/include/sys/file.h \
170 $(top_srcdir)/include/sys/idmap.h \
171 $(top_srcdir)/include/sys/int_limits.h \
172 $(top_srcdir)/include/sys/int_types.h \
173 $(top_srcdir)/include/sys/inttypes.h \
174 $(top_srcdir)/include/sys/isa_defs.h \
175 $(top_srcdir)/include/sys/kidmap.h \
176 $(top_srcdir)/include/sys/kmem.h \
177 $(top_srcdir)/include/sys/kmem_cache.h \
178 $(top_srcdir)/include/sys/kobj.h \
179 $(top_srcdir)/include/sys/kstat.h \
180 $(top_srcdir)/include/sys/list.h \
181 $(top_srcdir)/include/sys/mkdev.h \
182 $(top_srcdir)/include/sys/mntent.h \
183 $(top_srcdir)/include/sys/modctl.h \
184 $(top_srcdir)/include/sys/mode.h \
185 $(top_srcdir)/include/sys/mount.h \
186 $(top_srcdir)/include/sys/mutex.h \
187 $(top_srcdir)/include/sys/note.h \
188 $(top_srcdir)/include/sys/open.h \
189 $(top_srcdir)/include/sys/param.h \
190 $(top_srcdir)/include/sys/pathname.h \
191 $(top_srcdir)/include/sys/policy.h \
192 $(top_srcdir)/include/sys/pool.h \
193 $(top_srcdir)/include/sys/priv_impl.h \
194 $(top_srcdir)/include/sys/processor.h \
195 $(top_srcdir)/include/sys/proc.h \
196 $(top_srcdir)/include/sys/pset.h \
197 $(top_srcdir)/include/sys/random.h \
198 $(top_srcdir)/include/sys/refstr.h \
199 $(top_srcdir)/include/sys/resource.h \
200 $(top_srcdir)/include/sys/rwlock.h \
201 $(top_srcdir)/include/sys/sdt.h \
202 $(top_srcdir)/include/sys/sid.h \
203 $(top_srcdir)/include/sys/signal.h \
204 $(top_srcdir)/include/sys/stat.h \
205 $(top_srcdir)/include/sys/stropts.h \
206 $(top_srcdir)/include/sys/sunddi.h \
207 $(top_srcdir)/include/sys/sunldi.h \
208 $(top_srcdir)/include/sys/sysdc.h \
209 $(top_srcdir)/include/sys/sysevent.h \
210 $(top_srcdir)/include/sys/sysmacros.h \
211 $(top_srcdir)/include/sys/systeminfo.h \
212 $(top_srcdir)/include/sys/systm.h \
213 $(top_srcdir)/include/sys/taskq.h \
214 $(top_srcdir)/include/sys/thread.h \
215 $(top_srcdir)/include/sys/time.h \
216 $(top_srcdir)/include/sys/timer.h \
217 $(top_srcdir)/include/sys/t_lock.h \
218 $(top_srcdir)/include/sys/tsd.h \
219 $(top_srcdir)/include/sys/types32.h \
220 $(top_srcdir)/include/sys/types.h \
221 $(top_srcdir)/include/sys/u8_textprep.h \
222 $(top_srcdir)/include/sys/uio.h \
223 $(top_srcdir)/include/sys/unistd.h \
224 $(top_srcdir)/include/sys/user.h \
225 $(top_srcdir)/include/sys/va_list.h \
226 $(top_srcdir)/include/sys/varargs.h \
227 $(top_srcdir)/include/sys/vfs.h \
228 $(top_srcdir)/include/sys/vfs_opreg.h \
229 $(top_srcdir)/include/sys/vmem.h \
230 $(top_srcdir)/include/sys/vmsystm.h \
231 $(top_srcdir)/include/sys/vnode.h \
232 $(top_srcdir)/include/sys/zmod.h \
233 $(top_srcdir)/include/sys/zone.h
234 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
235 am__vpath_adj = case $$p in \
236 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
237 *) f=$$p;; \
238 esac;
239 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
240 am__install_max = 40
241 am__nobase_strip_setup = \
242 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
243 am__nobase_strip = \
244 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
245 am__nobase_list = $(am__nobase_strip_setup); \
246 for p in $$list; do echo "$$p $$p"; done | \
247 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
248 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
249 if (++n[$$2] == $(am__install_max)) \
250 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
251 END { for (dir in files) print dir, files[dir] }'
252 am__base_list = \
253 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
254 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
255 am__uninstall_files_from_dir = { \
256 test -z "$$files" \
257 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
258 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
259 $(am__cd) "$$dir" && rm -f $$files; }; \
260 }
261 am__installdirs = "$(DESTDIR)$(kerneldir)"
262 HEADERS = $(kernel_HEADERS)
263 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
264 distclean-recursive maintainer-clean-recursive
265 am__recursive_targets = \
266 $(RECURSIVE_TARGETS) \
267 $(RECURSIVE_CLEAN_TARGETS) \
268 $(am__extra_recursive_targets)
269 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
270 distdir
271 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
272 # Read a list of newline-separated strings from the standard input,
273 # and print each of them once, without duplicates. Input order is
274 # *not* preserved.
275 am__uniquify_input = $(AWK) '\
276 BEGIN { nonempty = 0; } \
277 { items[$$0] = 1; nonempty = 1; } \
278 END { if (nonempty) { for (i in items) print i; }; } \
279 '
280 # Make sure the list of sources is unique. This is necessary because,
281 # e.g., the same source file might be shared among _SOURCES variables
282 # for different programs/libraries.
283 am__define_uniq_tagged_files = \
284 list='$(am__tagged_files)'; \
285 unique=`for i in $$list; do \
286 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287 done | $(am__uniquify_input)`
288 ETAGS = etags
289 CTAGS = ctags
290 DIST_SUBDIRS = $(SUBDIRS)
291 am__DIST_COMMON = $(srcdir)/Makefile.in
292 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
293 am__relativize = \
294 dir0=`pwd`; \
295 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
296 sed_rest='s,^[^/]*/*,,'; \
297 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
298 sed_butlast='s,/*[^/]*$$,,'; \
299 while test -n "$$dir1"; do \
300 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
301 if test "$$first" != "."; then \
302 if test "$$first" = ".."; then \
303 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
304 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
305 else \
306 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
307 if test "$$first2" = "$$first"; then \
308 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
309 else \
310 dir2="../$$dir2"; \
311 fi; \
312 dir0="$$dir0"/"$$first"; \
313 fi; \
314 fi; \
315 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
316 done; \
317 reldir="$$dir2"
318 ACLOCAL = @ACLOCAL@
319 ALIEN = @ALIEN@
320 ALIEN_VERSION = @ALIEN_VERSION@
321 AMTAR = @AMTAR@
322 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
323 AR = @AR@
324 AUTOCONF = @AUTOCONF@
325 AUTOHEADER = @AUTOHEADER@
326 AUTOMAKE = @AUTOMAKE@
327 AWK = @AWK@
328 CC = @CC@
329 CCDEPMODE = @CCDEPMODE@
330 CFLAGS = @CFLAGS@
331 CPP = @CPP@
332 CPPFLAGS = @CPPFLAGS@
333 CYGPATH_W = @CYGPATH_W@
334 DEBUG_CFLAGS = @DEBUG_CFLAGS@
335 DEBUG_KMEM = @DEBUG_KMEM@
336 DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
337 DEBUG_SPL = @DEBUG_SPL@
338 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
339 DEFS = @DEFS@
340 DEPDIR = @DEPDIR@
341 DLLTOOL = @DLLTOOL@
342 DPKG = @DPKG@
343 DPKGBUILD = @DPKGBUILD@
344 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
345 DPKG_VERSION = @DPKG_VERSION@
346 DSYMUTIL = @DSYMUTIL@
347 DUMPBIN = @DUMPBIN@
348 ECHO_C = @ECHO_C@
349 ECHO_N = @ECHO_N@
350 ECHO_T = @ECHO_T@
351 EGREP = @EGREP@
352 EXEEXT = @EXEEXT@
353 FGREP = @FGREP@
354 GREP = @GREP@
355 HAVE_ALIEN = @HAVE_ALIEN@
356 HAVE_DPKG = @HAVE_DPKG@
357 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
358 HAVE_RPM = @HAVE_RPM@
359 HAVE_RPMBUILD = @HAVE_RPMBUILD@
360 INSTALL = @INSTALL@
361 INSTALL_DATA = @INSTALL_DATA@
362 INSTALL_PROGRAM = @INSTALL_PROGRAM@
363 INSTALL_SCRIPT = @INSTALL_SCRIPT@
364 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
365 KERNELCPPFLAGS = @KERNELCPPFLAGS@
366 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
367 LD = @LD@
368 LDFLAGS = @LDFLAGS@
369 LIBOBJS = @LIBOBJS@
370 LIBS = @LIBS@
371 LIBTOOL = @LIBTOOL@
372 LINUX = @LINUX@
373 LINUX_OBJ = @LINUX_OBJ@
374 LINUX_SYMBOLS = @LINUX_SYMBOLS@
375 LINUX_VERSION = @LINUX_VERSION@
376 LIPO = @LIPO@
377 LN_S = @LN_S@
378 LTLIBOBJS = @LTLIBOBJS@
379 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
380 MAINT = @MAINT@
381 MAKEINFO = @MAKEINFO@
382 MANIFEST_TOOL = @MANIFEST_TOOL@
383 MKDIR_P = @MKDIR_P@
384 NM = @NM@
385 NMEDIT = @NMEDIT@
386 OBJDUMP = @OBJDUMP@
387 OBJEXT = @OBJEXT@
388 OTOOL = @OTOOL@
389 OTOOL64 = @OTOOL64@
390 PACKAGE = @PACKAGE@
391 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
392 PACKAGE_NAME = @PACKAGE_NAME@
393 PACKAGE_STRING = @PACKAGE_STRING@
394 PACKAGE_TARNAME = @PACKAGE_TARNAME@
395 PACKAGE_URL = @PACKAGE_URL@
396 PACKAGE_VERSION = @PACKAGE_VERSION@
397 PATH_SEPARATOR = @PATH_SEPARATOR@
398 RANLIB = @RANLIB@
399 RELEASE = @RELEASE@
400 RPM = @RPM@
401 RPMBUILD = @RPMBUILD@
402 RPMBUILD_VERSION = @RPMBUILD_VERSION@
403 RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
404 RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
405 RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
406 RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
407 RPM_SPEC_DIR = @RPM_SPEC_DIR@
408 RPM_VERSION = @RPM_VERSION@
409 SED = @SED@
410 SET_MAKE = @SET_MAKE@
411 SHELL = @SHELL@
412 SPL_CONFIG = @SPL_CONFIG@
413 SPL_META_ALIAS = @SPL_META_ALIAS@
414 SPL_META_AUTHOR = @SPL_META_AUTHOR@
415 SPL_META_DATA = @SPL_META_DATA@
416 SPL_META_LICENSE = @SPL_META_LICENSE@
417 SPL_META_LT_AGE = @SPL_META_LT_AGE@
418 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
419 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
420 SPL_META_NAME = @SPL_META_NAME@
421 SPL_META_RELEASE = @SPL_META_RELEASE@
422 SPL_META_VERSION = @SPL_META_VERSION@
423 SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
424 SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
425 SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
426 SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
427 STRIP = @STRIP@
428 VENDOR = @VENDOR@
429 VERSION = @VERSION@
430 abs_builddir = @abs_builddir@
431 abs_srcdir = @abs_srcdir@
432 abs_top_builddir = @abs_top_builddir@
433 abs_top_srcdir = @abs_top_srcdir@
434 ac_ct_AR = @ac_ct_AR@
435 ac_ct_CC = @ac_ct_CC@
436 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
437 am__include = @am__include@
438 am__leading_dot = @am__leading_dot@
439 am__quote = @am__quote@
440 am__tar = @am__tar@
441 am__untar = @am__untar@
442 bindir = @bindir@
443 build = @build@
444 build_alias = @build_alias@
445 build_cpu = @build_cpu@
446 build_os = @build_os@
447 build_vendor = @build_vendor@
448 builddir = @builddir@
449 datadir = @datadir@
450 datarootdir = @datarootdir@
451 docdir = @docdir@
452 dvidir = @dvidir@
453 exec_prefix = @exec_prefix@
454 host = @host@
455 host_alias = @host_alias@
456 host_cpu = @host_cpu@
457 host_os = @host_os@
458 host_vendor = @host_vendor@
459 htmldir = @htmldir@
460 includedir = @includedir@
461 infodir = @infodir@
462 install_sh = @install_sh@
463 libdir = @libdir@
464 libexecdir = @libexecdir@
465 localedir = @localedir@
466 localstatedir = @localstatedir@
467 mandir = @mandir@
468 mkdir_p = @mkdir_p@
469 oldincludedir = @oldincludedir@
470 pdfdir = @pdfdir@
471 prefix = @prefix@
472 program_transform_name = @program_transform_name@
473 psdir = @psdir@
474 sbindir = @sbindir@
475 sharedstatedir = @sharedstatedir@
476 srcdir = @srcdir@
477 sysconfdir = @sysconfdir@
478 target = @target@
479 target_alias = @target_alias@
480 target_cpu = @target_cpu@
481 target_os = @target_os@
482 target_vendor = @target_vendor@
483 top_build_prefix = @top_build_prefix@
484 top_builddir = @top_builddir@
485 top_srcdir = @top_srcdir@
486 SUBDIRS = fm fs sysevent
487 COMMON_H =
488 KERNEL_H = \
489 $(top_srcdir)/include/sys/acl.h \
490 $(top_srcdir)/include/sys/acl_impl.h \
491 $(top_srcdir)/include/sys/atomic.h \
492 $(top_srcdir)/include/sys/attr.h \
493 $(top_srcdir)/include/sys/bitmap.h \
494 $(top_srcdir)/include/sys/bootconf.h \
495 $(top_srcdir)/include/sys/bootprops.h \
496 $(top_srcdir)/include/sys/buf.h \
497 $(top_srcdir)/include/sys/byteorder.h \
498 $(top_srcdir)/include/sys/callb.h \
499 $(top_srcdir)/include/sys/callo.h \
500 $(top_srcdir)/include/sys/cmn_err.h \
501 $(top_srcdir)/include/sys/compress.h \
502 $(top_srcdir)/include/sys/condvar.h \
503 $(top_srcdir)/include/sys/conf.h \
504 $(top_srcdir)/include/sys/console.h \
505 $(top_srcdir)/include/sys/cpupart.h \
506 $(top_srcdir)/include/sys/cpuvar.h \
507 $(top_srcdir)/include/sys/crc32.h \
508 $(top_srcdir)/include/sys/cred.h \
509 $(top_srcdir)/include/sys/ctype.h \
510 $(top_srcdir)/include/sys/ddi.h \
511 $(top_srcdir)/include/sys/debug.h \
512 $(top_srcdir)/include/sys/dirent.h \
513 $(top_srcdir)/include/sys/disp.h \
514 $(top_srcdir)/include/sys/dkio.h \
515 $(top_srcdir)/include/sys/dklabel.h \
516 $(top_srcdir)/include/sys/dnlc.h \
517 $(top_srcdir)/include/sys/dumphdr.h \
518 $(top_srcdir)/include/sys/efi_partition.h \
519 $(top_srcdir)/include/sys/errno.h \
520 $(top_srcdir)/include/sys/extdirent.h \
521 $(top_srcdir)/include/sys/fcntl.h \
522 $(top_srcdir)/include/sys/file.h \
523 $(top_srcdir)/include/sys/idmap.h \
524 $(top_srcdir)/include/sys/int_limits.h \
525 $(top_srcdir)/include/sys/int_types.h \
526 $(top_srcdir)/include/sys/inttypes.h \
527 $(top_srcdir)/include/sys/isa_defs.h \
528 $(top_srcdir)/include/sys/kidmap.h \
529 $(top_srcdir)/include/sys/kmem.h \
530 $(top_srcdir)/include/sys/kmem_cache.h \
531 $(top_srcdir)/include/sys/kobj.h \
532 $(top_srcdir)/include/sys/kstat.h \
533 $(top_srcdir)/include/sys/list.h \
534 $(top_srcdir)/include/sys/mkdev.h \
535 $(top_srcdir)/include/sys/mntent.h \
536 $(top_srcdir)/include/sys/modctl.h \
537 $(top_srcdir)/include/sys/mode.h \
538 $(top_srcdir)/include/sys/mount.h \
539 $(top_srcdir)/include/sys/mutex.h \
540 $(top_srcdir)/include/sys/note.h \
541 $(top_srcdir)/include/sys/open.h \
542 $(top_srcdir)/include/sys/param.h \
543 $(top_srcdir)/include/sys/pathname.h \
544 $(top_srcdir)/include/sys/policy.h \
545 $(top_srcdir)/include/sys/pool.h \
546 $(top_srcdir)/include/sys/priv_impl.h \
547 $(top_srcdir)/include/sys/processor.h \
548 $(top_srcdir)/include/sys/proc.h \
549 $(top_srcdir)/include/sys/pset.h \
550 $(top_srcdir)/include/sys/random.h \
551 $(top_srcdir)/include/sys/refstr.h \
552 $(top_srcdir)/include/sys/resource.h \
553 $(top_srcdir)/include/sys/rwlock.h \
554 $(top_srcdir)/include/sys/sdt.h \
555 $(top_srcdir)/include/sys/sid.h \
556 $(top_srcdir)/include/sys/signal.h \
557 $(top_srcdir)/include/sys/stat.h \
558 $(top_srcdir)/include/sys/stropts.h \
559 $(top_srcdir)/include/sys/sunddi.h \
560 $(top_srcdir)/include/sys/sunldi.h \
561 $(top_srcdir)/include/sys/sysdc.h \
562 $(top_srcdir)/include/sys/sysevent.h \
563 $(top_srcdir)/include/sys/sysmacros.h \
564 $(top_srcdir)/include/sys/systeminfo.h \
565 $(top_srcdir)/include/sys/systm.h \
566 $(top_srcdir)/include/sys/taskq.h \
567 $(top_srcdir)/include/sys/thread.h \
568 $(top_srcdir)/include/sys/time.h \
569 $(top_srcdir)/include/sys/timer.h \
570 $(top_srcdir)/include/sys/t_lock.h \
571 $(top_srcdir)/include/sys/tsd.h \
572 $(top_srcdir)/include/sys/types32.h \
573 $(top_srcdir)/include/sys/types.h \
574 $(top_srcdir)/include/sys/u8_textprep.h \
575 $(top_srcdir)/include/sys/uio.h \
576 $(top_srcdir)/include/sys/unistd.h \
577 $(top_srcdir)/include/sys/user.h \
578 $(top_srcdir)/include/sys/va_list.h \
579 $(top_srcdir)/include/sys/varargs.h \
580 $(top_srcdir)/include/sys/vfs.h \
581 $(top_srcdir)/include/sys/vfs_opreg.h \
582 $(top_srcdir)/include/sys/vmem.h \
583 $(top_srcdir)/include/sys/vmsystm.h \
584 $(top_srcdir)/include/sys/vnode.h \
585 $(top_srcdir)/include/sys/zmod.h \
586 $(top_srcdir)/include/sys/zone.h
587
588 USER_H =
589 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
590 @CONFIG_KERNEL_TRUE@kerneldir = @prefix@/src/spl-$(VERSION)/include/sys
591 @CONFIG_KERNEL_TRUE@kernel_HEADERS = $(KERNEL_H)
592 all: all-recursive
593
594 .SUFFIXES:
595 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
596 @for dep in $?; do \
597 case '$(am__configure_deps)' in \
598 *$$dep*) \
599 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
600 && { if test -f $@; then exit 0; else break; fi; }; \
601 exit 1;; \
602 esac; \
603 done; \
604 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/sys/Makefile'; \
605 $(am__cd) $(top_srcdir) && \
606 $(AUTOMAKE) --gnu include/sys/Makefile
607 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
608 @case '$?' in \
609 *config.status*) \
610 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
611 *) \
612 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
613 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
614 esac;
615
616 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
617 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
618
619 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
620 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
621 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
622 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
623 $(am__aclocal_m4_deps):
624
625 mostlyclean-libtool:
626 -rm -f *.lo
627
628 clean-libtool:
629 -rm -rf .libs _libs
630 install-kernelHEADERS: $(kernel_HEADERS)
631 @$(NORMAL_INSTALL)
632 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
633 if test -n "$$list"; then \
634 echo " $(MKDIR_P) '$(DESTDIR)$(kerneldir)'"; \
635 $(MKDIR_P) "$(DESTDIR)$(kerneldir)" || exit 1; \
636 fi; \
637 for p in $$list; do \
638 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
639 echo "$$d$$p"; \
640 done | $(am__base_list) | \
641 while read files; do \
642 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
643 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
644 done
645
646 uninstall-kernelHEADERS:
647 @$(NORMAL_UNINSTALL)
648 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
649 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
650 dir='$(DESTDIR)$(kerneldir)'; $(am__uninstall_files_from_dir)
651
652 # This directory's subdirectories are mostly independent; you can cd
653 # into them and run 'make' without going through this Makefile.
654 # To change the values of 'make' variables: instead of editing Makefiles,
655 # (1) if the variable is set in 'config.status', edit 'config.status'
656 # (which will cause the Makefiles to be regenerated when you run 'make');
657 # (2) otherwise, pass the desired values on the 'make' command line.
658 $(am__recursive_targets):
659 @fail=; \
660 if $(am__make_keepgoing); then \
661 failcom='fail=yes'; \
662 else \
663 failcom='exit 1'; \
664 fi; \
665 dot_seen=no; \
666 target=`echo $@ | sed s/-recursive//`; \
667 case "$@" in \
668 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
669 *) list='$(SUBDIRS)' ;; \
670 esac; \
671 for subdir in $$list; do \
672 echo "Making $$target in $$subdir"; \
673 if test "$$subdir" = "."; then \
674 dot_seen=yes; \
675 local_target="$$target-am"; \
676 else \
677 local_target="$$target"; \
678 fi; \
679 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
680 || eval $$failcom; \
681 done; \
682 if test "$$dot_seen" = "no"; then \
683 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
684 fi; test -z "$$fail"
685
686 ID: $(am__tagged_files)
687 $(am__define_uniq_tagged_files); mkid -fID $$unique
688 tags: tags-recursive
689 TAGS: tags
690
691 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
692 set x; \
693 here=`pwd`; \
694 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
695 include_option=--etags-include; \
696 empty_fix=.; \
697 else \
698 include_option=--include; \
699 empty_fix=; \
700 fi; \
701 list='$(SUBDIRS)'; for subdir in $$list; do \
702 if test "$$subdir" = .; then :; else \
703 test ! -f $$subdir/TAGS || \
704 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
705 fi; \
706 done; \
707 $(am__define_uniq_tagged_files); \
708 shift; \
709 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
710 test -n "$$unique" || unique=$$empty_fix; \
711 if test $$# -gt 0; then \
712 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
713 "$$@" $$unique; \
714 else \
715 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
716 $$unique; \
717 fi; \
718 fi
719 ctags: ctags-recursive
720
721 CTAGS: ctags
722 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
723 $(am__define_uniq_tagged_files); \
724 test -z "$(CTAGS_ARGS)$$unique" \
725 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
726 $$unique
727
728 GTAGS:
729 here=`$(am__cd) $(top_builddir) && pwd` \
730 && $(am__cd) $(top_srcdir) \
731 && gtags -i $(GTAGS_ARGS) "$$here"
732 cscopelist: cscopelist-recursive
733
734 cscopelist-am: $(am__tagged_files)
735 list='$(am__tagged_files)'; \
736 case "$(srcdir)" in \
737 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
738 *) sdir=$(subdir)/$(srcdir) ;; \
739 esac; \
740 for i in $$list; do \
741 if test -f "$$i"; then \
742 echo "$(subdir)/$$i"; \
743 else \
744 echo "$$sdir/$$i"; \
745 fi; \
746 done >> $(top_builddir)/cscope.files
747
748 distclean-tags:
749 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
750
751 distdir: $(DISTFILES)
752 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
753 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
754 list='$(DISTFILES)'; \
755 dist_files=`for file in $$list; do echo $$file; done | \
756 sed -e "s|^$$srcdirstrip/||;t" \
757 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
758 case $$dist_files in \
759 */*) $(MKDIR_P) `echo "$$dist_files" | \
760 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
761 sort -u` ;; \
762 esac; \
763 for file in $$dist_files; do \
764 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
765 if test -d $$d/$$file; then \
766 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
767 if test -d "$(distdir)/$$file"; then \
768 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
769 fi; \
770 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
771 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
772 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
773 fi; \
774 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
775 else \
776 test -f "$(distdir)/$$file" \
777 || cp -p $$d/$$file "$(distdir)/$$file" \
778 || exit 1; \
779 fi; \
780 done
781 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
782 if test "$$subdir" = .; then :; else \
783 $(am__make_dryrun) \
784 || test -d "$(distdir)/$$subdir" \
785 || $(MKDIR_P) "$(distdir)/$$subdir" \
786 || exit 1; \
787 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
788 $(am__relativize); \
789 new_distdir=$$reldir; \
790 dir1=$$subdir; dir2="$(top_distdir)"; \
791 $(am__relativize); \
792 new_top_distdir=$$reldir; \
793 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
794 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
795 ($(am__cd) $$subdir && \
796 $(MAKE) $(AM_MAKEFLAGS) \
797 top_distdir="$$new_top_distdir" \
798 distdir="$$new_distdir" \
799 am__remove_distdir=: \
800 am__skip_length_check=: \
801 am__skip_mode_fix=: \
802 distdir) \
803 || exit 1; \
804 fi; \
805 done
806 check-am: all-am
807 check: check-recursive
808 all-am: Makefile $(HEADERS)
809 installdirs: installdirs-recursive
810 installdirs-am:
811 for dir in "$(DESTDIR)$(kerneldir)"; do \
812 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
813 done
814 install: install-recursive
815 install-exec: install-exec-recursive
816 install-data: install-data-recursive
817 uninstall: uninstall-recursive
818
819 install-am: all-am
820 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
821
822 installcheck: installcheck-recursive
823 install-strip:
824 if test -z '$(STRIP)'; then \
825 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
826 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
827 install; \
828 else \
829 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
830 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
831 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
832 fi
833 mostlyclean-generic:
834
835 clean-generic:
836
837 distclean-generic:
838 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
839 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
840
841 maintainer-clean-generic:
842 @echo "This command is intended for maintainers to use"
843 @echo "it deletes files that may require special tools to rebuild."
844 clean: clean-recursive
845
846 clean-am: clean-generic clean-libtool mostlyclean-am
847
848 distclean: distclean-recursive
849 -rm -f Makefile
850 distclean-am: clean-am distclean-generic distclean-tags
851
852 dvi: dvi-recursive
853
854 dvi-am:
855
856 html: html-recursive
857
858 html-am:
859
860 info: info-recursive
861
862 info-am:
863
864 install-data-am: install-kernelHEADERS
865
866 install-dvi: install-dvi-recursive
867
868 install-dvi-am:
869
870 install-exec-am:
871
872 install-html: install-html-recursive
873
874 install-html-am:
875
876 install-info: install-info-recursive
877
878 install-info-am:
879
880 install-man:
881
882 install-pdf: install-pdf-recursive
883
884 install-pdf-am:
885
886 install-ps: install-ps-recursive
887
888 install-ps-am:
889
890 installcheck-am:
891
892 maintainer-clean: maintainer-clean-recursive
893 -rm -f Makefile
894 maintainer-clean-am: distclean-am maintainer-clean-generic
895
896 mostlyclean: mostlyclean-recursive
897
898 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
899
900 pdf: pdf-recursive
901
902 pdf-am:
903
904 ps: ps-recursive
905
906 ps-am:
907
908 uninstall-am: uninstall-kernelHEADERS
909
910 .MAKE: $(am__recursive_targets) install-am install-strip
911
912 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
913 check-am clean clean-generic clean-libtool cscopelist-am ctags \
914 ctags-am distclean distclean-generic distclean-libtool \
915 distclean-tags distdir dvi dvi-am html html-am info info-am \
916 install install-am install-data install-data-am install-dvi \
917 install-dvi-am install-exec install-exec-am install-html \
918 install-html-am install-info install-info-am \
919 install-kernelHEADERS install-man install-pdf install-pdf-am \
920 install-ps install-ps-am install-strip installcheck \
921 installcheck-am installdirs installdirs-am maintainer-clean \
922 maintainer-clean-generic mostlyclean mostlyclean-generic \
923 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
924 uninstall-am uninstall-kernelHEADERS
925
926 .PRECIOUS: Makefile
927
928
929 # Tell versions [3.59,3.63) of GNU make to not export all variables.
930 # Otherwise a system limit (for SysV at least) may be exceeded.
931 .NOEXPORT: