~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to tests/vmrpcdbg/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-03-20 10:19:00 UTC
  • mfrom: (1.1.4 upstream) (2.4.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090320101900-1o604camiubq2de8
Tags: 2009.03.18-154848-2
Correcting patch system depends (Closes: #520493).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
################################################################################
 
18
### Copyright 2009 VMware, Inc.  All rights reserved.
 
19
###
 
20
### This program is free software; you can redistribute it and/or modify
 
21
### it under the terms of version 2 of the GNU General Public License as
 
22
### published by the Free Software Foundation.
 
23
###
 
24
### This program is distributed in the hope that it will be useful,
 
25
### but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
27
### GNU General Public License for more details.
 
28
###
 
29
### You should have received a copy of the GNU General Public License
 
30
### along with this program; if not, write to the Free Software
 
31
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
32
################################################################################
 
33
 
 
34
VPATH = @srcdir@
 
35
pkgdatadir = $(datadir)/@PACKAGE@
 
36
pkglibdir = $(libdir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
 
38
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
39
install_sh_DATA = $(install_sh) -c -m 644
 
40
install_sh_PROGRAM = $(install_sh) -c
 
41
install_sh_SCRIPT = $(install_sh) -c
 
42
INSTALL_HEADER = $(INSTALL_DATA)
 
43
transform = $(program_transform_name)
 
44
NORMAL_INSTALL = :
 
45
PRE_INSTALL = :
 
46
POST_INSTALL = :
 
47
NORMAL_UNINSTALL = :
 
48
PRE_UNINSTALL = :
 
49
POST_UNINSTALL = :
 
50
build_triplet = @build@
 
51
host_triplet = @host@
 
52
subdir = tests/vmrpcdbg
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING
 
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
55
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
56
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
57
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
58
        $(top_srcdir)/m4/vmtools.m4 $(top_srcdir)/configure.ac
 
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
60
        $(ACLOCAL_M4)
 
61
mkinstalldirs = $(install_sh) -d
 
62
CONFIG_CLEAN_FILES =
 
63
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
64
libvmrpcdbg_la_DEPENDENCIES =
 
65
am_libvmrpcdbg_la_OBJECTS = libvmrpcdbg_la-debugChannel.lo \
 
66
        libvmrpcdbg_la-vmrpcdbg.lo
 
67
libvmrpcdbg_la_OBJECTS = $(am_libvmrpcdbg_la_OBJECTS)
 
68
libvmrpcdbg_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
69
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
70
        $(libvmrpcdbg_la_LDFLAGS) $(LDFLAGS) -o $@
 
71
DEFAULT_INCLUDES = -I.@am__isrc@
 
72
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
73
am__depfiles_maybe = depfiles
 
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
78
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
79
CCLD = $(CC)
 
80
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
81
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
82
        $(LDFLAGS) -o $@
 
83
SOURCES = $(libvmrpcdbg_la_SOURCES)
 
84
DIST_SOURCES = $(libvmrpcdbg_la_SOURCES)
 
85
ETAGS = etags
 
86
CTAGS = ctags
 
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
88
ACLOCAL = @ACLOCAL@
 
89
AMTAR = @AMTAR@
 
90
AR = @AR@
 
91
AUTOCONF = @AUTOCONF@
 
92
AUTOHEADER = @AUTOHEADER@
 
93
AUTOMAKE = @AUTOMAKE@
 
94
AWK = @AWK@
 
95
CC = @CC@
 
96
CCDEPMODE = @CCDEPMODE@
 
97
CFLAGS = @CFLAGS@
 
98
COMMON_XLIBS = @COMMON_XLIBS@
 
99
CPP = @CPP@
 
100
CPPFLAGS = @CPPFLAGS@
 
101
CXX = @CXX@
 
102
CXXCPP = @CXXCPP@
 
103
CXXDEPMODE = @CXXDEPMODE@
 
104
CXXFLAGS = @CXXFLAGS@
 
105
CYGPATH_W = @CYGPATH_W@
 
106
DEFS = @DEFS@
 
107
DEPDIR = @DEPDIR@
 
108
DNET_CPPFLAGS = @DNET_CPPFLAGS@
 
109
DNET_LIBS = @DNET_LIBS@
 
110
DSYMUTIL = @DSYMUTIL@
 
111
DUMPBIN = @DUMPBIN@
 
112
ECHO_C = @ECHO_C@
 
113
ECHO_N = @ECHO_N@
 
114
ECHO_T = @ECHO_T@
 
115
EGREP = @EGREP@
 
116
EXEEXT = @EXEEXT@
 
117
FGREP = @FGREP@
 
118
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
 
119
FUSE_LIBS = @FUSE_LIBS@
 
120
GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@
 
121
GLIB2_LIBS = @GLIB2_LIBS@
 
122
GMODULE_CPPFLAGS = @GMODULE_CPPFLAGS@
 
123
GMODULE_LIBS = @GMODULE_LIBS@
 
124
GOBJECT_CPPFLAGS = @GOBJECT_CPPFLAGS@
 
125
GOBJECT_LIBS = @GOBJECT_LIBS@
 
126
GREP = @GREP@
 
127
GTHREAD_CPPFLAGS = @GTHREAD_CPPFLAGS@
 
128
GTHREAD_LIBS = @GTHREAD_LIBS@
 
129
GTKMM_CPPFLAGS = @GTKMM_CPPFLAGS@
 
130
GTKMM_LIBS = @GTKMM_LIBS@
 
131
GTK_CPPFLAGS = @GTK_CPPFLAGS@
 
132
GTK_LIBS = @GTK_LIBS@
 
133
GUESTD_LDADD = @GUESTD_LDADD@
 
134
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
135
ICU_CPPFLAGS = @ICU_CPPFLAGS@
 
136
ICU_LIBS = @ICU_LIBS@
 
137
INSTALL = @INSTALL@
 
138
INSTALL_DATA = @INSTALL_DATA@
 
139
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
140
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
141
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
142
KERNEL_RELEASE = @KERNEL_RELEASE@
 
143
LD = @LD@
 
144
LDFLAGS = @LDFLAGS@
 
145
LIBOBJS = @LIBOBJS@
 
146
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
 
147
LIBPNG_LIBS = @LIBPNG_LIBS@
 
148
LIBS = @LIBS@
 
149
LIBTOOL = @LIBTOOL@
 
150
LIBVMTOOLS_LIBADD = @LIBVMTOOLS_LIBADD@
 
151
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
 
152
LIB_FILE_CPPFLAGS = @LIB_FILE_CPPFLAGS@
 
153
LIB_HGFS_SERVER_CPPFLAGS = @LIB_HGFS_SERVER_CPPFLAGS@
 
154
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
 
155
LIB_MISC_CPPFLAGS = @LIB_MISC_CPPFLAGS@
 
156
LIB_PROC_MGR_CPPFLAGS = @LIB_PROC_MGR_CPPFLAGS@
 
157
LIB_STRING_CPPFLAGS = @LIB_STRING_CPPFLAGS@
 
158
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
159
LN_S = @LN_S@
 
160
LTLIBOBJS = @LTLIBOBJS@
 
161
MAKEINFO = @MAKEINFO@
 
162
MKDIR_P = @MKDIR_P@
 
163
MODULES = @MODULES@
 
164
MODULES_DIR = @MODULES_DIR@
 
165
MODULES_OS = @MODULES_OS@
 
166
NM = @NM@
 
167
NMEDIT = @NMEDIT@
 
168
OBJEXT = @OBJEXT@
 
169
PACKAGE = @PACKAGE@
 
170
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
171
PACKAGE_NAME = @PACKAGE_NAME@
 
172
PACKAGE_STRING = @PACKAGE_STRING@
 
173
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
174
PACKAGE_VERSION = @PACKAGE_VERSION@
 
175
PAM_PREFIX = @PAM_PREFIX@
 
176
PATH_SEPARATOR = @PATH_SEPARATOR@
 
177
PLUGIN_CPPFLAGS = @PLUGIN_CPPFLAGS@
 
178
PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
 
179
PROCPS_CPPFLAGS = @PROCPS_CPPFLAGS@
 
180
PROCPS_LIBS = @PROCPS_LIBS@
 
181
RANLIB = @RANLIB@
 
182
RPCGEN = @RPCGEN@
 
183
RPCGENFLAGS = @RPCGENFLAGS@
 
184
SED = @SED@
 
185
SET_MAKE = @SET_MAKE@
 
186
SHELL = @SHELL@
 
187
STRIP = @STRIP@
 
188
SYSDIR = @SYSDIR@
 
189
TARGET_OS = @TARGET_OS@
 
190
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
 
191
URIPARSER_LIBS = @URIPARSER_LIBS@
 
192
VERSION = @VERSION@
 
193
VIX_LIBADD = @VIX_LIBADD@
 
194
VMSVC_PLUGIN_INSTALLDIR = @VMSVC_PLUGIN_INSTALLDIR@
 
195
VMTOOLS_CPPFLAGS = @VMTOOLS_CPPFLAGS@
 
196
VMTOOLS_LIBS = @VMTOOLS_LIBS@
 
197
VMUSR_PLUGIN_INSTALLDIR = @VMUSR_PLUGIN_INSTALLDIR@
 
198
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
 
199
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
 
200
XDR_LIBS = @XDR_LIBS@
 
201
XMKMF = @XMKMF@
 
202
X_CFLAGS = @X_CFLAGS@
 
203
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
204
X_LIBS = @X_LIBS@
 
205
X_PRE_LIBS = @X_PRE_LIBS@
 
206
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
 
207
ZLIB_LIBS = @ZLIB_LIBS@
 
208
abs_builddir = @abs_builddir@
 
209
abs_srcdir = @abs_srcdir@
 
210
abs_top_builddir = @abs_top_builddir@
 
211
abs_top_srcdir = @abs_top_srcdir@
 
212
ac_ct_CC = @ac_ct_CC@
 
213
ac_ct_CXX = @ac_ct_CXX@
 
214
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
215
ac_vmw_lib_cfg = @ac_vmw_lib_cfg@
 
216
am__include = @am__include@
 
217
am__leading_dot = @am__leading_dot@
 
218
am__quote = @am__quote@
 
219
am__tar = @am__tar@
 
220
am__untar = @am__untar@
 
221
bindir = @bindir@
 
222
build = @build@
 
223
build_alias = @build_alias@
 
224
build_cpu = @build_cpu@
 
225
build_os = @build_os@
 
226
build_vendor = @build_vendor@
 
227
builddir = @builddir@
 
228
datadir = @datadir@
 
229
datarootdir = @datarootdir@
 
230
docdir = @docdir@
 
231
dvidir = @dvidir@
 
232
exec_prefix = @exec_prefix@
 
233
have_cxx = @have_cxx@
 
234
have_genmarshal = @have_genmarshal@
 
235
host = @host@
 
236
host_alias = @host_alias@
 
237
host_cpu = @host_cpu@
 
238
host_os = @host_os@
 
239
host_vendor = @host_vendor@
 
240
htmldir = @htmldir@
 
241
includedir = @includedir@
 
242
infodir = @infodir@
 
243
install_sh = @install_sh@
 
244
libdir = @libdir@
 
245
libexecdir = @libexecdir@
 
246
localedir = @localedir@
 
247
localstatedir = @localstatedir@
 
248
lt_ECHO = @lt_ECHO@
 
249
mandir = @mandir@
 
250
mkdir_p = @mkdir_p@
 
251
oldincludedir = @oldincludedir@
 
252
pdfdir = @pdfdir@
 
253
prefix = @prefix@
 
254
program_transform_name = @program_transform_name@
 
255
psdir = @psdir@
 
256
sbindir = @sbindir@
 
257
sharedstatedir = @sharedstatedir@
 
258
srcdir = @srcdir@
 
259
sysconfdir = @sysconfdir@
 
260
target_alias = @target_alias@
 
261
top_builddir = @top_builddir@
 
262
top_srcdir = @top_srcdir@
 
263
noinst_LTLIBRARIES = libvmrpcdbg.la
 
264
libvmrpcdbg_la_CPPFLAGS = @GMODULE_CPPFLAGS@ @VMTOOLS_CPPFLAGS@
 
265
libvmrpcdbg_la_LDFLAGS = @PLUGIN_LDFLAGS@
 
266
libvmrpcdbg_la_LIBADD = @GMODULE_LIBS@ @VMTOOLS_LIBS@ @XDR_LIBS@
 
267
libvmrpcdbg_la_SOURCES = debugChannel.c vmrpcdbg.c
 
268
all: all-am
 
269
 
 
270
.SUFFIXES:
 
271
.SUFFIXES: .c .lo .o .obj
 
272
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
273
        @for dep in $?; do \
 
274
          case '$(am__configure_deps)' in \
 
275
            *$$dep*) \
 
276
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
277
                && exit 0; \
 
278
              exit 1;; \
 
279
          esac; \
 
280
        done; \
 
281
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/vmrpcdbg/Makefile'; \
 
282
        cd $(top_srcdir) && \
 
283
          $(AUTOMAKE) --gnu  tests/vmrpcdbg/Makefile
 
284
.PRECIOUS: Makefile
 
285
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
286
        @case '$?' in \
 
287
          *config.status*) \
 
288
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
289
          *) \
 
