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