~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to lib/guestRpc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2008-08-15 21:21:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080815212140-05fhxj8wroosysmj
Tags: 2008.08.08-109361-1ubuntu1
* Merge from Debian unstable (LP: #258393), remaining Ubuntu change:
  - add ubuntu_toolchain_FTBFS.dpatch patch, fix FTBFS
* Update ubuntu_toolchain_FTBFS.dpatch patch for the new version.

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 2008 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 = lib/guestRpc
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
55
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
57
        $(ACLOCAL_M4)
 
58
mkinstalldirs = $(install_sh) -d
 
59
CONFIG_CLEAN_FILES =
 
60
LIBRARIES = $(noinst_LIBRARIES)
 
61
ARFLAGS = cru
 
62
libGuestRpc_a_AR = $(AR) $(ARFLAGS)
 
63
libGuestRpc_a_LIBADD =
 
64
am_libGuestRpc_a_OBJECTS = ghiGetBinaryHandlers_xdr.$(OBJEXT) \
 
65
        ghiProtocolHandler_xdr.$(OBJEXT) nicinfo_xdr.$(OBJEXT)
 
66
nodist_libGuestRpc_a_OBJECTS = ghiGetBinaryHandlers_xdr.$(OBJEXT) \
 
67
        ghiProtocolHandler_xdr.$(OBJEXT) nicinfo_xdr.$(OBJEXT)
 
68
libGuestRpc_a_OBJECTS = $(am_libGuestRpc_a_OBJECTS) \
 
69
        $(nodist_libGuestRpc_a_OBJECTS)
 
70
DEFAULT_INCLUDES = -I.@am__isrc@
 
71
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
72
am__depfiles_maybe = depfiles
 
73
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
74
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
75
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
76
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
77
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
78
CCLD = $(CC)
 
79
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
80
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
81
        $(LDFLAGS) -o $@
 
82
SOURCES = $(libGuestRpc_a_SOURCES) $(nodist_libGuestRpc_a_SOURCES)
 
83
DIST_SOURCES = $(libGuestRpc_a_SOURCES)
 
84
ETAGS = etags
 
85
CTAGS = ctags
 
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
87
ACLOCAL = @ACLOCAL@
 
88
AMTAR = @AMTAR@
 
89
AR = @AR@
 
90
AUTOCONF = @AUTOCONF@
 
91
AUTOHEADER = @AUTOHEADER@
 
92
AUTOMAKE = @AUTOMAKE@
 
93
AWK = @AWK@
 
94
CC = @CC@
 
95
CCDEPMODE = @CCDEPMODE@
 
96
 
 
97
# XXX: Autoreconf complains about this and recommends using AM_CFLAGS instead.
 
98
# Neither that nor libGuestRpc_a_CFLAGS work, though. What gives?
 
99
CFLAGS = @CFLAGS@ -Wno-unused
 
100
COMMON_XLIBS = @COMMON_XLIBS@
 
101
CPP = @CPP@
 
102
CPPFLAGS = @CPPFLAGS@
 
103
CXX = @CXX@
 
104
CXXCPP = @CXXCPP@
 
105
CXXDEPMODE = @CXXDEPMODE@
 
106
CXXFLAGS = @CXXFLAGS@
 
107
CYGPATH_W = @CYGPATH_W@
 
108
DEFS = @DEFS@
 
109
DEPDIR = @DEPDIR@
 
110
DNET_CONFIG = @DNET_CONFIG@
 
111
DNET_CPPFLAGS = @DNET_CPPFLAGS@
 
112
DNET_LIBS = @DNET_LIBS@
 
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
GREP = @GREP@
 
122
GTK_CPPFLAGS = @GTK_CPPFLAGS@
 
123
GTK_LIBS = @GTK_LIBS@
 
124
GUESTD_LDADD = @GUESTD_LDADD@
 
125
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
126
ICU_CONFIG = @ICU_CONFIG@
 
127
ICU_CPPFLAGS = @ICU_CPPFLAGS@
 
128
ICU_LIBS = @ICU_LIBS@
 
129
INSTALL = @INSTALL@
 
130
INSTALL_DATA = @INSTALL_DATA@
 
131
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
132
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
133
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
134
KERNEL_RELEASE = @KERNEL_RELEASE@
 
135
LDFLAGS = @LDFLAGS@
 
136
LIBOBJS = @LIBOBJS@
 
137
LIBPNG_CONFIG = @LIBPNG_CONFIG@
 
138
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
 
139
LIBPNG_LIBS = @LIBPNG_LIBS@
 
140
LIBS = @LIBS@
 
141
LIBTOOL = @LIBTOOL@
 
142
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
 
143
LIB_FILE_CPPFLAGS = @LIB_FILE_CPPFLAGS@
 
144
LIB_HGFS_SERVER_CPPFLAGS = @LIB_HGFS_SERVER_CPPFLAGS@
 
145
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
 
146
LIB_MISC_CPPFLAGS = @LIB_MISC_CPPFLAGS@
 
147
LIB_PROC_MGR_CPPFLAGS = @LIB_PROC_MGR_CPPFLAGS@
 
148
LIB_STRING_CPPFLAGS = @LIB_STRING_CPPFLAGS@
 
149
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
150
LN_S = @LN_S@
 
151
LTLIBOBJS = @LTLIBOBJS@
 
152
MAKEINFO = @MAKEINFO@
 
153
MKDIR_P = @MKDIR_P@
 
154
MODULES = @MODULES@
 
155
MODULES_DIR = @MODULES_DIR@
 
156
MODULES_OS = @MODULES_OS@
 
157
OBJEXT = @OBJEXT@
 
158
PACKAGE = @PACKAGE@
 
159
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
160
PACKAGE_NAME = @PACKAGE_NAME@
 
161
PACKAGE_STRING = @PACKAGE_STRING@
 
162
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
163
PACKAGE_VERSION = @PACKAGE_VERSION@
 
164
PAM_PREFIX = @PAM_PREFIX@
 
165
PATH_SEPARATOR = @PATH_SEPARATOR@
 
166
PROCPS_CPPFLAGS = @PROCPS_CPPFLAGS@
 
167
PROCPS_LIBS = @PROCPS_LIBS@
 
168
RANLIB = @RANLIB@
 
169
RPCGEN = @RPCGEN@
 
170
SED = @SED@
 
171
SET_MAKE = @SET_MAKE@
 
172
SHELL = @SHELL@
 
173
STRIP = @STRIP@
 
174
TARGET_OS = @TARGET_OS@
 
175
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
 
176
URIPARSER_LIBS = @URIPARSER_LIBS@
 
177
VERSION = @VERSION@
 
178
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
 
179
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
 
180
XMKMF = @XMKMF@
 
181
X_CFLAGS = @X_CFLAGS@
 
182
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
183
X_LIBS = @X_LIBS@
 
184
X_PRE_LIBS = @X_PRE_LIBS@
 
185
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
 
186
ZLIB_LIBS = @ZLIB_LIBS@
 
187
abs_builddir = @abs_builddir@
 
188
abs_srcdir = @abs_srcdir@
 
189
abs_top_builddir = @abs_top_builddir@
 
190
abs_top_srcdir = @abs_top_srcdir@
 
191
ac_ct_CC = @ac_ct_CC@
 
192
ac_ct_CXX = @ac_ct_CXX@
 
193
ac_ct_F77 = @ac_ct_F77@
 
194
am__include = @am__include@
 
195
am__leading_dot = @am__leading_dot@
 
196
am__quote = @am__quote@
 
197
am__tar = @am__tar@
 
198
am__untar = @am__untar@
 
199
bindir = @bindir@
 
200
build = @build@
 
201
build_alias = @build_alias@
 
202
build_cpu = @build_cpu@
 
203
build_os = @build_os@
 
204
build_vendor = @build_vendor@
 
205
builddir = @builddir@
 
206
datadir = @datadir@
 
207
datarootdir = @datarootdir@
 
208
docdir = @docdir@
 
209
dvidir = @dvidir@
 
210
exec_prefix = @exec_prefix@
 
211
host = @host@
 
212
host_alias = @host_alias@
 
213
host_cpu = @host_cpu@
 
214
host_os = @host_os@
 
215
host_vendor = @host_vendor@
 
216
htmldir = @htmldir@
 
217
includedir = @includedir@
 
218
infodir = @infodir@
 
219
install_sh = @install_sh@
 
220
libdir = @libdir@
 
221
libexecdir = @libexecdir@
 
222
localedir = @localedir@
 
223
localstatedir = @localstatedir@
 
224
mandir = @mandir@
 
225
mkdir_p = @mkdir_p@
 
226
oldincludedir = @oldincludedir@
 
227
pdfdir = @pdfdir@
 
228
prefix = @prefix@
 
229
program_transform_name = @program_transform_name@
 
230
psdir = @psdir@
 
231
sbindir = @sbindir@
 
232
sharedstatedir = @sharedstatedir@
 
233
srcdir = @srcdir@
 
234
sysconfdir = @sysconfdir@
 
235
target_alias = @target_alias@
 
236
top_builddir = @top_builddir@
 
237
top_srcdir = @top_srcdir@
 
238
noinst_LIBRARIES = libGuestRpc.a
 
239
libGuestRpc_a_SOURCES = ghiGetBinaryHandlers_xdr.c \
 
240
        ghiProtocolHandler_xdr.c nicinfo_xdr.c
 
241
nodist_libGuestRpc_a_SOURCES = ghiGetBinaryHandlers.h \
 
242
        ghiGetBinaryHandlers_xdr.c ghiProtocolHandler.h \
 
243
        ghiProtocolHandler_xdr.c nicinfo.h nicinfo_xdr.c
 
244
CLEANFILES = ghiGetBinaryHandlers.h ghiGetBinaryHandlers_xdr.c \
 
245
        ghiProtocolHandler.h ghiProtocolHandler_xdr.c nicinfo.h \
 
246
        nicinfo_xdr.c
 
247
EXTRA_DIST = ghiGetBinaryHandlers.x ghiProtocolHandler.x nicinfo.x
 
248
all: all-am
 
249
 
 
250
.SUFFIXES:
 
251
.SUFFIXES: .c .lo .o .obj
 
252
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
253
        @for dep in $?; do \
 
254
          case '$(am__configure_deps)' in \
 
255
            *$$dep*) \
 
256
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
257
                && exit 0; \
 
258
              exit 1;; \
 
259
          esac; \
 
260
        done; \
 
261
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/guestRpc/Makefile'; \
 
262
        cd $(top_srcdir) && \
 
263
          $(AUTOMAKE) --gnu  lib/guestRpc/Makefile
 
264
.PRECIOUS: Makefile
 
265
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
266
        @case '$?' in \
 
267
          *config.status*) \
 
268
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
269
          *) \
 
270
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
271
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
272
        esac;
 
273
 
 
274
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
276
 
 
277
$(top_srcdir)/configure:  $(am__configure_deps)
 
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
281
 
 
282
clean-noinstLIBRARIES:
 
283
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
284
libGuestRpc.a: $(libGuestRpc_a_OBJECTS) $(libGuestRpc_a_DEPENDENCIES) 
 
285
        -rm -f libGuestRpc.a
 
286
        $(libGuestRpc_a_AR) libGuestRpc.a $(libGuestRpc_a_OBJECTS) $(libGuestRpc_a_LIBADD)
 
287
        $(RANLIB) libGuestRpc.a
 
288
 
 
289
mostlyclean-compile:
 
290
        -rm -f *.$(OBJEXT)
 
291
 
 
292
distclean-compile:
 
293
        -rm -f *.tab.c
 