290
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
291
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
292
        esac;
 
293
 
 
294
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
295
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
296
 
 
297
$(top_srcdir)/configure:  $(am__configure_deps)
 
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
299
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
300
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
301
 
 
302
clean-noinstLTLIBRARIES:
 
303
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
304
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
305
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
306
          test "$$dir" != "$$p" || dir=.; \
 
307
          echo "rm -f \"$${dir}/so_locations\""; \
 
308
          rm -f "$${dir}/so_locations"; \
 
309
        done
 
310
libvmrpcdbg.la: $(libvmrpcdbg_la_OBJECTS) $(libvmrpcdbg_la_DEPENDENCIES) 
 
311
        $(libvmrpcdbg_la_LINK)  $(libvmrpcdbg_la_OBJECTS) $(libvmrpcdbg_la_LIBADD) $(LIBS)
 
312
 
 
313
mostlyclean-compile:
 
314
        -rm -f *.$(OBJEXT)
 
315
 
 
316
distclean-compile:
 
317
        -rm -f *.tab.c
 
318
 
 
319
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvmrpcdbg_la-debugChannel.Plo@am__quote@
 
320
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvmrpcdbg_la-vmrpcdbg.Plo@am__quote@
 
321
 
 
322
.c.o:
 
323
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
324
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
327
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
328
 
 
329
.c.obj:
 
