VirtualBox

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

Last change on this file since 44528 was 44278, checked in by vboxsync, 12 years ago

IPRT: Initial implementation of rm. Missing interactivity. Not tested at all (later).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1# $Id: Makefile.kmk 44278 2013-01-13 20:52:34Z vboxsync $
2## @file
3# Sub-Makefile for the IPRT tools.
4#
5
6#
7# Copyright (C) 2006-2013 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 += RTRm
40 RTRm_TEMPLATE = VBOXR3TSTEXE
41 RTRm_SOURCES = RTRm.cpp
42
43 # RTManifest is a tool for creating and verifying manifest files.
44 PROGRAMS += RTManifest
45 RTManifest_TEMPLATE = VBOXR3TSTEXE
46 RTManifest_SOURCES = RTManifest.cpp
47
48 # RTLdrFlt is similar to c++filt, except that it's for VMMR0.r0 stacks.
49 PROGRAMS += RTLdrFlt
50 RTLdrFlt_TEMPLATE = VBOXR3TSTEXE
51 RTLdrFlt_SOURCES = RTLdrFlt.cpp
52
53 # RTGzip - our gzip clone (for testing the gzip/gunzip streaming code)
54 PROGRAMS += RTGzip
55 RTGzip_TEMPLATE = VBOXR3TSTEXE
56 RTGzip_SOURCES = RTGzip.cpp
57
58 # RTShutdown - similar (but not identical) to a typical unix shutdown command.
59 PROGRAMS += RTShutdown
60 RTShutdown_TEMPLATE = VBOXR3TSTEXE
61 RTShutdown_SOURCES = RTShutdown.cpp
62
63 # RTTar - our tar clone (for testing the tar/gzip/gunzip streaming code)
64 PROGRAMS += RTTar
65 RTTar_TEMPLATE = VBOXR3TSTEXE
66 RTTar_SOURCES = RTTar.cpp
67
68endif # !VBOX_ONLY_EXTPACKS_USE_IMPLIBS
69
70include $(FILE_KBUILD_SUB_FOOTER)
71
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