]> 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.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 noinst_PROGRAMS = rpcgen$(EXEEXT)
38 subdir = tools/rpcgen
39 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
42         $(top_srcdir)/aclocal/ipv6.m4 \
43         $(top_srcdir)/aclocal/kerberos5.m4 \
44         $(top_srcdir)/aclocal/libblkid.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 PROGRAMS = $(noinst_PROGRAMS)
60 am_rpcgen_OBJECTS = rpcgen-rpc_clntout.$(OBJEXT) \
61         rpcgen-rpc_cout.$(OBJEXT) rpcgen-rpc_hout.$(OBJEXT) \
62         rpcgen-rpc_main.$(OBJEXT) rpcgen-rpc_parse.$(OBJEXT) \
63         rpcgen-rpc_scan.$(OBJEXT) rpcgen-rpc_svcout.$(OBJEXT) \
64         rpcgen-rpc_tblout.$(OBJEXT) rpcgen-rpc_util.$(OBJEXT) \
65         rpcgen-rpc_sample.$(OBJEXT)
66 rpcgen_OBJECTS = $(am_rpcgen_OBJECTS)
67 rpcgen_LDADD = $(LDADD)
68 rpcgen_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69         --mode=link $(CCLD) $(rpcgen_CFLAGS) $(CFLAGS) \
70         $(rpcgen_LDFLAGS) $(LDFLAGS) -o $@
71 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/support/include
72 depcomp = $(SHELL) $(top_srcdir)/depcomp
73 am__depfiles_maybe = depfiles
74 am__mv = mv -f
75 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
79         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 CCLD = $(CC)
81 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
83         $(LDFLAGS) -o $@
84 SOURCES = $(rpcgen_SOURCES)
85 DIST_SOURCES = $(rpcgen_SOURCES)
86 ETAGS = etags
87 CTAGS = ctags
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 ACLOCAL = @ACLOCAL@
90 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
91 ALLOCA = @ALLOCA@
92 AMTAR = @AMTAR@
93 AM_CFLAGS = @AM_CFLAGS@
94 AM_CPPFLAGS = @AM_CPPFLAGS@
95 AR = @AR@
96 AUTOCONF = @AUTOCONF@
97 AUTOHEADER = @AUTOHEADER@
98 AUTOMAKE = @AUTOMAKE@
99 AWK = @AWK@
100 CC = $(CC_FOR_BUILD)
101 CCDEPMODE = @CCDEPMODE@
102 CC_FOR_BUILD = @CC_FOR_BUILD@
103 CFLAGS = @CFLAGS@
104 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
105 CPP = @CPP@
106 CPPFLAGS = @CPPFLAGS@
107 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
108 CXX = @CXX@
109 CXXCPP = @CXXCPP@
110 CXXDEPMODE = @CXXDEPMODE@
111 CXXFLAGS = @CXXFLAGS@
112 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
113 CYGPATH_W = @CYGPATH_W@
114 DEFS = @DEFS@
115 DEPDIR = @DEPDIR@
116 DSYMUTIL = @DSYMUTIL@
117 DUMPBIN = @DUMPBIN@
118 ECHO_C = @ECHO_C@
119 ECHO_N = @ECHO_N@
120 ECHO_T = @ECHO_T@
121 EGREP = @EGREP@
122 EXEEXT = @EXEEXT@
123 FGREP = @FGREP@
124 GREP = @GREP@
125 GSSD = @GSSD@
126 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
127 GSSGLUE_LIBS = @GSSGLUE_LIBS@
128 HAVE_LIBWRAP = @HAVE_LIBWRAP@
129 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
130 IDMAPD = @IDMAPD@
131 INSTALL = @INSTALL@
132 INSTALL_DATA = @INSTALL_DATA@
133 INSTALL_PROGRAM = @INSTALL_PROGRAM@
134 INSTALL_SCRIPT = @INSTALL_SCRIPT@
135 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136 K5VERS = @K5VERS@
137 KRBCFLAGS = @KRBCFLAGS@
138 KRBDIR = @KRBDIR@
139 KRBLDFLAGS = @KRBLDFLAGS@
140 KRBLIBS = @KRBLIBS@
141 LD = @LD@
142 LDFLAGS = @LDFLAGS@
143 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
144 LIBBLKID = @LIBBLKID@
145 LIBBSD = @LIBBSD@
146 LIBCRYPT = @LIBCRYPT@
147 LIBNSL = @LIBNSL@
148 LIBOBJS = @LIBOBJS@
149 LIBS = @LIBS@
150 LIBSOCKET = @LIBSOCKET@
151 LIBTOOL = @LIBTOOL@ --tag=CC
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 exec_prefix = @exec_prefix@
213 host = @host@
214 host_alias = @host_alias@
215 host_cpu = @host_cpu@
216 host_os = @host_os@
217 host_vendor = @host_vendor@
218 htmldir = @htmldir@
219 includedir = @includedir@
220 infodir = @infodir@
221 install_sh = @install_sh@
222 kprefix = @kprefix@
223 libdir = @libdir@
224 libexecdir = @libexecdir@
225 localedir = @localedir@
226 localstatedir = @localstatedir@
227 lt_ECHO = @lt_ECHO@
228 mandir = @mandir@
229 mkdir_p = @mkdir_p@
230 mountfile = @mountfile@
231 oldincludedir = @oldincludedir@
232 pdfdir = @pdfdir@
233 prefix = @prefix@
234 program_transform_name = @program_transform_name@
235 psdir = @psdir@
236 sbindir = @sbindir@
237 sharedstatedir = @sharedstatedir@
238 srcdir = @srcdir@
239 startstatd = @startstatd@
240 statduser = @statduser@
241 statedir = @statedir@
242 sysconfdir = @sysconfdir@
243 target_alias = @target_alias@
244 top_build_prefix = @top_build_prefix@
245 top_builddir = @top_builddir@
246 top_srcdir = @top_srcdir@
247 rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
248                  rpc_parse.c rpc_scan.c rpc_svcout.c rpc_tblout.c \
249                  rpc_util.c rpc_sample.c rpc_output.h rpc_parse.h \
250                  rpc_scan.h rpc_util.h
251
252 rpcgen_CFLAGS = $(CFLAGS_FOR_BUILD)
253 rpcgen_CPPLAGS = $(CPPFLAGS_FOR_BUILD)
254 rpcgen_LDFLAGS = $(LDFLAGS_FOR_BUILD)
255 MAINTAINERCLEANFILES = Makefile.in
256 EXTRA_DIST = rpcgen.new.1
257 all: all-am
258
259 .SUFFIXES:
260 .SUFFIXES: .c .lo .o .obj
261 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
262         @for dep in $?; do \
263           case '$(am__configure_deps)' in \
264             *$$dep*) \
265               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
266                 && { if test -f $@; then exit 0; else break; fi; }; \
267               exit 1;; \
268           esac; \
269         done; \
270         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/rpcgen/Makefile'; \
271         $(am__cd) $(top_srcdir) && \
272           $(AUTOMAKE) --gnu tools/rpcgen/Makefile
273 .PRECIOUS: Makefile
274 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
275         @case '$?' in \
276           *config.status*) \
277             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
278           *) \
279             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
280             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
281         esac;
282
283 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
284         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
286 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
287         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
289         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290 $(am__aclocal_m4_deps):
291
292 clean-noinstPROGRAMS:
293         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
294         echo " rm -f" $$list; \
295         rm -f $$list || exit $$?; \
296         test -n "$(EXEEXT)" || exit 0; \
297         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
298         echo " rm -f" $$list; \
299         rm -f $$list
300 rpcgen$(EXEEXT): $(rpcgen_OBJECTS) $(rpcgen_DEPENDENCIES) 
301         @rm -f rpcgen$(EXEEXT)
302         $(rpcgen_LINK) $(rpcgen_OBJECTS) $(rpcgen_LDADD) $(LIBS)
303
304 mostlyclean-compile:
305         -rm -f *.$(OBJEXT)
306
307 distclean-compile:
308         -rm -f *.tab.c
309
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcgen-rpc_clntout.Po@am__quote@
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcgen-rpc_cout.Po@am__quote@
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcgen-rpc_hout.Po@am__quote@
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcgen-rpc_main.Po@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcgen-rpc_parse.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcgen-rpc_sample.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcgen-rpc_scan.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcgen-rpc_svcout.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcgen-rpc_tblout.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcgen-rpc_util.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 rpcgen-rpc_clntout.o: rpc_clntout.c
343 @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
344 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_clntout.Tpo $(DEPDIR)/rpcgen-rpc_clntout.Po
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_clntout.c' object='rpcgen-rpc_clntout.o' libtool=no @AMDEPBACKSLASH@
346 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347 @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
348
349 rpcgen-rpc_clntout.obj: rpc_clntout.c
350 @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`
351 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_clntout.Tpo $(DEPDIR)/rpcgen-rpc_clntout.Po
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_clntout.c' object='rpcgen-rpc_clntout.obj' libtool=no @AMDEPBACKSLASH@
353 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354 @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`
355
356 rpcgen-rpc_cout.o: rpc_cout.c
357 @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
358 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_cout.Tpo $(DEPDIR)/rpcgen-rpc_cout.Po
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_cout.c' object='rpcgen-rpc_cout.o' libtool=no @AMDEPBACKSLASH@
360 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361 @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
362
363 rpcgen-rpc_cout.obj: rpc_cout.c
364 @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`
365 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_cout.Tpo $(DEPDIR)/rpcgen-rpc_cout.Po
366 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_cout.c' object='rpcgen-rpc_cout.obj' libtool=no @AMDEPBACKSLASH@
367 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368 @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`
369
370 rpcgen-rpc_hout.o: rpc_hout.c
371 @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
372 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_hout.Tpo $(DEPDIR)/rpcgen-rpc_hout.Po
373 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_hout.c' object='rpcgen-rpc_hout.o' libtool=no @AMDEPBACKSLASH@
374 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375 @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
376
377 rpcgen-rpc_hout.obj: rpc_hout.c
378 @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`
379 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_hout.Tpo $(DEPDIR)/rpcgen-rpc_hout.Po
380 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_hout.c' object='rpcgen-rpc_hout.obj' libtool=no @AMDEPBACKSLASH@
381 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382 @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`
383
384 rpcgen-rpc_main.o: rpc_main.c
385 @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
386 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_main.Tpo $(DEPDIR)/rpcgen-rpc_main.Po
387 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_main.c' object='rpcgen-rpc_main.o' libtool=no @AMDEPBACKSLASH@
388 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389 @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
390
391 rpcgen-rpc_main.obj: rpc_main.c
392 @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`
393 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_main.Tpo $(DEPDIR)/rpcgen-rpc_main.Po
394 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_main.c' object='rpcgen-rpc_main.obj' libtool=no @AMDEPBACKSLASH@
395 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396 @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`
397
398 rpcgen-rpc_parse.o: rpc_parse.c
399 @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
400 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_parse.Tpo $(DEPDIR)/rpcgen-rpc_parse.Po
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_parse.c' object='rpcgen-rpc_parse.o' libtool=no @AMDEPBACKSLASH@
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403 @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
404
405 rpcgen-rpc_parse.obj: rpc_parse.c
406 @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`
407 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_parse.Tpo $(DEPDIR)/rpcgen-rpc_parse.Po
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_parse.c' object='rpcgen-rpc_parse.obj' libtool=no @AMDEPBACKSLASH@
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410 @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`
411
412 rpcgen-rpc_scan.o: rpc_scan.c
413 @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
414 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_scan.Tpo $(DEPDIR)/rpcgen-rpc_scan.Po
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_scan.c' object='rpcgen-rpc_scan.o' libtool=no @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417 @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
418
419 rpcgen-rpc_scan.obj: rpc_scan.c
420 @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`
421 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_scan.Tpo $(DEPDIR)/rpcgen-rpc_scan.Po
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_scan.c' object='rpcgen-rpc_scan.obj' libtool=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @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`
425
426 rpcgen-rpc_svcout.o: rpc_svcout.c
427 @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
428 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_svcout.Tpo $(DEPDIR)/rpcgen-rpc_svcout.Po
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_svcout.c' object='rpcgen-rpc_svcout.o' libtool=no @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @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
432
433 rpcgen-rpc_svcout.obj: rpc_svcout.c
434 @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`
435 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_svcout.Tpo $(DEPDIR)/rpcgen-rpc_svcout.Po
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_svcout.c' object='rpcgen-rpc_svcout.obj' libtool=no @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @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`
439
440 rpcgen-rpc_tblout.o: rpc_tblout.c
441 @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
442 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_tblout.Tpo $(DEPDIR)/rpcgen-rpc_tblout.Po
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_tblout.c' object='rpcgen-rpc_tblout.o' libtool=no @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @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
446
447 rpcgen-rpc_tblout.obj: rpc_tblout.c
448 @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`
449 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_tblout.Tpo $(DEPDIR)/rpcgen-rpc_tblout.Po
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_tblout.c' object='rpcgen-rpc_tblout.obj' libtool=no @AMDEPBACKSLASH@
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452 @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`
453
454 rpcgen-rpc_util.o: rpc_util.c
455 @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
456 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_util.Tpo $(DEPDIR)/rpcgen-rpc_util.Po
457 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_util.c' object='rpcgen-rpc_util.o' libtool=no @AMDEPBACKSLASH@
458 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459 @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
460
461 rpcgen-rpc_util.obj: rpc_util.c
462 @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`
463 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_util.Tpo $(DEPDIR)/rpcgen-rpc_util.Po
464 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_util.c' object='rpcgen-rpc_util.obj' libtool=no @AMDEPBACKSLASH@
465 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
466 @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`
467
468 rpcgen-rpc_sample.o: rpc_sample.c
469 @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
470 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_sample.Tpo $(DEPDIR)/rpcgen-rpc_sample.Po
471 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_sample.c' object='rpcgen-rpc_sample.o' libtool=no @AMDEPBACKSLASH@
472 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473 @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
474
475 rpcgen-rpc_sample.obj: rpc_sample.c
476 @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`
477 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpcgen-rpc_sample.Tpo $(DEPDIR)/rpcgen-rpc_sample.Po
478 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rpc_sample.c' object='rpcgen-rpc_sample.obj' libtool=no @AMDEPBACKSLASH@
479 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480 @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`
481
482 mostlyclean-libtool:
483         -rm -f *.lo
484
485 clean-libtool:
486         -rm -rf .libs _libs
487
488 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
489         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
490         unique=`for i in $$list; do \
491             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492           done | \
493           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
494               END { if (nonempty) { for (i in files) print i; }; }'`; \
495         mkid -fID $$unique
496 tags: TAGS
497
498 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
499                 $(TAGS_FILES) $(LISP)
500         set x; \
501         here=`pwd`; \
502         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
503         unique=`for i in $$list; do \
504             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505           done | \
506           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
507               END { if (nonempty) { for (i in files) print i; }; }'`; \
508         shift; \
509         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
510           test -n "$$unique" || unique=$$empty_fix; \
511           if test $$# -gt 0; then \
512             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513               "$$@" $$unique; \
514           else \
515             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
516               $$unique; \
517           fi; \
518         fi
519 ctags: CTAGS
520 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
521                 $(TAGS_FILES) $(LISP)
522         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
523         unique=`for i in $$list; do \
524             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525           done | \
526           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
527               END { if (nonempty) { for (i in files) print i; }; }'`; \
528         test -z "$(CTAGS_ARGS)$$unique" \
529           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530              $$unique
531
532 GTAGS:
533         here=`$(am__cd) $(top_builddir) && pwd` \
534           && $(am__cd) $(top_srcdir) \
535           && gtags -i $(GTAGS_ARGS) "$$here"
536
537 distclean-tags:
538         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
539
540 distdir: $(DISTFILES)
541         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543         list='$(DISTFILES)'; \
544           dist_files=`for file in $$list; do echo $$file; done | \
545           sed -e "s|^$$srcdirstrip/||;t" \
546               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
547         case $$dist_files in \
548           */*) $(MKDIR_P) `echo "$$dist_files" | \
549                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
550                            sort -u` ;; \
551         esac; \
552         for file in $$dist_files; do \
553           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
554           if test -d $$d/$$file; then \
555             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556             if test -d "$(distdir)/$$file"; then \
557               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558             fi; \
559             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
560               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
561               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562             fi; \
563             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
564           else \
565             test -f "$(distdir)/$$file" \
566             || cp -p $$d/$$file "$(distdir)/$$file" \
567             || exit 1; \
568           fi; \
569         done
570 check-am: all-am
571 check: check-am
572 all-am: Makefile $(PROGRAMS)
573 installdirs:
574 install: install-am
575 install-exec: install-exec-am
576 install-data: install-data-am
577 uninstall: uninstall-am
578
579 install-am: all-am
580         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
581
582 installcheck: installcheck-am
583 install-strip:
584         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
585           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
586           `test -z '$(STRIP)' || \
587             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
588 mostlyclean-generic:
589
590 clean-generic:
591
592 distclean-generic:
593         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
594         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
595
596 maintainer-clean-generic:
597         @echo "This command is intended for maintainers to use"
598         @echo "it deletes files that may require special tools to rebuild."
599         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
600 clean: clean-am
601
602 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
603         mostlyclean-am
604
605 distclean: distclean-am
606         -rm -rf ./$(DEPDIR)
607         -rm -f Makefile
608 distclean-am: clean-am distclean-compile distclean-generic \
609         distclean-tags
610
611 dvi: dvi-am
612
613 dvi-am:
614
615 html: html-am
616
617 html-am:
618
619 info: info-am
620
621 info-am:
622
623 install-data-am:
624
625 install-dvi: install-dvi-am
626
627 install-dvi-am:
628
629 install-exec-am:
630
631 install-html: install-html-am
632
633 install-html-am:
634
635 install-info: install-info-am
636
637 install-info-am:
638
639 install-man:
640
641 install-pdf: install-pdf-am
642
643 install-pdf-am:
644
645 install-ps: install-ps-am
646
647 install-ps-am:
648
649 installcheck-am:
650
651 maintainer-clean: maintainer-clean-am
652         -rm -rf ./$(DEPDIR)
653         -rm -f Makefile
654 maintainer-clean-am: distclean-am maintainer-clean-generic
655
656 mostlyclean: mostlyclean-am
657
658 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
659         mostlyclean-libtool
660
661 pdf: pdf-am
662
663 pdf-am:
664
665 ps: ps-am
666
667 ps-am:
668
669 uninstall-am:
670
671 .MAKE: install-am install-strip
672
673 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
674         clean-libtool clean-noinstPROGRAMS ctags distclean \
675         distclean-compile distclean-generic distclean-libtool \
676         distclean-tags distdir dvi dvi-am html html-am info info-am \
677         install install-am install-data install-data-am install-dvi \
678         install-dvi-am install-exec install-exec-am install-html \
679         install-html-am install-info install-info-am install-man \
680         install-pdf install-pdf-am install-ps install-ps-am \
681         install-strip installcheck installcheck-am installdirs \
682         maintainer-clean maintainer-clean-generic mostlyclean \
683         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
684         pdf pdf-am ps ps-am tags uninstall uninstall-am
685
686
687 # Tell versions [3.59,3.63) of GNU make to not export all variables.
688 # Otherwise a system limit (for SysV at least) may be exceeded.
689 .NOEXPORT: