]> git.decadent.org.uk Git - nfs-utils.git/blob - support/export/Makefile.in
Imported Upstream version 1.2.4
[nfs-utils.git] / support / export / 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
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = support/export
39 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
43         $(top_srcdir)/aclocal/ipv6.m4 \
44         $(top_srcdir)/aclocal/kerberos5.m4 \
45         $(top_srcdir)/aclocal/libblkid.m4 \
46         $(top_srcdir)/aclocal/libcap.m4 \
47         $(top_srcdir)/aclocal/libevent.m4 \
48         $(top_srcdir)/aclocal/libnfsidmap.m4 \
49         $(top_srcdir)/aclocal/librpcsecgss.m4 \
50         $(top_srcdir)/aclocal/libtirpc.m4 \
51         $(top_srcdir)/aclocal/libtool.m4 \
52         $(top_srcdir)/aclocal/ltoptions.m4 \
53         $(top_srcdir)/aclocal/ltsugar.m4 \
54         $(top_srcdir)/aclocal/ltversion.m4 \
55         $(top_srcdir)/aclocal/lt~obsolete.m4 \
56         $(top_srcdir)/aclocal/nfs-utils.m4 \
57         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
58         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
59         $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = $(top_builddir)/support/include/config.h
64 CONFIG_CLEAN_FILES =
65 CONFIG_CLEAN_VPATH_FILES =
66 LIBRARIES = $(noinst_LIBRARIES)
67 ARFLAGS = cru
68 libexport_a_AR = $(AR) $(ARFLAGS)
69 libexport_a_LIBADD =
70 am_libexport_a_OBJECTS = client.$(OBJEXT) export.$(OBJEXT) \
71         hostname.$(OBJEXT) nfsctl.$(OBJEXT) rmtab.$(OBJEXT) \
72         xtab.$(OBJEXT) mount_clnt.$(OBJEXT) mount_xdr.$(OBJEXT)
73 libexport_a_OBJECTS = $(am_libexport_a_OBJECTS)
74 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/support/include
75 depcomp = $(SHELL) $(top_srcdir)/depcomp
76 am__depfiles_maybe = depfiles
77 am__mv = mv -f
78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 CCLD = $(CC)
84 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
86         $(LDFLAGS) -o $@
87 SOURCES = $(libexport_a_SOURCES)
88 DIST_SOURCES = $(libexport_a_SOURCES)
89 HEADERS = $(noinst_HEADERS)
90 ETAGS = etags
91 CTAGS = ctags
92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93 ACLOCAL = @ACLOCAL@
94 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
95 ALLOCA = @ALLOCA@
96 AMTAR = @AMTAR@
97 AM_CFLAGS = @AM_CFLAGS@
98 AM_CPPFLAGS = @AM_CPPFLAGS@
99 AR = @AR@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 CC = @CC@
105 CCDEPMODE = @CCDEPMODE@
106 CC_FOR_BUILD = @CC_FOR_BUILD@
107 CFLAGS = @CFLAGS@
108 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
109 CPP = @CPP@
110 CPPFLAGS = @CPPFLAGS@
111 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
112 CXX = @CXX@
113 CXXCPP = @CXXCPP@
114 CXXDEPMODE = @CXXDEPMODE@
115 CXXFLAGS = @CXXFLAGS@
116 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
117 CYGPATH_W = @CYGPATH_W@
118 DEFS = @DEFS@
119 DEPDIR = @DEPDIR@
120 DSYMUTIL = @DSYMUTIL@
121 DUMPBIN = @DUMPBIN@
122 ECHO_C = @ECHO_C@
123 ECHO_N = @ECHO_N@
124 ECHO_T = @ECHO_T@
125 EGREP = @EGREP@
126 EXEEXT = @EXEEXT@
127 FGREP = @FGREP@
128 GREP = @GREP@
129 GSSD = @GSSD@
130 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
131 GSSGLUE_LIBS = @GSSGLUE_LIBS@
132 HAVE_LIBWRAP = @HAVE_LIBWRAP@
133 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
134 IDMAPD = @IDMAPD@
135 INSTALL = @INSTALL@
136 INSTALL_DATA = @INSTALL_DATA@
137 INSTALL_PROGRAM = @INSTALL_PROGRAM@
138 INSTALL_SCRIPT = @INSTALL_SCRIPT@
139 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140 K5VERS = @K5VERS@
141 KRBCFLAGS = @KRBCFLAGS@
142 KRBDIR = @KRBDIR@
143 KRBLDFLAGS = @KRBLDFLAGS@
144 KRBLIBS = @KRBLIBS@
145 LD = @LD@
146 LDFLAGS = @LDFLAGS@
147 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
148 LIBBLKID = @LIBBLKID@
149 LIBBSD = @LIBBSD@
150 LIBCAP = @LIBCAP@
151 LIBCRYPT = @LIBCRYPT@
152 LIBNSL = @LIBNSL@
153 LIBOBJS = @LIBOBJS@
154 LIBS = @LIBS@
155 LIBSOCKET = @LIBSOCKET@
156 LIBTOOL = @LIBTOOL@
157 LIBWRAP = @LIBWRAP@
158 LIPO = @LIPO@
159 LN_S = @LN_S@
160 LTLIBOBJS = @LTLIBOBJS@
161 MAINT = @MAINT@
162 MAKEINFO = @MAKEINFO@
163 MKDIR_P = @MKDIR_P@
164 NM = @NM@
165 NMEDIT = @NMEDIT@
166 OBJDUMP = @OBJDUMP@
167 OBJEXT = @OBJEXT@
168 OTOOL = @OTOOL@
169 OTOOL64 = @OTOOL64@
170 PACKAGE = @PACKAGE@
171 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172 PACKAGE_NAME = @PACKAGE_NAME@
173 PACKAGE_STRING = @PACKAGE_STRING@
174 PACKAGE_TARNAME = @PACKAGE_TARNAME@
175 PACKAGE_URL = @PACKAGE_URL@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 PKG_CONFIG = @PKG_CONFIG@
179 RANLIB = @RANLIB@
180 RELEASE = @RELEASE@
181 RPCGEN_PATH = @RPCGEN_PATH@
182 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
183 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
184 SED = @SED@
185 SET_MAKE = @SET_MAKE@
186 SHELL = @SHELL@
187 STRIP = @STRIP@
188 SVCGSSD = @SVCGSSD@
189 VERSION = @VERSION@
190 abs_builddir = @abs_builddir@
191 abs_srcdir = @abs_srcdir@
192 abs_top_builddir = @abs_top_builddir@
193 abs_top_srcdir = @abs_top_srcdir@
194 ac_ct_CC = @ac_ct_CC@
195 ac_ct_CXX = @ac_ct_CXX@
196 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
197 am__include = @am__include@
198 am__leading_dot = @am__leading_dot@
199 am__quote = @am__quote@
200 am__tar = @am__tar@
201 am__untar = @am__untar@
202 bindir = @bindir@
203 build = @build@
204 build_alias = @build_alias@
205 build_cpu = @build_cpu@
206 build_os = @build_os@
207 build_vendor = @build_vendor@
208 builddir = @builddir@
209 datadir = @datadir@
210 datarootdir = @datarootdir@
211 docdir = @docdir@
212 dvidir = @dvidir@
213 enable_gss = @enable_gss@
214 enable_ipv6 = @enable_ipv6@
215 enable_mountconfig = @enable_mountconfig@
216 enable_nfsv3 = @enable_nfsv3@
217 enable_nfsv4 = @enable_nfsv4@
218 enable_nfsv41 = @enable_nfsv41@
219 exec_prefix = @exec_prefix@
220 host = @host@
221 host_alias = @host_alias@
222 host_cpu = @host_cpu@
223 host_os = @host_os@
224 host_vendor = @host_vendor@
225 htmldir = @htmldir@
226 includedir = @includedir@
227 infodir = @infodir@
228 install_sh = @install_sh@
229 kprefix = @kprefix@
230 libdir = @libdir@
231 libexecdir = @libexecdir@
232 localedir = @localedir@
233 localstatedir = @localstatedir@
234 lt_ECHO = @lt_ECHO@
235 mandir = @mandir@
236 mkdir_p = @mkdir_p@
237 mountfile = @mountfile@
238 oldincludedir = @oldincludedir@
239 pdfdir = @pdfdir@
240 prefix = @prefix@
241 program_transform_name = @program_transform_name@
242 psdir = @psdir@
243 sbindir = @sbindir@
244 sharedstatedir = @sharedstatedir@
245 srcdir = @srcdir@
246 startstatd = @startstatd@
247 statduser = @statduser@
248 statedir = @statedir@
249 sysconfdir = @sysconfdir@
250 target_alias = @target_alias@
251 top_build_prefix = @top_build_prefix@
252 top_builddir = @top_builddir@
253 top_srcdir = @top_srcdir@
254 GENFILES_CLNT = mount_clnt.c
255 GENFILES_XDR = mount_xdr.c
256 GENFILES_H = mount.h
257 GENFILES = $(GENFILES_CLNT) $(GENFILES_SVC) $(GENFILES_XDR) $(GENFILES_H)
258 EXTRA_DIST = mount.x
259 noinst_LIBRARIES = libexport.a
260 libexport_a_SOURCES = client.c export.c hostname.c nfsctl.c rmtab.c \
261                       xtab.c mount_clnt.c mount_xdr.c
262
263 BUILT_SOURCES = $(GENFILES)
264 noinst_HEADERS = mount.h
265 @CONFIG_RPCGEN_FALSE@RPCGEN = @RPCGEN_PATH@
266 @CONFIG_RPCGEN_TRUE@RPCGEN = $(top_builddir)/tools/rpcgen/rpcgen
267 MAINTAINERCLEANFILES = Makefile.in
268 CLEANFILES = $(GENFILES) $(top_builddir)/support/include/mount.h
269 all: $(BUILT_SOURCES)
270         $(MAKE) $(AM_MAKEFLAGS) all-am
271
272 .SUFFIXES:
273 .SUFFIXES: .c .lo .o .obj
274 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
275         @for dep in $?; do \
276           case '$(am__configure_deps)' in \
277             *$$dep*) \
278               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
279                 && { if test -f $@; then exit 0; else break; fi; }; \
280               exit 1;; \
281           esac; \
282         done; \
283         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu support/export/Makefile'; \
284         $(am__cd) $(top_srcdir) && \
285           $(AUTOMAKE) --gnu support/export/Makefile
286 .PRECIOUS: Makefile
287 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288         @case '$?' in \
289           *config.status*) \
290             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291           *) \
292             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294         esac;
295
296 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
300         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 $(am__aclocal_m4_deps):
304
305 clean-noinstLIBRARIES:
306         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
307 libexport.a: $(libexport_a_OBJECTS) $(libexport_a_DEPENDENCIES) 
308         -rm -f libexport.a
309         $(libexport_a_AR) libexport.a $(libexport_a_OBJECTS) $(libexport_a_LIBADD)
310         $(RANLIB) libexport.a
311
312 mostlyclean-compile:
313         -rm -f *.$(OBJEXT)
314
315 distclean-compile:
316         -rm -f *.tab.c
317
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export.Po@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostname.Po@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount_clnt.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount_xdr.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsctl.Po@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmtab.Po@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtab.Po@am__quote@
326
327 .c.o:
328 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
333
334 .c.obj:
335 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
336 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
340
341 .c.lo:
342 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
343 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
347
348 mostlyclean-libtool:
349         -rm -f *.lo
350
351 clean-libtool:
352         -rm -rf .libs _libs
353
354 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
355         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
356         unique=`for i in $$list; do \
357             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358           done | \
359           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
360               END { if (nonempty) { for (i in files) print i; }; }'`; \
361         mkid -fID $$unique
362 tags: TAGS
363
364 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
365                 $(TAGS_FILES) $(LISP)
366         set x; \
367         here=`pwd`; \
368         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369         unique=`for i in $$list; do \
370             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371           done | \
372           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373               END { if (nonempty) { for (i in files) print i; }; }'`; \
374         shift; \
375         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
376           test -n "$$unique" || unique=$$empty_fix; \
377           if test $$# -gt 0; then \
378             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379               "$$@" $$unique; \
380           else \
381             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382               $$unique; \
383           fi; \
384         fi
385 ctags: CTAGS
386 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
387                 $(TAGS_FILES) $(LISP)
388         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
389         unique=`for i in $$list; do \
390             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391           done | \
392           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393               END { if (nonempty) { for (i in files) print i; }; }'`; \
394         test -z "$(CTAGS_ARGS)$$unique" \
395           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
396              $$unique
397
398 GTAGS:
399         here=`$(am__cd) $(top_builddir) && pwd` \
400           && $(am__cd) $(top_srcdir) \
401           && gtags -i $(GTAGS_ARGS) "$$here"
402
403 distclean-tags:
404         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405
406 distdir: $(DISTFILES)
407         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409         list='$(DISTFILES)'; \
410           dist_files=`for file in $$list; do echo $$file; done | \
411           sed -e "s|^$$srcdirstrip/||;t" \
412               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
413         case $$dist_files in \
414           */*) $(MKDIR_P) `echo "$$dist_files" | \
415                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
416                            sort -u` ;; \
417         esac; \
418         for file in $$dist_files; do \
419           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
420           if test -d $$d/$$file; then \
421             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
422             if test -d "$(distdir)/$$file"; then \
423               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424             fi; \
425             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
426               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
427               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428             fi; \
429             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
430           else \
431             test -f "$(distdir)/$$file" \
432             || cp -p $$d/$$file "$(distdir)/$$file" \
433             || exit 1; \
434           fi; \
435         done
436         $(MAKE) $(AM_MAKEFLAGS) \
437           top_distdir="$(top_distdir)" distdir="$(distdir)" \
438           dist-hook
439 check-am: all-am
440 check: $(BUILT_SOURCES)
441         $(MAKE) $(AM_MAKEFLAGS) check-am
442 all-am: Makefile $(LIBRARIES) $(HEADERS)
443 installdirs:
444 install: $(BUILT_SOURCES)
445         $(MAKE) $(AM_MAKEFLAGS) install-am
446 install-exec: install-exec-am
447 install-data: install-data-am
448 uninstall: uninstall-am
449
450 install-am: all-am
451         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
452
453 installcheck: installcheck-am
454 install-strip:
455         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457           `test -z '$(STRIP)' || \
458             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
459 mostlyclean-generic:
460
461 clean-generic:
462         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
463
464 distclean-generic:
465         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
466         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
467
468 maintainer-clean-generic:
469         @echo "This command is intended for maintainers to use"
470         @echo "it deletes files that may require special tools to rebuild."
471         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
472         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
473 clean: clean-am
474
475 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
476         mostlyclean-am
477
478 distclean: distclean-am
479         -rm -rf ./$(DEPDIR)
480         -rm -f Makefile
481 distclean-am: clean-am distclean-compile distclean-generic \
482         distclean-tags
483
484 dvi: dvi-am
485
486 dvi-am:
487
488 html: html-am
489
490 html-am:
491
492 info: info-am
493
494 info-am:
495
496 install-data-am:
497
498 install-dvi: install-dvi-am
499
500 install-dvi-am:
501
502 install-exec-am:
503
504 install-html: install-html-am
505
506 install-html-am:
507
508 install-info: install-info-am
509
510 install-info-am:
511
512 install-man:
513
514 install-pdf: install-pdf-am
515
516 install-pdf-am:
517
518 install-ps: install-ps-am
519
520 install-ps-am:
521
522 installcheck-am:
523
524 maintainer-clean: maintainer-clean-am
525         -rm -rf ./$(DEPDIR)
526         -rm -f Makefile
527 maintainer-clean-am: distclean-am maintainer-clean-generic
528
529 mostlyclean: mostlyclean-am
530
531 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
532         mostlyclean-libtool
533
534 pdf: pdf-am
535
536 pdf-am:
537
538 ps: ps-am
539
540 ps-am:
541
542 uninstall-am:
543
544 .MAKE: all check install install-am install-strip
545
546 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
547         clean-libtool clean-noinstLIBRARIES ctags dist-hook distclean \
548         distclean-compile distclean-generic distclean-libtool \
549         distclean-tags distdir dvi dvi-am html html-am info info-am \
550         install install-am install-data install-data-am install-dvi \
551         install-dvi-am install-exec install-exec-am install-html \
552         install-html-am install-info install-info-am install-man \
553         install-pdf install-pdf-am install-ps install-ps-am \
554         install-strip installcheck installcheck-am installdirs \
555         maintainer-clean maintainer-clean-generic mostlyclean \
556         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
557         pdf pdf-am ps ps-am tags uninstall uninstall-am
558
559
560 dist-hook:
561         for f in $(GENFILES); do \
562           rm ${distdir}/$$f; \
563         done
564 @CONFIG_RPCGEN_TRUE@$(RPCGEN):
565 @CONFIG_RPCGEN_TRUE@    make -C $(top_srcdir)/tools/rpcgen all
566
567 $(GENFILES_CLNT): %_clnt.c: %.x $(RPCGEN)
568         test -f $@ && rm -rf $@ || true
569         $(RPCGEN) -l -o $@ $<
570
571 $(GENFILES_XDR): %_xdr.c: %.x $(RPCGEN)
572         test -f $@ && rm -rf $@ || true
573         $(RPCGEN) -c -o $@ $<
574
575 $(GENFILES_H): %.h: %.x $(RPCGEN)
576         test -f $@ && rm -rf $@ || true
577         $(RPCGEN) -h -o $@ $<
578         rm -f $(top_builddir)/support/include/mount.h
579         $(LN_S) ../export/mount.h $(top_builddir)/support/include/mount.h
580
581 # Tell versions [3.59,3.63) of GNU make to not export all variables.
582 # Otherwise a system limit (for SysV at least) may be exceeded.
583 .NOEXPORT: