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

« back to all changes in this revision

Viewing changes to tests/testDebug/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-03-31 14:20:05 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110331142005-3n9red91p7ogkweo
Tags: 2011.03.28-387002-0ubuntu1
* Merge latest upstream git tag.  This has the unlocked_ioctl change
  needed to fix dkms build failures (LP: #727342)
* Changes in debian/rules:
  - work around a bug in toolbox/Makefile, where install-exec-hook is
    not happening.  This needs to get fixed the right way.
  - don't install 'vmware-user' which seems to no longer exist
  - move /etc/xdg into open-vm-toolbox (which should be done using .install)
* debian/open-vm-tools.init: add 'modprobe [-r] vmblock'. (LP: #332323)
* debian/rules and debian/open-vm-toolbox.lintian-overrides:
  - Make vmware-user-suid-wrapper suid-root (LP: #332323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
FGREP = @FGREP@
150
150
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
151
151
FUSE_LIBS = @FUSE_LIBS@
 
152
GIO_CPPFLAGS = @GIO_CPPFLAGS@
 
153
GIO_LIBS = @GIO_LIBS@
152
154
GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@
153
155
GLIB2_LIBS = @GLIB2_LIBS@
154
156
GMODULE_CPPFLAGS = @GMODULE_CPPFLAGS@
164
166
GTK_LIBS = @GTK_LIBS@
165
167
HAVE_DOT = @HAVE_DOT@
166
168
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
169
HGFS_LIBS = @HGFS_LIBS@
167
170
ICU_CPPFLAGS = @ICU_CPPFLAGS@
168
171
ICU_LIBS = @ICU_LIBS@
169
172
INSTALL = @INSTALL@
171
174
INSTALL_PROGRAM = @INSTALL_PROGRAM@
172
175
INSTALL_SCRIPT = @INSTALL_SCRIPT@
173
176
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
177
INSTVMSG = @INSTVMSG@
174
178
KERNEL_RELEASE = @KERNEL_RELEASE@
175
179
LD = @LD@
176
180
LDFLAGS = @LDFLAGS@
183
187
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
184
188
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
185
189
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
190
LINUXINCLUDE = @LINUXINCLUDE@
186
191
LIPO = @LIPO@
187
192
LN_S = @LN_S@
188
193
LTLIBOBJS = @LTLIBOBJS@
217
222
RANLIB = @RANLIB@
218
223
RPCGEN = @RPCGEN@
219
224
RPCGENFLAGS = @RPCGENFLAGS@
 
225
RPCGEN_WRAPPER = @RPCGEN_WRAPPER@
220
226
SED = @SED@
221
227
SET_MAKE = @SET_MAKE@
222
228
SHELL = @SHELL@
233
239
VMTOOLS_CPPFLAGS = @VMTOOLS_CPPFLAGS@
234
240
VMTOOLS_LIBS = @VMTOOLS_LIBS@
235
241
VMUSR_PLUGIN_INSTALLDIR = @VMUSR_PLUGIN_INSTALLDIR@
236
 
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
237
 
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
238
242
XDR_LIBS = @XDR_LIBS@
239
243
XMKMF = @XMKMF@
 
244
XSM_LIBS = @XSM_LIBS@
240
245
X_CFLAGS = @X_CFLAGS@
241
246
X_EXTRA_LIBS = @X_EXTRA_LIBS@
242
247
X_LIBS = @X_LIBS@
636
641
 
637
642
 
638
643
testData.h: $(top_srcdir)/tests/testPlugin/testData.x
639
 
        cp -f $(top_srcdir)/tests/testPlugin/testData.x $(builddir)
640
 
        $(RPCGEN) $(RPCGENFLAGS) -h -o $@ $(builddir)/testData.x
641
 
        $(SED) 's,rpc/rpc\.h,vmxrpc.h,' $@ > $@.tmp
642
 
        mv $@.tmp $@
 
644
        @RPCGEN_WRAPPER@ tests/testPlugin/testData.x $@
643
645
 
644
646
testData_xdr.c: testData.h
645
 
        $(RPCGEN) $(RPCGENFLAGS) -c -o $@ $(builddir)/testData.x
 
647
        @RPCGEN_WRAPPER@ tests/testPlugin/testData.x $@
646
648
 
647
649
# Tell versions [3.59,3.63) of GNU make to not export all variables.
648
650
# Otherwise a system limit (for SysV at least) may be exceeded.