]> git.proxmox.com Git - mirror_zfs.git/blob - lib/libnvpair/Makefile.in
Linux compat 2.6.39: mount_nodev()
[mirror_zfs.git] / lib / libnvpair / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39 $(top_srcdir)/config/Rules.am
40 subdir = lib/libnvpair
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = \
43 $(top_srcdir)/config/always-no-unused-but-set-variable.m4 \
44 $(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
45 $(top_srcdir)/config/kernel-bdev-logical-size.m4 \
46 $(top_srcdir)/config/kernel-bio-empty-barrier.m4 \
47 $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \
48 $(top_srcdir)/config/kernel-bio-failfast.m4 \
49 $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
50 $(top_srcdir)/config/kernel-blk-end-request.m4 \
51 $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
52 $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
53 $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
54 $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
55 $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
56 $(top_srcdir)/config/kernel-blkdev-get-by-path.m4 \
57 $(top_srcdir)/config/kernel-check-disk-size-change.m4 \
58 $(top_srcdir)/config/kernel-d-obtain-alias.m4 \
59 $(top_srcdir)/config/kernel-evict-inode.m4 \
60 $(top_srcdir)/config/kernel-fmode-t.m4 \
61 $(top_srcdir)/config/kernel-fsync.m4 \
62 $(top_srcdir)/config/kernel-get-disk-ro.m4 \
63 $(top_srcdir)/config/kernel-insert-inode-locked.m4 \
64 $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
65 $(top_srcdir)/config/kernel-kobj-name-len.m4 \
66 $(top_srcdir)/config/kernel-mount-nodev.m4 \
67 $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
68 $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
69 $(top_srcdir)/config/kernel-rq-is_sync.m4 \
70 $(top_srcdir)/config/kernel-security-inode-init.m4 \
71 $(top_srcdir)/config/kernel-truncate-setsize.m4 \
72 $(top_srcdir)/config/kernel-xattr-handler.m4 \
73 $(top_srcdir)/config/kernel.m4 \
74 $(top_srcdir)/config/user-arch.m4 \
75 $(top_srcdir)/config/user-frame-larger-than.m4 \
76 $(top_srcdir)/config/user-ioctl.m4 \
77 $(top_srcdir)/config/user-libblkid.m4 \
78 $(top_srcdir)/config/user-libuuid.m4 \
79 $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
80 $(top_srcdir)/config/user-selinux.m4 \
81 $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
82 $(top_srcdir)/config/zfs-build.m4 \
83 $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
84 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
85 $(ACLOCAL_M4)
86 mkinstalldirs = $(install_sh) -d
87 CONFIG_HEADER = $(top_builddir)/zfs_config.h
88 CONFIG_CLEAN_FILES =
89 CONFIG_CLEAN_VPATH_FILES =
90 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
91 am__vpath_adj = case $$p in \
92 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
93 *) f=$$p;; \
94 esac;
95 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
96 am__install_max = 40
97 am__nobase_strip_setup = \
98 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
99 am__nobase_strip = \
100 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
101 am__nobase_list = $(am__nobase_strip_setup); \
102 for p in $$list; do echo "$$p $$p"; done | \
103 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
104 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
105 if (++n[$$2] == $(am__install_max)) \
106 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
107 END { for (dir in files) print dir, files[dir] }'
108 am__base_list = \
109 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
110 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
111 am__installdirs = "$(DESTDIR)$(libdir)"
112 LTLIBRARIES = $(lib_LTLIBRARIES)
113 libnvpair_la_LIBADD =
114 am_libnvpair_la_OBJECTS = libnvpair.lo nvpair_alloc_system.lo \
115 nvpair_alloc_fixed.lo nvpair.lo
116 libnvpair_la_OBJECTS = $(am_libnvpair_la_OBJECTS)
117 AM_V_lt = $(am__v_lt_$(V))
118 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
119 am__v_lt_0 = --silent
120 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
121 am__depfiles_maybe = depfiles
122 am__mv = mv -f
123 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
124 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
126 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
127 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
128 $(AM_CFLAGS) $(CFLAGS)
129 AM_V_CC = $(am__v_CC_$(V))
130 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
131 am__v_CC_0 = @echo " CC " $@;
132 AM_V_at = $(am__v_at_$(V))
133 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
134 am__v_at_0 = @
135 CCLD = $(CC)
136 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
137 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
138 $(AM_LDFLAGS) $(LDFLAGS) -o $@
139 AM_V_CCLD = $(am__v_CCLD_$(V))
140 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
141 am__v_CCLD_0 = @echo " CCLD " $@;
142 AM_V_GEN = $(am__v_GEN_$(V))
143 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
144 am__v_GEN_0 = @echo " GEN " $@;
145 SOURCES = $(libnvpair_la_SOURCES)
146 DIST_SOURCES = $(libnvpair_la_SOURCES)
147 ETAGS = etags
148 CTAGS = ctags
149 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150 ACLOCAL = @ACLOCAL@
151 ALIEN = @ALIEN@
152 ALIEN_VERSION = @ALIEN_VERSION@
153 AMTAR = @AMTAR@
154 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
155 AR = @AR@
156 AUTOCONF = @AUTOCONF@
157 AUTOHEADER = @AUTOHEADER@
158 AUTOMAKE = @AUTOMAKE@
159 AWK = @AWK@
160 CC = @CC@
161 CCAS = @CCAS@
162 CCASDEPMODE = @CCASDEPMODE@
163 CCASFLAGS = @CCASFLAGS@
164 CCDEPMODE = @CCDEPMODE@
165 CFLAGS = @CFLAGS@
166 CPP = @CPP@
167 CPPFLAGS = @CPPFLAGS@
168 CYGPATH_W = @CYGPATH_W@
169 DEBUG_CFLAGS = @DEBUG_CFLAGS@
170 DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
171 DEFAULT_INIT_SCRIPT = @DEFAULT_INIT_SCRIPT@
172 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
173 DEFS = @DEFS@
174 DEPDIR = @DEPDIR@
175 DPKG = @DPKG@
176 DPKGBUILD = @DPKGBUILD@
177 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
178 DPKG_VERSION = @DPKG_VERSION@
179 DSYMUTIL = @DSYMUTIL@
180 DUMPBIN = @DUMPBIN@
181 ECHO_C = @ECHO_C@
182 ECHO_N = @ECHO_N@
183 ECHO_T = @ECHO_T@
184 EGREP = @EGREP@
185 EXEEXT = @EXEEXT@
186 FGREP = @FGREP@
187 FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
188 GREP = @GREP@
189 HAVE_ALIEN = @HAVE_ALIEN@
190 HAVE_DPKG = @HAVE_DPKG@
191 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
192 HAVE_RPM = @HAVE_RPM@
193 HAVE_RPMBUILD = @HAVE_RPMBUILD@
194 INSTALL = @INSTALL@
195 INSTALL_DATA = @INSTALL_DATA@
196 INSTALL_PROGRAM = @INSTALL_PROGRAM@
197 INSTALL_SCRIPT = @INSTALL_SCRIPT@
198 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
199 KERNELCPPFLAGS = @KERNELCPPFLAGS@
200 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
201 LD = @LD@
202 LDFLAGS = @LDFLAGS@
203 LIBBLKID = @LIBBLKID@
204 LIBOBJS = @LIBOBJS@
205 LIBS = @LIBS@
206 LIBSELINUX = @LIBSELINUX@
207 LIBTOOL = @LIBTOOL@
208 LIBUUID = @LIBUUID@
209 LINUX = @LINUX@
210 LINUX_OBJ = @LINUX_OBJ@
211 LINUX_SYMBOLS = @LINUX_SYMBOLS@
212 LINUX_VERSION = @LINUX_VERSION@
213 LIPO = @LIPO@
214 LN_S = @LN_S@
215 LTLIBOBJS = @LTLIBOBJS@
216 MAINT = @MAINT@
217 MAKEINFO = @MAKEINFO@
218 MKDIR_P = @MKDIR_P@
219 NM = @NM@
220 NMEDIT = @NMEDIT@
221 NO_UNUSED_BUT_SET_VARIABLE = @NO_UNUSED_BUT_SET_VARIABLE@
222 OBJDUMP = @OBJDUMP@
223 OBJEXT = @OBJEXT@
224 OTOOL = @OTOOL@
225 OTOOL64 = @OTOOL64@
226 PACKAGE = @PACKAGE@
227 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228 PACKAGE_NAME = @PACKAGE_NAME@
229 PACKAGE_STRING = @PACKAGE_STRING@
230 PACKAGE_TARNAME = @PACKAGE_TARNAME@
231 PACKAGE_VERSION = @PACKAGE_VERSION@
232 PATH_SEPARATOR = @PATH_SEPARATOR@
233 RANLIB = @RANLIB@
234 RPM = @RPM@
235 RPMBUILD = @RPMBUILD@
236 RPMBUILD_VERSION = @RPMBUILD_VERSION@
237 RPM_VERSION = @RPM_VERSION@
238 SED = @SED@
239 SET_MAKE = @SET_MAKE@
240 SHELL = @SHELL@
241 SPL = @SPL@
242 SPL_OBJ = @SPL_OBJ@
243 SPL_SYMBOLS = @SPL_SYMBOLS@
244 SPL_VERSION = @SPL_VERSION@
245 STRIP = @STRIP@
246 TARGET_ASM_DIR = @TARGET_ASM_DIR@
247 VENDOR = @VENDOR@
248 VERSION = @VERSION@
249 ZFS_CONFIG = @ZFS_CONFIG@
250 ZFS_META_ALIAS = @ZFS_META_ALIAS@
251 ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
252 ZFS_META_DATA = @ZFS_META_DATA@
253 ZFS_META_LICENSE = @ZFS_META_LICENSE@
254 ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
255 ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
256 ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
257 ZFS_META_NAME = @ZFS_META_NAME@
258 ZFS_META_RELEASE = @ZFS_META_RELEASE@
259 ZFS_META_VERSION = @ZFS_META_VERSION@
260 ZLIB = @ZLIB@
261 abs_builddir = @abs_builddir@
262 abs_srcdir = @abs_srcdir@
263 abs_top_builddir = @abs_top_builddir@
264 abs_top_srcdir = @abs_top_srcdir@
265 ac_ct_CC = @ac_ct_CC@
266 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267 am__include = @am__include@
268 am__leading_dot = @am__leading_dot@
269 am__quote = @am__quote@
270 am__tar = @am__tar@
271 am__untar = @am__untar@
272 bindir = @bindir@
273 build = @build@
274 build_alias = @build_alias@
275 build_cpu = @build_cpu@
276 build_os = @build_os@
277 build_vendor = @build_vendor@
278 builddir = @builddir@
279 datadir = @datadir@
280 datarootdir = @datarootdir@
281 docdir = @docdir@
282 dvidir = @dvidir@
283 exec_prefix = @exec_prefix@
284 host = @host@
285 host_alias = @host_alias@
286 host_cpu = @host_cpu@
287 host_os = @host_os@
288 host_vendor = @host_vendor@
289 htmldir = @htmldir@
290 includedir = @includedir@
291 infodir = @infodir@
292 install_sh = @install_sh@
293 libdir = @libdir@
294 libexecdir = @libexecdir@
295 localedir = @localedir@
296 localstatedir = @localstatedir@
297 lt_ECHO = @lt_ECHO@
298 mandir = @mandir@
299 mkdir_p = @mkdir_p@
300 oldincludedir = @oldincludedir@
301 pdfdir = @pdfdir@
302 prefix = @prefix@
303 program_transform_name = @program_transform_name@
304 psdir = @psdir@
305 sbindir = @sbindir@
306 sharedstatedir = @sharedstatedir@
307 srcdir = @srcdir@
308 sysconfdir = @sysconfdir@
309 target = @target@
310 target_alias = @target_alias@
311 target_cpu = @target_cpu@
312 target_os = @target_os@
313 target_vendor = @target_vendor@
314 top_build_prefix = @top_build_prefix@
315 top_builddir = @top_builddir@
316 top_srcdir = @top_srcdir@
317 DEFAULT_INCLUDES = -include ${top_builddir}/zfs_config.h \
318 -I$(top_srcdir)/include -I$(top_srcdir)/lib/libspl/include
319 AM_LIBTOOLFLAGS = --silent
320 AM_CFLAGS = -Wall -Wstrict-prototypes -fno-strict-aliasing \
321 ${NO_UNUSED_BUT_SET_VARIABLE} ${DEBUG_CFLAGS} -D_GNU_SOURCE \
322 -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
323 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
324 -DTEXT_DOMAIN=\"zfs-linux-user\" $(DEBUG_STACKFLAGS) \
325 $(FRAME_LARGER_THAN)
326 lib_LTLIBRARIES = libnvpair.la
327 libnvpair_la_SOURCES = \
328 $(top_srcdir)/lib/libnvpair/libnvpair.c \
329 $(top_srcdir)/lib/libnvpair/nvpair_alloc_system.c \
330 $(top_srcdir)/module/nvpair/nvpair_alloc_fixed.c \
331 $(top_srcdir)/module/nvpair/nvpair.c
332
333 EXTRA_DIST = \
334 $(top_srcdir)/module/nvpair/nvpair_alloc_spl.c
335
336 all: all-am
337
338 .SUFFIXES:
339 .SUFFIXES: .c .lo .o .obj
340 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/Rules.am $(am__configure_deps)
341 @for dep in $?; do \
342 case '$(am__configure_deps)' in \
343 *$$dep*) \
344 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
345 && { if test -f $@; then exit 0; else break; fi; }; \
346 exit 1;; \
347 esac; \
348 done; \
349 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/libnvpair/Makefile'; \
350 $(am__cd) $(top_srcdir) && \
351 $(AUTOMAKE) --gnu lib/libnvpair/Makefile
352 .PRECIOUS: Makefile
353 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
354 @case '$?' in \
355 *config.status*) \
356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
357 *) \
358 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
359 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
360 esac;
361
362 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
363 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364
365 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369 $(am__aclocal_m4_deps):
370 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
371 @$(NORMAL_INSTALL)
372 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
373 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
374 list2=; for p in $$list; do \
375 if test -f $$p; then \
376 list2="$$list2 $$p"; \
377 else :; fi; \
378 done; \
379 test -z "$$list2" || { \
380 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
381 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
382 }
383
384 uninstall-libLTLIBRARIES:
385 @$(NORMAL_UNINSTALL)
386 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
387 for p in $$list; do \
388 $(am__strip_dir) \
389 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
390 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
391 done
392
393 clean-libLTLIBRARIES:
394 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
395 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
396 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
397 test "$$dir" != "$$p" || dir=.; \
398 echo "rm -f \"$${dir}/so_locations\""; \
399 rm -f "$${dir}/so_locations"; \
400 done
401 libnvpair.la: $(libnvpair_la_OBJECTS) $(libnvpair_la_DEPENDENCIES)
402 $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libnvpair_la_OBJECTS) $(libnvpair_la_LIBADD) $(LIBS)
403
404 mostlyclean-compile:
405 -rm -f *.$(OBJEXT)
406
407 distclean-compile:
408 -rm -f *.tab.c
409
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnvpair.Plo@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvpair.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvpair_alloc_fixed.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nvpair_alloc_system.Plo@am__quote@
414
415 .c.o:
416 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
422
423 .c.obj:
424 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
425 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
426 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
430
431 .c.lo:
432 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
433 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
434 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
438
439 libnvpair.lo: $(top_srcdir)/lib/libnvpair/libnvpair.c
440 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnvpair.lo -MD -MP -MF $(DEPDIR)/libnvpair.Tpo -c -o libnvpair.lo `test -f '$(top_srcdir)/lib/libnvpair/libnvpair.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/libnvpair/libnvpair.c
441 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libnvpair.Tpo $(DEPDIR)/libnvpair.Plo
442 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/lib/libnvpair/libnvpair.c' object='libnvpair.lo' libtool=yes @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnvpair.lo `test -f '$(top_srcdir)/lib/libnvpair/libnvpair.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/libnvpair/libnvpair.c
446
447 nvpair_alloc_system.lo: $(top_srcdir)/lib/libnvpair/nvpair_alloc_system.c
448 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nvpair_alloc_system.lo -MD -MP -MF $(DEPDIR)/nvpair_alloc_system.Tpo -c -o nvpair_alloc_system.lo `test -f '$(top_srcdir)/lib/libnvpair/nvpair_alloc_system.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/libnvpair/nvpair_alloc_system.c
449 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nvpair_alloc_system.Tpo $(DEPDIR)/nvpair_alloc_system.Plo
450 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/lib/libnvpair/nvpair_alloc_system.c' object='nvpair_alloc_system.lo' libtool=yes @AMDEPBACKSLASH@
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nvpair_alloc_system.lo `test -f '$(top_srcdir)/lib/libnvpair/nvpair_alloc_system.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/libnvpair/nvpair_alloc_system.c
454
455 nvpair_alloc_fixed.lo: $(top_srcdir)/module/nvpair/nvpair_alloc_fixed.c
456 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nvpair_alloc_fixed.lo -MD -MP -MF $(DEPDIR)/nvpair_alloc_fixed.Tpo -c -o nvpair_alloc_fixed.lo `test -f '$(top_srcdir)/module/nvpair/nvpair_alloc_fixed.c' || echo '$(srcdir)/'`$(top_srcdir)/module/nvpair/nvpair_alloc_fixed.c
457 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nvpair_alloc_fixed.Tpo $(DEPDIR)/nvpair_alloc_fixed.Plo
458 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
459 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/module/nvpair/nvpair_alloc_fixed.c' object='nvpair_alloc_fixed.lo' libtool=yes @AMDEPBACKSLASH@
460 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nvpair_alloc_fixed.lo `test -f '$(top_srcdir)/module/nvpair/nvpair_alloc_fixed.c' || echo '$(srcdir)/'`$(top_srcdir)/module/nvpair/nvpair_alloc_fixed.c
462
463 nvpair.lo: $(top_srcdir)/module/nvpair/nvpair.c
464 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nvpair.lo -MD -MP -MF $(DEPDIR)/nvpair.Tpo -c -o nvpair.lo `test -f '$(top_srcdir)/module/nvpair/nvpair.c' || echo '$(srcdir)/'`$(top_srcdir)/module/nvpair/nvpair.c
465 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nvpair.Tpo $(DEPDIR)/nvpair.Plo
466 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/module/nvpair/nvpair.c' object='nvpair.lo' libtool=yes @AMDEPBACKSLASH@
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469 @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nvpair.lo `test -f '$(top_srcdir)/module/nvpair/nvpair.c' || echo '$(srcdir)/'`$(top_srcdir)/module/nvpair/nvpair.c
470
471 mostlyclean-libtool:
472 -rm -f *.lo
473
474 clean-libtool:
475 -rm -rf .libs _libs
476
477 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
478 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
479 unique=`for i in $$list; do \
480 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481 done | \
482 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483 END { if (nonempty) { for (i in files) print i; }; }'`; \
484 mkid -fID $$unique
485 tags: TAGS
486
487 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
488 $(TAGS_FILES) $(LISP)
489 set x; \
490 here=`pwd`; \
491 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
492 unique=`for i in $$list; do \
493 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494 done | \
495 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496 END { if (nonempty) { for (i in files) print i; }; }'`; \
497 shift; \
498 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
499 test -n "$$unique" || unique=$$empty_fix; \
500 if test $$# -gt 0; then \
501 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502 "$$@" $$unique; \
503 else \
504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 $$unique; \
506 fi; \
507 fi
508 ctags: CTAGS
509 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
510 $(TAGS_FILES) $(LISP)
511 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
512 unique=`for i in $$list; do \
513 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514 done | \
515 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
516 END { if (nonempty) { for (i in files) print i; }; }'`; \
517 test -z "$(CTAGS_ARGS)$$unique" \
518 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
519 $$unique
520
521 GTAGS:
522 here=`$(am__cd) $(top_builddir) && pwd` \
523 && $(am__cd) $(top_srcdir) \
524 && gtags -i $(GTAGS_ARGS) "$$here"
525
526 distclean-tags:
527 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
528
529 distdir: $(DISTFILES)
530 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
532 list='$(DISTFILES)'; \
533 dist_files=`for file in $$list; do echo $$file; done | \
534 sed -e "s|^$$srcdirstrip/||;t" \
535 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
536 case $$dist_files in \
537 */*) $(MKDIR_P) `echo "$$dist_files" | \
538 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
539 sort -u` ;; \
540 esac; \
541 for file in $$dist_files; do \
542 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
543 if test -d $$d/$$file; then \
544 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
545 if test -d "$(distdir)/$$file"; then \
546 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547 fi; \
548 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
549 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
550 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551 fi; \
552 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
553 else \
554 test -f "$(distdir)/$$file" \
555 || cp -p $$d/$$file "$(distdir)/$$file" \
556 || exit 1; \
557 fi; \
558 done
559 check-am: all-am
560 check: check-am
561 all-am: Makefile $(LTLIBRARIES)
562 installdirs:
563 for dir in "$(DESTDIR)$(libdir)"; do \
564 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
565 done
566 install: install-am
567 install-exec: install-exec-am
568 install-data: install-data-am
569 uninstall: uninstall-am
570
571 install-am: all-am
572 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
573
574 installcheck: installcheck-am
575 install-strip:
576 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
578 `test -z '$(STRIP)' || \
579 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
580 mostlyclean-generic:
581
582 clean-generic:
583
584 distclean-generic:
585 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
586 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
587
588 maintainer-clean-generic:
589 @echo "This command is intended for maintainers to use"
590 @echo "it deletes files that may require special tools to rebuild."
591 clean: clean-am
592
593 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
594 mostlyclean-am
595
596 distclean: distclean-am
597 -rm -rf ./$(DEPDIR)
598 -rm -f Makefile
599 distclean-am: clean-am distclean-compile distclean-generic \
600 distclean-tags
601
602 dvi: dvi-am
603
604 dvi-am:
605
606 html: html-am
607
608 html-am:
609
610 info: info-am
611
612 info-am:
613
614 install-data-am:
615
616 install-dvi: install-dvi-am
617
618 install-dvi-am:
619
620 install-exec-am: install-libLTLIBRARIES
621
622 install-html: install-html-am
623
624 install-html-am:
625
626 install-info: install-info-am
627
628 install-info-am:
629
630 install-man:
631
632 install-pdf: install-pdf-am
633
634 install-pdf-am:
635
636 install-ps: install-ps-am
637
638 install-ps-am:
639
640 installcheck-am:
641
642 maintainer-clean: maintainer-clean-am
643 -rm -rf ./$(DEPDIR)
644 -rm -f Makefile
645 maintainer-clean-am: distclean-am maintainer-clean-generic
646
647 mostlyclean: mostlyclean-am
648
649 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
650 mostlyclean-libtool
651
652 pdf: pdf-am
653
654 pdf-am:
655
656 ps: ps-am
657
658 ps-am:
659
660 uninstall-am: uninstall-libLTLIBRARIES
661
662 .MAKE: install-am install-strip
663
664 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
665 clean-libLTLIBRARIES clean-libtool ctags distclean \
666 distclean-compile distclean-generic distclean-libtool \
667 distclean-tags distdir dvi dvi-am html html-am info info-am \
668 install install-am install-data install-data-am install-dvi \
669 install-dvi-am install-exec install-exec-am install-html \
670 install-html-am install-info install-info-am \
671 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
672 install-ps install-ps-am install-strip installcheck \
673 installcheck-am installdirs maintainer-clean \
674 maintainer-clean-generic mostlyclean mostlyclean-compile \
675 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
676 tags uninstall uninstall-am uninstall-libLTLIBRARIES
677
678
679 # Tell versions [3.59,3.63) of GNU make to not export all variables.
680 # Otherwise a system limit (for SysV at least) may be exceeded.
681 .NOEXPORT: