~ubuntu-branches/ubuntu/lucid/nfs-utils/lucid

« back to all changes in this revision

Viewing changes to tools/rpcgen/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-07-03 10:36:59 UTC
  • mto: (12.1.1 feisty)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060703103659-71qzs6f21zzmjmhx
Tags: upstream-1.0.8
ImportĀ upstreamĀ versionĀ 1.0.8

Show diffs side-by-side

added added

removed removed

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