294
 
 
295
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ghiGetBinaryHandlers_xdr.Po@am__quote@
 
296
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ghiProtocolHandler_xdr.Po@am__quote@
 
297
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nicinfo_xdr.Po@am__quote@
 
298
 
 
299
.c.o:
 
300
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
301
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
302
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
303
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
304
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
305
 
 
306
.c.obj:
 
307
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
308
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
310
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
311
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
312
 
 
313
.c.lo:
 
314
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
315
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
317
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
318
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
319
 
 
320
mostlyclean-libtool:
 
321
        -rm -f *.lo
 
322
 
 
323
clean-libtool:
 
324
        -rm -rf .libs _libs
 
325
 
 
326
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
327
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
328
        unique=`for i in $$list; do \
 
329
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
330
          done | \
 
331
          $(AWK) '    { files[$$0] = 1; } \
 
332
               END { for (i in files) print i; }'`; \
 
333
        mkid -fID $$unique
 
334
tags: TAGS
 
335
 
 
336
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
337
                $(TAGS_FILES) $(LISP)
 
338
        tags=; \
 
339
        here=`pwd`; \
 
340
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
341
        unique=`for i in $$list; do \
 
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
343
          done | \
 
344
          $(AWK) '    { files[$$0] = 1; } \
 
345
               END { for (i in files) print i; }'`; \
 