330
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
331
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
334
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
335
 
 
336
.c.lo:
 
337
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
338
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
341
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
342
 
 
343
libvmrpcdbg_la-debugChannel.lo: debugChannel.c
 
344
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvmrpcdbg_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libvmrpcdbg_la-debugChannel.lo -MD -MP -MF $(DEPDIR)/libvmrpcdbg_la-debugChannel.Tpo -c -o libvmrpcdbg_la-debugChannel.lo `test -f 'debugChannel.c' || echo '$(srcdir)/'`debugChannel.c
 
345
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libvmrpcdbg_la-debugChannel.Tpo $(DEPDIR)/libvmrpcdbg_la-debugChannel.Plo
 
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='debugChannel.c' object='libvmrpcdbg_la-debugChannel.lo' libtool=yes @AMDEPBACKSLASH@
 
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
348
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvmrpcdbg_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libvmrpcdbg_la-debugChannel.lo `test -f 'debugChannel.c' || echo '$(srcdir)/'`debugChannel.c
 
349
 
 
350
libvmrpcdbg_la-vmrpcdbg.lo: vmrpcdbg.c
 
351
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvmrpcdbg_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libvmrpcdbg_la-vmrpcdbg.lo -MD -MP -MF $(DEPDIR)/libvmrpcdbg_la-vmrpcdbg.Tpo -c -o libvmrpcdbg_la-vmrpcdbg.lo `test -f 'vmrpcdbg.c' || echo '$(srcdir)/'`vmrpcdbg.c
 
