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