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