~ubuntu-branches/ubuntu/oneiric/virtualbox/oneiric-updates

« back to all changes in this revision

Viewing changes to src/VBox/Main/testcase/Makefile.kmk

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-09-02 11:50:47 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20110902115047-kfhmsikrpydgyoji
Tags: 4.1.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox.files/source_virtualbox.py
    - debian/virtualbox.install
  - Drop *-source packages.
  - Add vboxguest modalias the to the package control field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.kmk 37883 2011-07-12 09:53:58Z vboxsync $
 
1
# $Id: Makefile.kmk 38210 2011-07-28 08:42:59Z vboxsync $
2
2
## @file
3
3
# Sub-Makefile for the VBox API testcases.
4
4
#
22
22
# Target and globals (small mess)
23
23
#
24
24
ifndef VBOX_ONLY_SDK
25
 
 if defined(VBOX_WITH_TESTCASES) || "$(USERNAME)" == "umoeller"
 
25
 if defined(VBOX_WITH_TESTCASES)
26
26
  PROGRAMS       += \
27
27
        tstAPI \
28
28
        $(if $(VBOX_OSE),,tstOVF) \
68
68
tstAPI_DEFS += VBOX_WITH_RESOURCE_USAGE_API
69
69
endif
70
70
 
 
71
 
71
72
#
72
73
# tstOVF
73
74
#
97
98
        ovf-winxp-vbox-sharedfolders/winxp.ovf=>ovf-winxp-vbox-sharedfolders/winxp.ovf
98
99
endif
99
100
 
 
101
 
100
102
#
101
103
# tstVBoxAPILinux
102
104
#
143
145
tstCollector_LDFLAGS.solaris += -lkstat
144
146
tstCollector_LDFLAGS.win     += psapi.lib powrprof.lib
145
147
 
 
148
 
146
149
#
147
150
# tstGuestCtrlParseBuffer
148
151
#
149
 
tstGuestCtrlParseBuffer_TEMPLATE = VBOXR3TSTNPEXE
150
 
tstGuestCtrlParseBuffer_SOURCES = tstGuestCtrlParseBuffer.cpp
 
152
tstGuestCtrlParseBuffer_TEMPLATE = VBOXMAINCLIENTEXE
 
153
tstGuestCtrlParseBuffer_SOURCES  = \
 
154
        tstGuestCtrlParseBuffer.cpp \
 
155
        ../src-client/GuestCtrlIO.cpp
 
156
tstGuestCtrlParseBuffer_INCS     = ../include
 
157
ifeq ($(KBUILD_TARGET),win) ## @todo just add this to the template.
 
158
 tstGuestCtrlParseBuffer_DEPS    = $(VBOX_PATH_SDK)/bindings/mscom/include/VirtualBox.h
 
159
else
 
160
 tstGuestCtrlParseBuffer_DEPS    = $(VBOX_PATH_SDK)/bindings/xpcom/include/VirtualBox_XPCOM.h
 
161
endif
 
162
 
151
163
 
152
164
#
153
165
# tstUSBProxyLinux