]> git.proxmox.com Git - mirror_spl-debian.git/blob - include/sys/Makefile.in
Imported Upstream version 0.6.5.9
[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 runstatedir = @runstatedir@
475 sbindir = @sbindir@
476 sharedstatedir = @sharedstatedir@
477 srcdir = @srcdir@
478 sysconfdir = @sysconfdir@
479 target = @target@
480 target_alias = @target_alias@
481 target_cpu = @target_cpu@
482 target_os = @target_os@
483 target_vendor = @target_vendor@
484 top_build_prefix = @top_build_prefix@
485 top_builddir = @top_builddir@
486 top_srcdir = @top_srcdir@
487 SUBDIRS = fm fs sysevent
488 COMMON_H =
489 KERNEL_H = \
490 $(top_srcdir)/include/sys/acl.h \
491 $(top_srcdir)/include/sys/acl_impl.h \
492 $(top_srcdir)/include/sys/atomic.h \
493 $(top_srcdir)/include/sys/attr.h \
494 $(top_srcdir)/include/sys/bitmap.h \
495 $(top_srcdir)/include/sys/bootconf.h \
496 $(top_srcdir)/include/sys/bootprops.h \
497 $(top_srcdir)/include/sys/buf.h \
498 $(top_srcdir)/include/sys/byteorder.h \
499 $(top_srcdir)/include/sys/callb.h \
500 $(top_srcdir)/include/sys/callo.h \
501 $(top_srcdir)/include/sys/cmn_err.h \
502 $(top_srcdir)/include/sys/compress.h \
503 $(top_srcdir)/include/sys/condvar.h \
504 $(top_srcdir)/include/sys/conf.h \
505 $(top_srcdir)/include/sys/console.h \
506 $(top_srcdir)/include/sys/cpupart.h \
507 $(top_srcdir)/include/sys/cpuvar.h \
508 $(top_srcdir)/include/sys/crc32.h \
509 $(top_srcdir)/include/sys/cred.h \
510 $(top_srcdir)/include/sys/ctype.h \
511 $(top_srcdir)/include/sys/ddi.h \
512 $(top_srcdir)/include/sys/debug.h \
513 $(top_srcdir)/include/sys/dirent.h \
514 $(top_srcdir)/include/sys/disp.h \
515 $(top_srcdir)/include/sys/dkio.h \
516 $(top_srcdir)/include/sys/dklabel.h \
517 $(top_srcdir)/include/sys/dnlc.h \
518 $(top_srcdir)/include/sys/dumphdr.h \
519 $(top_srcdir)/include/sys/efi_partition.h \
520 $(top_srcdir)/include/sys/errno.h \
521 $(top_srcdir)/include/sys/extdirent.h \
522 $(top_srcdir)/include/sys/fcntl.h \
523 $(top_srcdir)/include/sys/file.h \
524 $(top_srcdir)/include/sys/idmap.h \
525 $(top_srcdir)/include/sys/int_limits.h \
526 $(top_srcdir)/include/sys/int_types.h \
527 $(top_srcdir)/include/sys/inttypes.h \
528 $(top_srcdir)/include/sys/isa_defs.h \
529 $(top_srcdir)/include/sys/kidmap.h \
530 $(top_srcdir)/include/sys/kmem.h \
531 $(top_srcdir)/include/sys/kmem_cache.h \
532 $(top_srcdir)/include/sys/kobj.h \
533 $(top_srcdir)/include/sys/kstat.h \
534 $(top_srcdir)/include/sys/list.h \
535 $(top_srcdir)/include/sys/mkdev.h \
536 $(top_srcdir)/include/sys/mntent.h \
537 $(top_srcdir)/include/sys/modctl.h \
538 $(top_srcdir)/include/sys/mode.h \
539 $(top_srcdir)/include/sys/mount.h \
540 $(top_srcdir)/include/sys/mutex.h \
541 $(top_srcdir)/include/sys/note.h \
542 $(top_srcdir)/include/sys/open.h \
543 $(top_srcdir)/include/sys/param.h \
544 $(top_srcdir)/include/sys/pathname.h \
545 $(top_srcdir)/include/sys/policy.h \
546 $(top_srcdir)/include/sys/pool.h \
547 $(top_srcdir)/include/sys/priv_impl.h \
548 $(top_srcdir)/include/sys/processor.h \
549 $(top_srcdir)/include/sys/proc.h \
550 $(top_srcdir)/include/sys/pset.h \
551 $(top_srcdir)/include/sys/random.h \
552 $(top_srcdir)/include/sys/refstr.h \
553 $(top_srcdir)/include/sys/resource.h \
554 $(top_srcdir)/include/sys/rwlock.h \
555 $(top_srcdir)/include/sys/sdt.h \
556 $(top_srcdir)/include/sys/sid.h \
557 $(top_srcdir)/include/sys/signal.h \
558 $(top_srcdir)/include/sys/stat.h \
559 $(top_srcdir)/include/sys/stropts.h \
560 $(top_srcdir)/include/sys/sunddi.h \
561 $(top_srcdir)/include/sys/sunldi.h \
562 $(top_srcdir)/include/sys/sysdc.h \
563 $(top_srcdir)/include/sys/sysevent.h \
564 $(top_srcdir)/include/sys/sysmacros.h \
565 $(top_srcdir)/include/sys/systeminfo.h \
566 $(top_srcdir)/include/sys/systm.h \
567 $(top_srcdir)/include/sys/taskq.h \
568 $(top_srcdir)/include/sys/thread.h \
569 $(top_srcdir)/include/sys/time.h \
570 $(top_srcdir)/include/sys/timer.h \
571 $(top_srcdir)/include/sys/t_lock.h \
572 $(top_srcdir)/include/sys/tsd.h \
573 $(top_srcdir)/include/sys/types32.h \
574 $(top_srcdir)/include/sys/types.h \
575 $(top_srcdir)/include/sys/u8_textprep.h \
576 $(top_srcdir)/include/sys/uio.h \
577 $(top_srcdir)/include/sys/unistd.h \
578 $(top_srcdir)/include/sys/user.h \
579 $(top_srcdir)/include/sys/va_list.h \
580 $(top_srcdir)/include/sys/varargs.h \
581 $(top_srcdir)/include/sys/vfs.h \
582 $(top_srcdir)/include/sys/vfs_opreg.h \
583 $(top_srcdir)/include/sys/vmem.h \
584 $(top_srcdir)/include/sys/vmsystm.h \
585 $(top_srcdir)/include/sys/vnode.h \
586 $(top_srcdir)/include/sys/zmod.h \
587 $(top_srcdir)/include/sys/zone.h
588
589 USER_H =
590 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
591 @CONFIG_KERNEL_TRUE@kerneldir = @prefix@/src/spl-$(VERSION)/include/sys
592 @CONFIG_KERNEL_TRUE@kernel_HEADERS = $(KERNEL_H)
593 all: all-recursive
594
595 .SUFFIXES:
596 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
597 @for dep in $?; do \
598 case '$(am__configure_deps)' in \
599 *$$dep*) \
600 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
601 && { if test -f $@; then exit 0; else break; fi; }; \
602 exit 1;; \
603 esac; \
604 done; \
605 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/sys/Makefile'; \
606 $(am__cd) $(top_srcdir) && \
607 $(AUTOMAKE) --gnu include/sys/Makefile
608 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
609 @case '$?' in \
610 *config.status*) \
611 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
612 *) \
613 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
614 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
615 esac;
616
617 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
618 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
619
620 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
621 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
622 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
623 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
624 $(am__aclocal_m4_deps):
625
626 mostlyclean-libtool:
627 -rm -f *.lo
628
629 clean-libtool:
630 -rm -rf .libs _libs
631 install-kernelHEADERS: $(kernel_HEADERS)
632 @$(NORMAL_INSTALL)
633 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
634 if test -n "$$list"; then \
635 echo " $(MKDIR_P) '$(DESTDIR)$(kerneldir)'"; \
636 $(MKDIR_P) "$(DESTDIR)$(kerneldir)" || exit 1; \
637 fi; \
638 for p in $$list; do \
639 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
640 echo "$$d$$p"; \
641 done | $(am__base_list) | \
642 while read files; do \
643 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
644 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
645 done
646
647 uninstall-kernelHEADERS:
648 @$(NORMAL_UNINSTALL)
649 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
650 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
651 dir='$(DESTDIR)$(kerneldir)'; $(am__uninstall_files_from_dir)
652
653 # This directory's subdirectories are mostly independent; you can cd
654 # into them and run 'make' without going through this Makefile.
655 # To change the values of 'make' variables: instead of editing Makefiles,
656 # (1) if the variable is set in 'config.status', edit 'config.status'
657 # (which will cause the Makefiles to be regenerated when you run 'make');
658 # (2) otherwise, pass the desired values on the 'make' command line.
659 $(am__recursive_targets):
660 @fail=; \
661 if $(am__make_keepgoing); then \
662 failcom='fail=yes'; \
663 else \
664 failcom='exit 1'; \
665 fi; \
666 dot_seen=no; \
667 target=`echo $@ | sed s/-recursive//`; \
668 case "$@" in \
669 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
670 *) list='$(SUBDIRS)' ;; \
671 esac; \
672 for subdir in $$list; do \
673 echo "Making $$target in $$subdir"; \
674 if test "$$subdir" = "."; then \
675 dot_seen=yes; \
676 local_target="$$target-am"; \
677 else \
678 local_target="$$target"; \
679 fi; \
680 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
681 || eval $$failcom; \
682 done; \
683 if test "$$dot_seen" = "no"; then \
684 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
685 fi; test -z "$$fail"
686
687 ID: $(am__tagged_files)
688 $(am__define_uniq_tagged_files); mkid -fID $$unique
689 tags: tags-recursive
690 TAGS: tags
691
692 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
693 set x; \
694 here=`pwd`; \
695 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
696 include_option=--etags-include; \
697 empty_fix=.; \
698 else \
699 include_option=--include; \
700 empty_fix=; \
701 fi; \
702 list='$(SUBDIRS)'; for subdir in $$list; do \
703 if test "$$subdir" = .; then :; else \
704 test ! -f $$subdir/TAGS || \
705 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
706 fi; \
707 done; \
708 $(am__define_uniq_tagged_files); \
709 shift; \
710 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
711 test -n "$$unique" || unique=$$empty_fix; \
712 if test $$# -gt 0; then \
713 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
714 "$$@" $$unique; \
715 else \
716 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
717 $$unique; \
718 fi; \
719 fi
720 ctags: ctags-recursive
721
722 CTAGS: ctags
723 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
724 $(am__define_uniq_tagged_files); \
725 test -z "$(CTAGS_ARGS)$$unique" \
726 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
727 $$unique
728
729 GTAGS:
730 here=`$(am__cd) $(top_builddir) && pwd` \
731 && $(am__cd) $(top_srcdir) \
732 && gtags -i $(GTAGS_ARGS) "$$here"
733 cscopelist: cscopelist-recursive
734
735 cscopelist-am: $(am__tagged_files)
736 list='$(am__tagged_files)'; \
737 case "$(srcdir)" in \
738 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
739 *) sdir=$(subdir)/$(srcdir) ;; \
740 esac; \
741 for i in $$list; do \
742 if test -f "$$i"; then \
743 echo "$(subdir)/$$i"; \
744 else \
745 echo "$$sdir/$$i"; \
746 fi; \
747 done >> $(top_builddir)/cscope.files
748
749 distclean-tags:
750 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
751
752 distdir: $(DISTFILES)
753 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
754 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
755 list='$(DISTFILES)'; \
756 dist_files=`for file in $$list; do echo $$file; done | \
757 sed -e "s|^$$srcdirstrip/||;t" \
758 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
759 case $$dist_files in \
760 */*) $(MKDIR_P) `echo "$$dist_files" | \
761 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
762 sort -u` ;; \
763 esac; \
764 for file in $$dist_files; do \
765 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
766 if test -d $$d/$$file; then \
767 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
768 if test -d "$(distdir)/$$file"; then \
769 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
770 fi; \
771 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
772 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
773 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
774 fi; \
775 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
776 else \
777 test -f "$(distdir)/$$file" \
778 || cp -p $$d/$$file "$(distdir)/$$file" \
779 || exit 1; \
780 fi; \
781 done
782 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
783 if test "$$subdir" = .; then :; else \
784 $(am__make_dryrun) \
785 || test -d "$(distdir)/$$subdir" \
786 || $(MKDIR_P) "$(distdir)/$$subdir" \
787 || exit 1; \
788 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
789 $(am__relativize); \
790 new_distdir=$$reldir; \
791 dir1=$$subdir; dir2="$(top_distdir)"; \
792 $(am__relativize); \
793 new_top_distdir=$$reldir; \
794 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
795 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
796 ($(am__cd) $$subdir && \
797 $(MAKE) $(AM_MAKEFLAGS) \
798 top_distdir="$$new_top_distdir" \
799 distdir="$$new_distdir" \
800 am__remove_distdir=: \
801 am__skip_length_check=: \
802 am__skip_mode_fix=: \
803 distdir) \
804 || exit 1; \
805 fi; \
806 done
807 check-am: all-am
808 check: check-recursive
809 all-am: Makefile $(HEADERS)
810 installdirs: installdirs-recursive
811 installdirs-am:
812 for dir in "$(DESTDIR)$(kerneldir)"; do \
813 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
814 done
815 install: install-recursive
816 install-exec: install-exec-recursive
817 install-data: install-data-recursive
818 uninstall: uninstall-recursive
819
820 install-am: all-am
821 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
822
823 installcheck: installcheck-recursive
824 install-strip:
825 if test -z '$(STRIP)'; then \
826 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
827 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
828 install; \
829 else \
830 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
831 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
832 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
833 fi
834 mostlyclean-generic:
835
836 clean-generic:
837
838 distclean-generic:
839 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
840 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
841
842 maintainer-clean-generic:
843 @echo "This command is intended for maintainers to use"
844 @echo "it deletes files that may require special tools to rebuild."
845 clean: clean-recursive
846
847 clean-am: clean-generic clean-libtool mostlyclean-am
848
849 distclean: distclean-recursive
850 -rm -f Makefile
851 distclean-am: clean-am distclean-generic distclean-tags
852
853 dvi: dvi-recursive
854
855 dvi-am:
856
857 html: html-recursive
858
859 html-am:
860
861 info: info-recursive
862
863 info-am:
864
865 install-data-am: install-kernelHEADERS
866
867 install-dvi: install-dvi-recursive
868
869 install-dvi-am:
870
871 install-exec-am:
872
873 install-html: install-html-recursive
874
875 install-html-am:
876
877 install-info: install-info-recursive
878
879 install-info-am:
880
881 install-man:
882
883 install-pdf: install-pdf-recursive
884
885 install-pdf-am:
886
887 install-ps: install-ps-recursive
888
889 install-ps-am:
890
891 installcheck-am:
892
893 maintainer-clean: maintainer-clean-recursive
894 -rm -f Makefile
895 maintainer-clean-am: distclean-am maintainer-clean-generic
896
897 mostlyclean: mostlyclean-recursive
898
899 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
900
901 pdf: pdf-recursive
902
903 pdf-am:
904
905 ps: ps-recursive
906
907 ps-am:
908
909 uninstall-am: uninstall-kernelHEADERS
910
911 .MAKE: $(am__recursive_targets) install-am install-strip
912
913 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
914 check-am clean clean-generic clean-libtool cscopelist-am ctags \
915 ctags-am distclean distclean-generic distclean-libtool \
916 distclean-tags distdir dvi dvi-am html html-am info info-am \
917 install install-am install-data install-data-am install-dvi \
918 install-dvi-am install-exec install-exec-am install-html \
919 install-html-am install-info install-info-am \
920 install-kernelHEADERS install-man install-pdf install-pdf-am \
921 install-ps install-ps-am install-strip installcheck \
922 installcheck-am installdirs installdirs-am maintainer-clean \
923 maintainer-clean-generic mostlyclean mostlyclean-generic \
924 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
925 uninstall-am uninstall-kernelHEADERS
926
927 .PRECIOUS: Makefile
928
929
930 # Tell versions [3.59,3.63) of GNU make to not export all variables.
931 # Otherwise a system limit (for SysV at least) may be exceeded.
932 .NOEXPORT: