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

« back to all changes in this revision

Viewing changes to src/VBox/HostServices/SharedFolders/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 35380 2010-12-30 16:06:17Z vboxsync $
 
1
# $Id: Makefile.kmk 38152 2011-07-25 12:19:13Z vboxsync $
2
2
## @file
3
3
# Sub-Makefile for the Shared Folders Host Service testcases.
4
4
#
35
35
tstShflSizes_SOURCES  = tstShflSizes.cpp
36
36
tstShflSizes_CLEAN    = $(tstShflSizes_0_OUTDIR)/tstShflSizes.run
37
37
 
38
 
$$(tstShflSizes_0_OUTDIR)/tstShflSizes.run: $$(INSTARGET_tstShflSizes)
39
 
        $(INSTARGET_tstShflSizes) quiet
 
38
$$(tstShflSizes_0_OUTDIR)/tstShflSizes.run: $$(tstShflSizes_1_STAGE_TARGET)
 
39
        $(tstShflSizes_1_STAGE_TARGET) quiet
40
40
        $(QUIET)$(APPEND) -t "$@" "done"
41
41
 
42
42