Add make rule for building Arch Linux packages
[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_MAKEPKG = @HAVE_MAKEPKG@
199 HAVE_PACMAN = @HAVE_PACMAN@
200 HAVE_RPM = @HAVE_RPM@
201 HAVE_RPMBUILD = @HAVE_RPMBUILD@
202 INSTALL = @INSTALL@
203 INSTALL_DATA = @INSTALL_DATA@
204 INSTALL_PROGRAM = @INSTALL_PROGRAM@
205 INSTALL_SCRIPT = @INSTALL_SCRIPT@
206 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
207 KERNELCPPFLAGS = @KERNELCPPFLAGS@
208 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
209 LD = @LD@
210 LDFLAGS = @LDFLAGS@
211 LIBBLKID = @LIBBLKID@
212 LIBOBJS = @LIBOBJS@
213 LIBS = @LIBS@
214 LIBSELINUX = @LIBSELINUX@
215 LIBTOOL = @LIBTOOL@
216 LIBUUID = @LIBUUID@
217 LINUX = @LINUX@
218 LINUX_OBJ = @LINUX_OBJ@
219 LINUX_SYMBOLS = @LINUX_SYMBOLS@
220 LINUX_VERSION = @LINUX_VERSION@
221 LIPO = @LIPO@
222 LN_S = @LN_S@
223 LTLIBOBJS = @LTLIBOBJS@
224 MAINT = @MAINT@
225 MAKEINFO = @MAKEINFO@
226 MAKEPKG = @MAKEPKG@
227 MAKEPKG_VERSION = @MAKEPKG_VERSION@
228 MKDIR_P = @MKDIR_P@
229 NM = @NM@
230 NMEDIT = @NMEDIT@
231 NO_UNUSED_BUT_SET_VARIABLE = @NO_UNUSED_BUT_SET_VARIABLE@
232 OBJDUMP = @OBJDUMP@
233 OBJEXT = @OBJEXT@
234 OTOOL = @OTOOL@
235 OTOOL64 = @OTOOL64@
236 PACKAGE = @PACKAGE@
237 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
238 PACKAGE_NAME = @PACKAGE_NAME@
239 PACKAGE_STRING = @PACKAGE_STRING@
240 PACKAGE_TARNAME = @PACKAGE_TARNAME@
241 PACKAGE_VERSION = @PACKAGE_VERSION@
242 PACMAN = @PACMAN@
243 PACMAN_VERSION = @PACMAN_VERSION@
244 PATH_SEPARATOR = @PATH_SEPARATOR@
245 RANLIB = @RANLIB@
246 RPM = @RPM@
247 RPMBUILD = @RPMBUILD@
248 RPMBUILD_VERSION = @RPMBUILD_VERSION@
249 RPM_VERSION = @RPM_VERSION@
250 SED = @SED@
251 SET_MAKE = @SET_MAKE@
252 SHELL = @SHELL@
253 SPL = @SPL@
254 SPL_OBJ = @SPL_OBJ@
255 SPL_SYMBOLS = @SPL_SYMBOLS@
256 SPL_VERSION = @SPL_VERSION@
257 STRIP = @STRIP@
258 TARGET_ASM_DIR = @TARGET_ASM_DIR@
259 VENDOR = @VENDOR@
260 VERSION = @VERSION@
261 ZFS_CONFIG = @ZFS_CONFIG@
262 ZFS_META_ALIAS = @ZFS_META_ALIAS@
263 ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
264 ZFS_META_DATA = @ZFS_META_DATA@
265 ZFS_META_LICENSE = @ZFS_META_LICENSE@
266 ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
267 ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
268 ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
269 ZFS_META_NAME = @ZFS_META_NAME@
270 ZFS_META_RELEASE = @ZFS_META_RELEASE@
271 ZFS_META_VERSION = @ZFS_META_VERSION@
272 ZLIB = @ZLIB@
273 abs_builddir = @abs_builddir@
274 abs_srcdir = @abs_srcdir@
275 abs_top_builddir = @abs_top_builddir@
276 abs_top_srcdir = @abs_top_srcdir@
277 ac_ct_CC = @ac_ct_CC@
278 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279 am__include = @am__include@
280 am__leading_dot = @am__leading_dot@
281 am__quote = @am__quote@
282 am__tar = @am__tar@
283 am__untar = @am__untar@
284 bindir = @bindir@
285 build = @build@
286 build_alias = @build_alias@
287 build_cpu = @build_cpu@
288 build_os = @build_os@
289 build_vendor = @build_vendor@
290 builddir = @builddir@
291 datadir = @datadir@
292 datarootdir = @datarootdir@
293 docdir = @docdir@
294 dvidir = @dvidir@
295 exec_prefix = @exec_prefix@
296 host = @host@
297 host_alias = @host_alias@
298 host_cpu = @host_cpu@
299 host_os = @host_os@
300 host_vendor = @host_vendor@
301 htmldir = @htmldir@
302 includedir = @includedir@
303 infodir = @infodir@
304 install_sh = @install_sh@
305 libdir = @libdir@
306 libexecdir = @libexecdir@
307 localedir = @localedir@
308 localstatedir = @localstatedir@
309 lt_ECHO = @lt_ECHO@
310 mandir = @mandir@
311 mkdir_p = @mkdir_p@
312 oldincludedir = @oldincludedir@
313 pdfdir = @pdfdir@
314 prefix = @prefix@
315 program_transform_name = @program_transform_name@
316 psdir = @psdir@
317 sbindir = @sbindir@
318 sharedstatedir = @sharedstatedir@
319 srcdir = @srcdir@
320 sysconfdir = @sysconfdir@
321 target = @target@
322 target_alias = @target_alias@
323 target_cpu = @target_cpu@
324 target_os = @target_os@
325 target_vendor = @target_vendor@
326 top_build_prefix = @top_build_prefix@
327 top_builddir = @top_builddir@
328 top_srcdir = @top_srcdir@
329 udevdir = @udevdir@
330 udevruledir = @udevruledir@
331 DEFAULT_INCLUDES = -include ${top_builddir}/zfs_config.h \
332         -I$(top_srcdir)/include -I$(top_srcdir)/lib/libspl/include
333 AM_LIBTOOLFLAGS = --silent
334 AM_CFLAGS = -Wall -Wstrict-prototypes -fno-strict-aliasing \
335         ${NO_UNUSED_BUT_SET_VARIABLE} ${DEBUG_CFLAGS} -D_GNU_SOURCE \
336         -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
337         -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
338         -DTEXT_DOMAIN=\"zfs-linux-user\"
339 lib_LTLIBRARIES = libshare.la
340 libshare_la_SOURCES = \
341         $(top_srcdir)/lib/libshare/libshare.c \
342         $(top_srcdir)/lib/libshare/nfs.c \
343         $(top_srcdir)/lib/libshare/libshare_impl.h \
344         $(top_srcdir)/lib/libshare/nfs.h
345
346 libshare_la_LDFLAGS = -version-info 1:0:0
347 all: all-am
348
349 .SUFFIXES:
350 .SUFFIXES: .c .lo .o .obj
351 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/Rules.am $(am__configure_deps)
352         @for dep in $?; do \
353           case '$(am__configure_deps)' in \
354             *$$dep*) \
355               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
356                 && { if test -f $@; then exit 0; else break; fi; }; \
357               exit 1;; \
358           esac; \
359         done; \
360         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/libshare/Makefile'; \
361         $(am__cd) $(top_srcdir) && \
362           $(AUTOMAKE) --gnu lib/libshare/Makefile
363 .PRECIOUS: Makefile
364 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
365         @case '$?' in \
366           *config.status*) \
367             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
368           *) \
369             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
370             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
371         esac;
372
373 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
374         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375
376 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
377         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
379         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380 $(am__aclocal_m4_deps):
381 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
382         @$(NORMAL_INSTALL)
383         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
384         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
385         list2=; for p in $$list; do \
386           if test -f $$p; then \
387             list2="$$list2 $$p"; \
388           else :; fi; \
389         done; \
390         test -z "$$list2" || { \
391           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
392           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
393         }
394
395 uninstall-libLTLIBRARIES:
396         @$(NORMAL_UNINSTALL)
397         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
398         for p in $$list; do \
399           $(am__strip_dir) \
400           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
401           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
402         done
403
404 clean-libLTLIBRARIES:
405         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
406         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
407           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
408           test "$$dir" != "$$p" || dir=.; \
409           echo "rm -f \"$${dir}/so_locations\""; \
410           rm -f "$${dir}/so_locations"; \
411         done
412 libshare.la: $(libshare_la_OBJECTS) $(libshare_la_DEPENDENCIES) 
413         $(AM_V_CCLD)$(libshare_la_LINK) -rpath $(libdir) $(libshare_la_OBJECTS) $(libshare_la_LIBADD) $(LIBS)
414
415 mostlyclean-compile:
416         -rm -f *.$(OBJEXT)
417
418 distclean-compile:
419         -rm -f *.tab.c
420
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshare.Plo@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfs.Plo@am__quote@
423
424 .c.o:
425 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
426 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
427 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
431
432 .c.obj:
433 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
434 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
435 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
439
440 .c.lo:
441 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
442 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
443 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
445 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
447
448 libshare.lo: $(top_srcdir)/lib/libshare/libshare.c
449 @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
450 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libshare.Tpo $(DEPDIR)/libshare.Plo
451 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/libshare/libshare.c' object='libshare.lo' libtool=yes @AMDEPBACKSLASH@
453 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454 @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
455
456 nfs.lo: $(top_srcdir)/lib/libshare/nfs.c
457 @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
458 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/nfs.Tpo $(DEPDIR)/nfs.Plo
459 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
460 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/libshare/nfs.c' object='nfs.lo' libtool=yes @AMDEPBACKSLASH@
461 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462 @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
463
464 mostlyclean-libtool:
465         -rm -f *.lo
466
467 clean-libtool:
468         -rm -rf .libs _libs
469
470 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
471         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
472         unique=`for i in $$list; do \
473             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474           done | \
475           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476               END { if (nonempty) { for (i in files) print i; }; }'`; \
477         mkid -fID $$unique
478 tags: TAGS
479
480 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
481                 $(TAGS_FILES) $(LISP)
482         set x; \
483         here=`pwd`; \
484         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
485         unique=`for i in $$list; do \
486             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487           done | \
488           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489               END { if (nonempty) { for (i in files) print i; }; }'`; \
490         shift; \
491         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
492           test -n "$$unique" || unique=$$empty_fix; \
493           if test $$# -gt 0; then \
494             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
495               "$$@" $$unique; \
496           else \
497             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
498               $$unique; \
499           fi; \
500         fi
501 ctags: CTAGS
502 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
503                 $(TAGS_FILES) $(LISP)
504         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
505         unique=`for i in $$list; do \
506             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507           done | \
508           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509               END { if (nonempty) { for (i in files) print i; }; }'`; \
510         test -z "$(CTAGS_ARGS)$$unique" \
511           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512              $$unique
513
514 GTAGS:
515         here=`$(am__cd) $(top_builddir) && pwd` \
516           && $(am__cd) $(top_srcdir) \
517           && gtags -i $(GTAGS_ARGS) "$$here"
518
519 distclean-tags:
520         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
521
522 distdir: $(DISTFILES)
523         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525         list='$(DISTFILES)'; \
526           dist_files=`for file in $$list; do echo $$file; done | \
527           sed -e "s|^$$srcdirstrip/||;t" \
528               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
529         case $$dist_files in \
530           */*) $(MKDIR_P) `echo "$$dist_files" | \
531                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
532                            sort -u` ;; \
533         esac; \
534         for file in $$dist_files; do \
535           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
536           if test -d $$d/$$file; then \
537             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
538             if test -d "$(distdir)/$$file"; then \
539               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540             fi; \
541             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
542               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
543               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
544             fi; \
545             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
546           else \
547             test -f "$(distdir)/$$file" \
548             || cp -p $$d/$$file "$(distdir)/$$file" \
549             || exit 1; \
550           fi; \
551         done
552 check-am: all-am
553 check: check-am
554 all-am: Makefile $(LTLIBRARIES)
555 installdirs:
556         for dir in "$(DESTDIR)$(libdir)"; do \
557           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
558         done
559 install: install-am
560 install-exec: install-exec-am
561 install-data: install-data-am
562 uninstall: uninstall-am
563
564 install-am: all-am
565         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
566
567 installcheck: installcheck-am
568 install-strip:
569         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571           `test -z '$(STRIP)' || \
572             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
573 mostlyclean-generic:
574
575 clean-generic:
576
577 distclean-generic:
578         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581 maintainer-clean-generic:
582         @echo "This command is intended for maintainers to use"
583         @echo "it deletes files that may require special tools to rebuild."
584 clean: clean-am
585
586 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
587         mostlyclean-am
588
589 distclean: distclean-am
590         -rm -rf ./$(DEPDIR)
591         -rm -f Makefile
592 distclean-am: clean-am distclean-compile distclean-generic \
593         distclean-tags
594
595 dvi: dvi-am
596
597 dvi-am:
598
599 html: html-am
600
601 html-am:
602
603 info: info-am
604
605 info-am:
606
607 install-data-am:
608
609 install-dvi: install-dvi-am
610
611 install-dvi-am:
612
613 install-exec-am: install-libLTLIBRARIES
614
615 install-html: install-html-am
616
617 install-html-am:
618
619 install-info: install-info-am
620
621 install-info-am:
622
623 install-man:
624
625 install-pdf: install-pdf-am
626
627 install-pdf-am:
628
629 install-ps: install-ps-am
630
631 install-ps-am:
632
633 installcheck-am:
634
635 maintainer-clean: maintainer-clean-am
636         -rm -rf ./$(DEPDIR)
637         -rm -f Makefile
638 maintainer-clean-am: distclean-am maintainer-clean-generic
639
640 mostlyclean: mostlyclean-am
641
642 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
643         mostlyclean-libtool
644
645 pdf: pdf-am
646
647 pdf-am:
648
649 ps: ps-am
650
651 ps-am:
652
653 uninstall-am: uninstall-libLTLIBRARIES
654
655 .MAKE: install-am install-strip
656
657 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
658         clean-libLTLIBRARIES clean-libtool ctags distclean \
659         distclean-compile distclean-generic distclean-libtool \
660         distclean-tags distdir dvi dvi-am html html-am info info-am \
661         install install-am install-data install-data-am install-dvi \
662         install-dvi-am install-exec install-exec-am install-html \
663         install-html-am install-info install-info-am \
664         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
665         install-ps install-ps-am install-strip installcheck \
666         installcheck-am installdirs maintainer-clean \
667         maintainer-clean-generic mostlyclean mostlyclean-compile \
668         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
669         tags uninstall uninstall-am uninstall-libLTLIBRARIES
670
671
672 # Tell versions [3.59,3.63) of GNU make to not export all variables.
673 # Otherwise a system limit (for SysV at least) may be exceeded.
674 .NOEXPORT: