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

« back to all changes in this revision

Viewing changes to src/VBox/HostDrivers/VBoxUSB/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 37423 2011-06-12 18:37:56Z vboxsync $
 
1
# $Id: Makefile.kmk 38183 2011-07-26 13:20:51Z vboxsync $
2
2
## @file
3
3
# Sub-Makefile for the Windows USB drivers.
4
4
#
5
5
 
6
6
#
7
 
# Copyright (C) 2006-2007 Oracle Corporation
 
7
# Copyright (C) 2006-2011 Oracle Corporation
8
8
#
9
9
# This file is part of VirtualBox Open Source Edition (OSE), as
10
10
# available from http://www.virtualbox.org. This file is free software;
49
49
USBLib_SOURCES.win = \
50
50
        win/lib/VBoxUsbLib-win.cpp
51
51
 
52
 
#
53
 
# USBFilter testcase.
54
 
#
55
52
ifdef VBOX_WITH_TESTCASES
56
 
PROGRAMS += tstUSBFilter
57
 
tstUSBFilter_TEMPLATE = VBOXR3TSTEXE
58
 
tstUSBFilter_DEFS = IN_USBLIB
59
 
tstUSBFilter_SOURCES  = \
60
 
        testcase/tstUSBFilter.cpp
61
 
tstUSBFilter_LIBS  = \
62
 
        $(USBLib_1_TARGET)
63
 
endif
 
53
 #
 
54
 # USBFilter testcase.
 
55
 #
 
56
 PROGRAMS += tstUSBFilter
 
57
 tstUSBFilter_TEMPLATE = VBOXR3TSTEXE
 
58
 tstUSBFilter_DEFS = IN_USBLIB
 
59
 tstUSBFilter_SOURCES  = \
 
60
        testcase/tstUSBFilter.cpp
 
61
 tstUSBFilter_LIBS  = \
 
62
        $(USBLib_1_TARGET)
 
63
endif # VBOX_WITH_TESTCASES
64
64
 
65
65
 
66
66
# generate rules