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