352
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libvmrpcdbg_la-vmrpcdbg.Tpo $(DEPDIR)/libvmrpcdbg_la-vmrpcdbg.Plo
 
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='vmrpcdbg.c' object='libvmrpcdbg_la-vmrpcdbg.lo' libtool=yes @AMDEPBACKSLASH@
 
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
355
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvmrpcdbg_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libvmrpcdbg_la-vmrpcdbg.lo `test -f 'vmrpcdbg.c' || echo '$(srcdir)/'`vmrpcdbg.c
 
356
 
 
357
mostlyclean-libtool:
 
358
        -rm -f *.lo
 
359
 
 
360
clean-libtool:
 
361
        -rm -rf .libs _libs
 
362
 
 
363
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
364
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
365
        unique=`for i in $$list; do \
 
366
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
367
          done | \
 
368
          $(AWK) '    { files[$$0] = 1; } \
 
369
               END { for (i in files) print i; }'`; \
 
370
        mkid -fID $$unique
 
371
tags: TAGS
 
372
 
 
373
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
374
                $(TAGS_FILES) $(LISP)
 
375
        tags=; \
 
376
        here=`pwd`; \
 
377
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
378
        unique=`for i in $$list; do \
 
379
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
380
          done | \
 
381
          $(AWK) '    { files[$$0] = 1; } \
 
382
               END { for (i in files) print i; }'`; \
 
383
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
384
          test -n "$$unique" || unique=$$empty_fix; \
 
385
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
386
            $$tags $$unique; \
 
387
        fi
 
388
ctags: CTAGS
 
389
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
390
                $(TAGS_FILES) $(LISP)
 
391
        tags=; \
 