346
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
347
          test -n "$$unique" || unique=$$empty_fix; \
 
348
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
349
            $$tags $$unique; \
 
350
        fi
 
351
ctags: CTAGS
 
352
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
353
                $(TAGS_FILES) $(LISP)
 
354
        tags=; \
 
355
        here=`pwd`; \
 
356
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
357
        unique=`for i in $$list; do \
 
358
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
359
          done | \
 
360
          $(AWK) '    { files[$$0] = 1; } \
 
361
               END { for (i in files) print i; }'`; \
 
362
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
363
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
364
             $$tags $$unique
 
365
 
 
366
GTAGS:
 
367
        here=`$(am__cd) $(top_builddir) && pwd` \
 
368
          && cd $(top_srcdir) \
 
369
          && gtags -i $(GTAGS_ARGS) $$here
 
370
 
 
371
distclean-tags:
 
372
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
373
 
 
374
distdir: $(DISTFILES)
 
375
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
376
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
377
        list='$(DISTFILES)'; \
 
378
          dist_files=`for file in $$list; do echo $$file; done | \
 
379
          sed -e "s|^$$srcdirstrip/||;t" \
 
380
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
381
        case $$dist_files in \
 
382
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
383
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
384
                           sort -u` ;; \
 
385
        esac; \
 
386
        for file in $$dist_files; do \
 
387
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
388
          if test -d $$d/$$file; then \
 
389
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
390
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
391
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
392
            fi; \
 
393
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
394
          else \
 
395
            test -f $(distdir)/$$file \
 
396
            || cp -p $$d/$$file $(distdir)/$$file \
 
397
            || exit 1; \
 
398
          fi; \
 
399
        done
 
400
check-am: all-am
 
401
check: check-am
 
402
all-am: Makefile $(LIBRARIES)
 
403
installdirs:
 
404
install: install-am
 
405
install-exec: install-exec-am
 
406
install-data: install-data-am
 
407
uninstall: uninstall-am
 
408
 
 
409
install-am: all-am
 
410
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
411
 
 
412
installcheck: installcheck-am
 
413
install-strip:
 
