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