VirtualBox

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

Last change on this file since 57444 was 57029, checked in by vboxsync, 9 years ago

gccplugin: solaris / gcc 4.5.2 port.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1# $Id: Makefile.kmk 57029 2015-07-20 21:12:37Z 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-2015 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
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
35ifndef VBOX_ONLY_BUILD
36 PROGRAMS += scm
37 scm_TEMPLATE = VBoxR3Tool
38 scm_SOURCES = \
39 scm.cpp \
40 scmdiff.cpp \
41 scmrw.cpp \
42 scmstream.cpp \
43 scmsubversion.cpp
44 ifdef VBOX_PATH_SUBVERSION_INCS
45 scm_INCS += $(VBOX_PATH_SUBVERSION_INCS) $(VBOX_PATH_APACHE_RUNTIME_INCS)
46 scm_DEFS += SCM_WITH_SVN_HEADERS
47 endif
48
49 BLDPROGS += VBoxCPP
50 VBoxCPP_TEMPLATE = VBoxAdvBldProg
51 VBoxCPP_SOURCES = \
52 VBoxCPP.cpp \
53 scmstream.cpp
54endif
55
56if !defined(VBOX_ONLY_BUILD) || defined(VBOX_ONLY_EXTPACKS)
57 BLDPROGS += VBoxTpG
58 VBoxTpG_TEMPLATE = VBoxAdvBldProg
59 VBoxTpG_SOURCES = \
60 VBoxTpG.cpp \
61 scmstream.cpp
62endif
63
64BLDPROGS.win += VBoxPeSetVersion
65VBoxPeSetVersion_TEMPLATE = VBoxBldProg
66VBoxPeSetVersion_SOURCES = VBoxPeSetVersion.cpp
67
68
69BLDPROGS += VBoxDef2LazyLoad
70VBoxDef2LazyLoad_TEMPLATE = VBoxBldProg
71VBoxDef2LazyLoad_SOURCES = VBoxDef2LazyLoad.cpp
72
73# temp hack.
74VBoxCompilerPlugInsGcc.o VBoxCompilerPlugInsCommon.o VBoxCompilerPlugIns.o gccplugin: gccplugin$(SUFF_DLL)
75gccplugin$(SUFF_DLL): VBoxCompilerPlugInsGcc.cpp VBoxCompilerPlugInsCommon.cpp VBoxCompilerPlugIns.h
76 g++ -shared -fPIC -g \
77 -DIN_RING3 \
78 $(if-expr "$(KBUILD_TYPE)" != "release",-DDEBUG,) \
79 -I$(shell gcc -print-file-name=plugin/include) \
80 -I$(PATH_ROOT)/include \
81 $(if-expr "$(KBUILD_HOST)" == "solaris", -I/usr/include/gmp -I$(PATH_ROOT)/src/bldprogs/solgcc/,) \
82 -o $@ \
83 VBoxCompilerPlugInsGcc.cpp \
84 VBoxCompilerPlugInsCommon.cpp
85
86
87
88include $(FILE_KBUILD_SUB_FOOTER)
89
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