414
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
415
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
416
          `test -z '$(STRIP)' || \
 
417
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
418
mostlyclean-generic:
 
419
 
 
420
clean-generic:
 
421
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
422
 
 
423
distclean-generic:
 
424
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
425
 
 
426
maintainer-clean-generic:
 
427
        @echo "This command is intended for maintainers to use"
 
428
        @echo "it deletes files that may require special tools to rebuild."
 
429
clean: clean-am
 
430
 
 
431
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
432
        mostlyclean-am
 
433
 
 
434
distclean: distclean-am
 
435
        -rm -rf ./$(DEPDIR)
 
436
        -rm -f Makefile
 
437
distclean-am: clean-am distclean-compile distclean-generic \
 
438
        distclean-tags
 
439
 
 
440
dvi: dvi-am
 
441
 
 
442
dvi-am:
 
443
 
 
444
html: html-am
 
445
 
 
446
info: info-am
 
447
 
 
448
info-am:
 
449
 
 
450
install-data-am:
 
451
 
 
452
install-dvi: install-dvi-am
 
453
 
 
454
install-exec-am:
 
455
 
 
456
install-html: install-html-am
 
457
 
 
458
install-info: install-info-am
 
459
 
 
460
install-man:
 
461
 
 
462
install-pdf: install-pdf-am
 
463
 
 
464
install-ps: install-ps-am
 
465
 
 
466
installcheck-am:
 
467
 
 
468
maintainer-clean: maintainer-clean-am
 
469
        -rm -rf ./$(DEPDIR)
 
470
        -rm -f Makefile
 
471
maintainer-clean-am: distclean-am maintainer-clean-generic
 
472
 
 
473
mostlyclean: mostlyclean-am
 
474
 
 
475
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
476
        mostlyclean-libtool
 
477
 
 
478
pdf: pdf-am
 
479
 
 
480
pdf-am:
 
481
 
 
482
ps: ps-am
 
483
 
 
484
ps-am:
 
485
 
 
486
uninstall-am:
 
487
 
 
488
.MAKE: install-am install-strip
 
489
 
 
490
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
491
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
492
        distclean-compile distclean-generic distclean-libtool \
 
493
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
494
        install install-am install-data install-data-am install-dvi \
 
495
        install-dvi-am install-exec install-exec-am install-html \
 
496
        install-html-am install-info install-info-am install-man \
 
497
        install-pdf install-pdf-am install-ps install-ps-am \
 
498
        install-strip installcheck installcheck-am installdirs \
 
499
        maintainer-clean maintainer-clean-generic mostlyclean \
 
500
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
501
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
502
 
 
503
 
 
504
ghiGetBinaryHandlers.h: ghiGetBinaryHandlers.x
 
505
        $(RPCGEN) -h -o $@ ghiGetBinaryHandlers.x
 
506
        $(SED) 's,rpc/rpc\.h,vmxrpc.h,' $@ > $@.tmp
 
507
        mv $@.tmp $@
 
508
        $(MKDIR_P) $(top_builddir)/include/guestrpc
 
509
        cp $@ $(top_builddir)/include/guestrpc
 
510
 
 
511
ghiGetBinaryHandlers_xdr.c: ghiGetBinaryHandlers.x ghiGetBinaryHandlers.h
 
512
        $(RPCGEN) -c -o $@ ghiGetBinaryHandlers.x
 
513
 
 
514
ghiProtocolHandler.h: ghiProtocolHandler.x
 
515
        $(RPCGEN) -h -o $@ ghiProtocolHandler.x
 
516
        $(SED) 's,rpc/rpc\.h,vmxrpc.h,' $@ > $@.tmp
 
517
        mv $@.tmp $@
 
518
        $(MKDIR_P) $(top_builddir)/include/guestrpc
 
519
        cp $@ $(top_builddir)/include/guestrpc
 
520
 
 
521
ghiProtocolHandler_xdr.c: ghiProtocolHandler.x ghiProtocolHandler.h
 
522
        $(RPCGEN) -c -o $@ ghiProtocolHandler.x
 
523
 
 
524
nicinfo.h: nicinfo.x
 
525
        $(RPCGEN) -h -o $@ nicinfo.x
 
526
        $(SED) 's,rpc/rpc\.h,vmxrpc.h,' $@ > $@.tmp
 
527
        mv $@.tmp $@
 
528
        $(MKDIR_P) $(top_builddir)/include/guestrpc
 
529
        cp $@ $(top_builddir)/include/guestrpc
 
530
 
 
531
nicinfo_xdr.c: nicinfo.x nicinfo.h
 
532
        $(RPCGEN) -c -o $@ nicinfo.x
 
533
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
534
# Otherwise a system limit (for SysV at least) may be exceeded.
 
535
.NOEXPORT: