VirtualBox

source: vbox/trunk/src/bldprogs/Makefile.kmk@ 42265

最後變更 在這個檔案從42265是 42265,由 vboxsync 提交於 13 年 前

Additions build fix.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.7 KB
 
1# $Id: Makefile.kmk 42265 2012-07-20 14:20:16Z vboxsync $
2## @file
3# Sub-Makefile for various generic build tools (there is currently only one of them).
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.alldomusa.eu.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
18SUB_DEPTH = ../..
19include $(KBUILD_PATH)/subheader.kmk
20
21BLDPROGS += bin2c biossums filesplitter VBoxCmp
22
23bin2c_TEMPLATE = VBOXBLDPROG
24bin2c_SOURCES = bin2c.c
25
26biossums_TEMPLATE = VBOXBLDPROG
27biossums_SOURCES = biossums.c
28
29filesplitter_TEMPLATE = VBOXBLDPROG
30filesplitter_SOURCES = filesplitter.cpp
31
32VBoxCmp_TEMPLATE = VBOXBLDPROG
33VBoxCmp_SOURCES = VBoxCmp.cpp
34
35if !defined(VBOX_ONLY_ADDITIONS) \
36 && !defined(VBOX_ONLY_DOCS) \
37 && !defined(VBOX_ONLY_EXTPACKS) \
38 && !defined(VBOX_ONLY_SDK) \
39 && !defined(VBOX_ONLY_TESTSUITE)
40 BLDPROGS += scm
41 scm_TEMPLATE = VBoxAdvBldProg
42 scm_SOURCES = \
43 scm.cpp \
44 scmdiff.cpp \
45 scmrw.cpp \
46 scmstream.cpp \
47 scmsubversion.cpp
48
49
50 BLDPROGS += VBoxTpG
51 VBoxTpG_TEMPLATE = VBoxAdvBldProg
52 VBoxTpG_SOURCES = \
53 VBoxTpG.cpp \
54 scmstream.cpp
55
56 BLDPROGS += VBoxCPP
57 VBoxCPP_TEMPLATE = VBoxAdvBldProg
58 VBoxCPP_SOURCES = \
59 VBoxCPP.cpp \
60 scmstream.cpp
61
62endif
63
64BLDPROGS.win += VBoxPeSetVersion
65VBoxPeSetVersion_TEMPLATE = VBOXBLDPROG
66VBoxPeSetVersion_SOURCES = VBoxPeSetVersion.cpp
67
68include $(FILE_KBUILD_SUB_FOOTER)
69
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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