392
        here=`pwd`; \
 
393
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
394
        unique=`for i in $$list; do \
 
395
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
396
          done | \
 
397
          $(AWK) '    { files[$$0] = 1; } \
 
398
               END { for (i in files) print i; }'`; \
 
399
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
400
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
401
             $$tags $$unique
 
402
 
 
403
GTAGS:
 
404
        here=`$(am__cd) $(top_builddir) && pwd` \
 
405
          && cd $(top_srcdir) \
 
406
          && gtags -i $(GTAGS_ARGS) $$here
 
407
 
 
408
distclean-tags:
 
409
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
410
 
 
411
distdir: $(DISTFILES)
 
412
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
413
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
414
        list='$(DISTFILES)'; \
 
415
          dist_files=`for file in $$list; do echo $$file; done | \
 
416
          sed -e "s|^$$srcdirstrip/||;t" \
 
417
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
418
        case $$dist_files in \
 
419
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
420
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
421
                           sort -u` ;; \
 
422
        esac; \
 
423
        for file in $$dist_files; do \
 
424
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
425
          if test -d $$d/$$file; then \
 
426
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
427
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
428
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
429
            fi; \
 
430
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
431
          else \
 
432
            test -f $(distdir)/$$file \
 
433
            || cp -p $$d/$$file $(distdir)/$$file \
 
434
            || exit 1; \
 
435
          fi; \
 
436
        done
 
437
check-am: all-am
 
438
check: check-am
 
439
all-am: Makefile $(LTLIBRARIES)
 
440
installdirs:
 
441
install: install-am
 
442
install-exec: install-exec-am
 
443
install-data: install-data-am
 
444
uninstall: uninstall-am
 
445
 
 
446
install-am: all-am
 
447
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
448
 
 
449
installcheck: installcheck-am
 
450
install-strip:
 
451
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
452
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
453
          `test -z '$(STRIP)' || \
 
454
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
455
mostlyclean-generic:
 
456
 
 
457
clean-generic:
 
458
 
 
459
distclean-generic:
 
460
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
461
 
 
462
maintainer-clean-generic:
 
463
        @echo "This command is intended for maintainers to use"
 
464
        @echo "it deletes files that may require special tools to rebuild."
 
465
clean: clean-am
 
466
 
 
467
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
468
        mostlyclean-am
 
469
 
 
470
distclean: distclean-am
 
471
        -rm -rf ./$(DEPDIR)
 
472
        -rm -f Makefile
 
473
distclean-am: clean-am distclean-compile distclean-generic \
 
474
        distclean-tags
 
475
 
 
476
dvi: dvi-am
 
477
 
 
478
dvi-am:
 
479
 
 
480
html: html-am
 
481
 
 
482
info: info-am
 
483
 
 
484
info-am:
 
485
 
 
486
install-data-am:
 
487
 
 
488
install-dvi: install-dvi-am
 
489
 
 
490
install-exec-am:
 
491
 
 
492
install-html: install-html-am
 
493
 
 
494
install-info: install-info-am
 
495
 
 
496
install-man:
 
497
 
 
498
install-pdf: install-pdf-am
 
499
 
 
500
install-ps: install-ps-am
 
501
 
 
502
installcheck-am:
 
503
 
 
504
maintainer-clean: maintainer-clean-am
 
505
        -rm -rf ./$(DEPDIR)
 
506
        -rm -f Makefile
 
507
maintainer-clean-am: distclean-am maintainer-clean-generic
 
508
 
 
509
mostlyclean: mostlyclean-am
 
510
 
 
511
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
512
        mostlyclean-libtool
 
513
 
 
514
pdf: pdf-am
 
515
 
 
516
pdf-am:
 
517
 
 
518
ps: ps-am
 
519
 
 
520
ps-am:
 
521
 
 
522
uninstall-am:
 
523
 
 
524
.MAKE: install-am install-strip
 
525
 
 
526
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
527
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
528
        distclean-compile distclean-generic distclean-libtool \
 
529
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
530
        install install-am install-data install-data-am install-dvi \
 
531
        install-dvi-am install-exec install-exec-am install-html \
 
532
        install-html-am install-info install-info-am install-man \
 
533
        install-pdf install-pdf-am install-ps install-ps-am \
 
534
        install-strip installcheck installcheck-am installdirs \
 
535
        maintainer-clean maintainer-clean-generic mostlyclean \
 
536
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
537
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
538
 
 
539
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
540
# Otherwise a system limit (for SysV at least) may be exceeded.
 
541
.NOEXPORT: