VirtualBox

source: vbox/trunk/src/VBox/Runtime/tools/Makefile.kmk@ 42852

Last change on this file since 42852 was 41477, checked in by vboxsync, 12 years ago

/Makefile.kmk: Cosmetic changes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1# $Id: Makefile.kmk 41477 2012-05-29 11:43:27Z vboxsync $
2## @file
3# Sub-Makefile for the IPRT tools.
4#
5
6#
7# Copyright (C) 2006-2012 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17# The contents of this file may alternatively be used under the terms
18# of the Common Development and Distribution License Version 1.0
19# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20# VirtualBox OSE distribution, in which case the provisions of the
21# CDDL are applicable instead of those of the GPL.
22#
23# You may elect to license modified versions of this file under the
24# terms and conditions of either the GPL or the CDDL or both.
25#
26
27SUB_DEPTH = ../../../..
28include $(KBUILD_PATH)/subheader.kmk
29
30
31# RTManifest is a tool for creating and verifying manifest files - build version.
32BLDPROGS += bldRTManifest
33bldRTManifest_TEMPLATE = VBoxAdvBldProg
34bldRTManifest_SOURCES = RTManifest.cpp
35
36ifndef VBOX_ONLY_EXTPACKS_USE_IMPLIBS
37
38 # RTManifest is a tool for creating and verifying manifest files.
39 PROGRAMS += RTManifest
40 RTManifest_TEMPLATE = VBOXR3TSTEXE
41 RTManifest_SOURCES = RTManifest.cpp
42
43 # RTLdrFlt is similar to c++filt, except that it's for VMMR0.r0 stacks.
44 PROGRAMS += RTLdrFlt
45 RTLdrFlt_TEMPLATE = VBOXR3TSTEXE
46 RTLdrFlt_SOURCES = RTLdrFlt.cpp
47
48 # RTGzip - our gzip clone (for testing the gzip/gunzip streaming code)
49 PROGRAMS += RTGzip
50 RTGzip_TEMPLATE = VBOXR3TSTEXE
51 RTGzip_SOURCES = RTGzip.cpp
52
53 # RTShutdown - similar (but not identical) to a typical unix shutdown command.
54 PROGRAMS += RTShutdown
55 RTShutdown_TEMPLATE = VBOXR3TSTEXE
56 RTShutdown_SOURCES = RTShutdown.cpp
57
58 # RTTar - our tar clone (for testing the tar/gzip/gunzip streaming code)
59 PROGRAMS += RTTar
60 RTTar_TEMPLATE = VBOXR3TSTEXE
61 RTTar_SOURCES = RTTar.cpp
62
63endif # !VBOX_ONLY_EXTPACKS_USE_IMPLIBS
64
65include $(FILE_KBUILD_SUB_FOOTER)
66
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette