VirtualBox

source: vbox/trunk/src/VBox/Additions/Makefile.kmk@ 13762

Last change on this file since 13762 was 13322, checked in by vboxsync, 16 years ago

crOpenGL: build crOpenGL if defined VBOX_WITH_CROGL

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 12.2 KB
Line 
1# $Id: Makefile.kmk 13322 2008-10-16 09:01:23Z vboxsync $
2## @file
3# Top-level makefile for the VirtualBox Guest Additions.
4#
5
6#
7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22SUB_DEPTH = ../../..
23include $(KBUILD_PATH)/subheader.kmk
24
25#
26# Globals
27#
28VBOX_PATH_ADDITIONS_SRC := $(PATH_SUB_CURRENT)
29
30#
31# Cross building of the additions is generally done by remote building
32# by means of smbfs, cifs, VBOX_ONLY_ADDITIONS=1 and setting KBUILD_TARGET
33# and KBUILD_TARGET_ARCH to the desired target and architecture.
34#
35# Limited support for cross building the windows additions using wine
36# is provided. There are a couple of issues with the approach (lack of
37# signing, no VC++ 8 support, ++) that makes it unsuitable for releases.
38#
39#
40# Note! VBOX_WITH_ADDITIONS is checked for by our parent makefile.
41#
42# Note! VBOX_WITH_X11_ADDITIONS is set in Config.kmk
43#
44# Note! The additions build box will set the VBOX_WITH_ADDITIONS_ISO.win.x86
45# variables before invoking us from the root makefile.
46#
47# ==> All we have to worry about is what to do on the target we're on.
48#
49VBOX_WITH_ADDITIONS_ISO.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) = 1
50
51# Include sub-makefiles.
52include $(PATH_SUB_CURRENT)/common/Makefile.kmk
53
54ifdef VBOX_WITH_X11_ADDITIONS
55 include $(PATH_SUB_CURRENT)/x11/Makefile.kmk
56endif
57
58ifeq ($(KBUILD_TARGET),freebsd)
59 include $(PATH_SUB_CURRENT)/freebsd/Makefile.kmk
60endif
61ifeq ($(KBUILD_TARGET),linux)
62 include $(PATH_SUB_CURRENT)/linux/Makefile.kmk
63endif
64#ifeq ($(KBUILD_TARGET),os2)
65# include $(PATH_SUB_CURRENT)/os2/Makefile.kmk
66#endif
67ifeq ($(KBUILD_TARGET),solaris)
68 include $(PATH_SUB_CURRENT)/solaris/Makefile.kmk
69endif
70ifeq ($(KBUILD_TARGET),win)
71 include $(PATH_SUB_CURRENT)/WINNT/Makefile.kmk
72endif
73
74# @todo move crOpenGL parts into correct places in source tree
75if1of ($(KBUILD_TARGET),win linux solaris)
76 ifdef VBOX_WITH_CROGL
77 include $(PATH_SUB_CURRENT)/WINNT/Graphics/crOpenGL/Makefile.kmk
78 endif
79endif
80
81# The packing target rule, but only if we're on the local build box.
82# (VBOX_WITHOUT_ADDITIONS_ISO is used by the additions build box, see the root makefile.)
83ifndef VBOX_WITHOUT_ADDITIONS_ISO
84 PACKING += $(PATH_BIN)/additions/VBoxGuestAdditions.iso
85endif
86
87include $(KBUILD_PATH)/subfooter.kmk
88
89#
90# File per-OS/arch file specs for the additions iso (alphabetical order).
91#
92# We test for the VBOX_WITH_ADDITIONS_ISO.os.arch so that we don't have to
93# do the $(if )'ing down where the GUESTADDITIONS_FILESPEC.os.arch down
94# in the dependency list and mkisofs command.
95#
96
97ifdef VBOX_WITH_ADDITIONS_ISO.freebsd.amd64
98 VBOX_PATH_ADDITIONS.freebsd.amd64 = $(PATH_OUT_BASE)/freebsd.amd64/$(KBUILD_TYPE)/bin/additions
99 GUESTADDITIONS_FILESPEC.freebsd.amd64 = \
100 VBoxFreeBSDAdditions-amd64.tbz=$(VBOX_PATH_ADDITIONS.freebsd.amd64)/VBoxFreeBSDAdditions.tbz
101endif
102ifdef VBOX_WITH_ADDITIONS_ISO.freebsd.x86
103 VBOX_PATH_ADDITIONS.freebsd.x86 = $(PATH_OUT_BASE)/freebsd.x86/$(KBUILD_TYPE)/bin/additions
104 GUESTADDITIONS_FILESPEC.freebsd.x86 = \
105 VBoxFreeBSDAdditions-x86.tbz=$(VBOX_PATH_ADDITIONS.freebsd.x86)/VBoxFreeBSDAdditions.tbz
106endif
107
108
109ifdef VBOX_WITH_ADDITIONS_ISO.os2.x86
110 VBOX_PATH_ADDITIONS.os2.x86 = $(PATH_OUT_BASE)/os2.x86/$(KBUILD_TYPE)/bin/additions
111 GUESTADDITIONS_FILESPEC.os2.x86 = \
112 32Bit/OS2/VBoxGuest.sys=$(VBOX_PATH_ADDITIONS.os2.x86)/VBoxGuest.sys \
113 32Bit/OS2/VBoxService.exe=$(VBOX_PATH_ADDITIONS.os2.x86)/VBoxService.exe \
114 32Bit/OS2/gengradd.dll=$(VBOX_PATH_ADDITIONS.os2.x86)/gengradd.dll \
115 32Bit/OS2/libc063.dll=$(VBOX_PATH_ADDITIONS_SRC)/os2/Bin/libc063.dll \
116 32Bit/OS2/readme.txt=$(VBOX_PATH_ADDITIONS_SRC)/os2/Bin/readme.txt \
117 32Bit/OS2/vboxmouse.sys=$(VBOX_PATH_ADDITIONS.os2.x86)/vboxmouse.sys
118else ifdef VBOX_WITH_OS2_ADDITIONS_BIN
119 GUESTADDITIONS_FILESPEC.os2.x86 = \
120 32Bit/OS2/VBoxGuest.sys=$(VBOX_PATH_ADDITIONS_SRC)/os2/Bin/VBoxGuest.sys \
121 32Bit/OS2/VBoxService.exe=$(VBOX_PATH_ADDITIONS_SRC)/os2/Bin/VBoxService.exe \
122 32Bit/OS2/gengradd.dll=$(VBOX_PATH_ADDITIONS_SRC)/os2/Bin/gengradd.dll \
123 32Bit/OS2/libc063.dll=$(VBOX_PATH_ADDITIONS_SRC)/os2/Bin/libc063.dll \
124 32Bit/OS2/readme.txt=$(VBOX_PATH_ADDITIONS_SRC)/os2/Bin/readme.txt \
125 32Bit/OS2/vboxmouse.sys=$(VBOX_PATH_ADDITIONS_SRC)/os2/Bin/vboxmouse.sys
126endif
127
128
129ifdef VBOX_WITH_ADDITIONS_ISO.linux.amd64
130 VBOX_PATH_ADDITIONS.linux.amd64 = $(PATH_OUT_BASE)/linux.amd64/$(KBUILD_TYPE)/bin/additions
131 GUESTADDITIONS_FILESPEC.linux.amd64 = \
132 VBoxLinuxAdditions-amd64.run=$(VBOX_PATH_ADDITIONS.linux.amd64)/VBoxLinuxAdditions.run
133endif
134ifdef VBOX_WITH_ADDITIONS_ISO.linux.x86
135 VBOX_PATH_ADDITIONS.linux.x86 = $(PATH_OUT_BASE)/linux.x86/$(KBUILD_TYPE)/bin/additions
136## @todo 64-bit additions: rename this package, update docs (?) and tests (?). create wrapper? create gnome/kde autorun app (xplatform) ?
137 GUESTADDITIONS_FILESPEC.linux.x86 = \
138 VBoxLinuxAdditions-x86.run=$(VBOX_PATH_ADDITIONS.linux.x86)/VBoxLinuxAdditions.run
139endif
140
141ifdef VBOX_WITH_ADDITIONS_ISO.solaris.amd64
142 VBOX_PATH_ADDITIONS.solaris.amd64 = $(PATH_OUT_BASE)/solaris.amd64/$(KBUILD_TYPE)/bin/additions
143 GUESTADDITIONS_FILESPEC.solaris.amd64 = \
144 VBoxSolarisAdditions-amd64.pkg=$(VBOX_PATH_ADDITIONS.solaris.amd64)/VBoxSolarisAdditions.pkg
145endif
146ifdef VBOX_WITH_ADDITIONS_ISO.solaris.x86
147 VBOX_PATH_ADDITIONS.solaris.x86 = $(PATH_OUT_BASE)/solaris.x86/$(KBUILD_TYPE)/bin/additions
148 GUESTADDITIONS_FILESPEC.solaris.x86 = \
149 VBoxSolarisAdditions-x86.pkg=$(VBOX_PATH_ADDITIONS.solaris.x86)/VBoxSolarisAdditions.pkg
150endif
151ifdef VBOX_WITH_COMBINED_SOLARIS_GUEST_PACKAGE
152 # Build combined 32bit and 64bit solaris additions, not just a single arch.
153 # This assumes that the 32bit build directory contains the combined additions
154 # for 32bit and 64bit solaris. This just modifies variables set above.
155 GUESTADDITIONS_FILESPEC.solaris.x86 = \
156 VBoxSolarisAdditions.pkg=$(VBOX_PATH_ADDITIONS.solaris.x86)/VBoxSolarisAdditions.pkg
157 GUESTADDITIONS_FILESPEC.solaris.amd64 =
158endif
159
160ifdef VBOX_WITH_ADDITIONS_ISO.win.amd64
161 VBOX_PATH_ADDITIONS.win.amd64 = $(PATH_OUT_BASE)/win.amd64/$(KBUILD_TYPE)/bin/additions
162 GUESTADDITIONS_FILESPEC.win.amd64 = \
163 64Bit/Windows/Drivers/VBoxGuest/VBoxGuest.sys=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxGuest.sys \
164 64Bit/Windows/Drivers/VBoxGuest/VBoxGuest.inf=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxGuest.inf \
165 64Bit/Windows/Drivers/VBoxGuest/VBoxTray.exe=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxTray.exe \
166 64Bit/Windows/Drivers/VBoxGuest/VBoxHook.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxHook.dll \
167 64Bit/Windows/Drivers/VBoxGuest/VBoxControl.exe=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxControl.exe \
168 64Bit/Windows/Drivers/VBoxGuest/VBCoInst.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBCoInst.dll \
169 64Bit/Windows/Drivers/VBoxGuest/VBoxMouse.sys=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxMouse.sys \
170 64Bit/Windows/Drivers/VBoxGuest/VBoxMouse.inf=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxMouse.inf \
171 64Bit/Windows/Drivers/VBoxVideo/VBoxVideo.sys=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxVideo.sys \
172 64Bit/Windows/Drivers/VBoxVideo/VBoxVideo.inf=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxVideo.inf \
173 64Bit/Windows/Drivers/VBoxVideo/VBoxDisp.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxDisp.dll \
174 64Bit/Windows/Gina/VBoxGINA.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxGINA.dll \
175 VBoxWindowsAdditions-amd64.exe=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxWindowsAdditions-amd64.exe
176 ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS
177 GUESTADDITIONS_FILESPEC.win.amd64 += \
178 64Bit/Windows/Drivers/VBoxSF/VBoxSF.sys=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxSF.sys \
179 64Bit/Windows/Drivers/VBoxSF/VBoxMRXNP.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxMRXNP.dll
180 endif
181 ifdef VBOX_SIGNING_MODE
182 GUESTADDITIONS_FILESPEC.win.amd64 += \
183 64Bit/Windows/Drivers/VBoxGuest/VBoxGuest.cat=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxGuest.cat \
184 64Bit/Windows/Drivers/VBoxVideo/VBoxVideo.cat=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxVideo.cat \
185 64Bit/Windows/Drivers/VBoxGuest/VBoxMouse.cat=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxMouse.cat
186 endif
187endif
188
189ifdef VBOX_WITH_ADDITIONS_ISO.win.x86
190 VBOX_PATH_ADDITIONS.win.x86 = $(PATH_OUT_BASE)/win.x86/$(KBUILD_TYPE)/bin/additions
191 GUESTADDITIONS_FILESPEC.win.x86 = \
192 32Bit/Windows/Drivers/VBoxGuest/VBoxGuest.sys=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxGuest.sys \
193 32Bit/Windows/Drivers/VBoxGuest/VBoxGuest.inf=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxGuest.inf \
194 32Bit/Windows/Drivers/VBoxGuest/VBoxTray.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxTray.exe \
195 32Bit/Windows/Drivers/VBoxGuest/VBoxHook.dll=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxHook.dll \
196 32Bit/Windows/Drivers/VBoxGuest/VBoxControl.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxControl.exe \
197 32Bit/Windows/Drivers/VBoxGuest/VBCoInst.dll=$(VBOX_PATH_ADDITIONS.win.x86)/VBCoInst.dll \
198 32Bit/Windows/Drivers/VBoxGuest/VBoxMouse.sys=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxMouse.sys \
199 32Bit/Windows/Drivers/VBoxGuest/VBoxMouse.inf=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxMouse.inf \
200 32Bit/Windows/Drivers/VBoxVideo/VBoxVideo.sys=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxVideo.sys \
201 32Bit/Windows/Drivers/VBoxVideo/VBoxVideo.inf=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxVideo.inf \
202 32Bit/Windows/Drivers/VBoxVideo/VBoxDisp.dll=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxDisp.dll \
203 32Bit/Windows/Gina/VBoxGINA.dll=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxGINA.dll \
204 32Bit/Windows/3rdParty/AMD_PCnet/netamd.inf=./WINNT/Network/AMD/netamd.inf \
205 32Bit/Windows/3rdParty/AMD_PCnet/pcntpci5.cat=./WINNT/Network/AMD/pcntpci5.cat \
206 32Bit/Windows/3rdParty/AMD_PCnet/PCNTPCI5.sys=./WINNT/Network/AMD/PCNTPCI5.sys \
207 VBoxWindowsAdditions-x86.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions-x86.exe \
208 VBoxWindowsAdditions.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions.exe \
209 AUTORUN.INF=./WINNT/Installer/AUTORUN.INF
210 ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS
211 GUESTADDITIONS_FILESPEC.win.x86 += \
212 32Bit/Windows/Drivers/VBoxSF/VBoxSF.sys=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxSF.sys \
213 32Bit/Windows/Drivers/VBoxSF/VBoxMRXNP.dll=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxMRXNP.dll
214 endif
215 ifdef VBOX_SIGNING_MODE
216 GUESTADDITIONS_FILESPEC.win.x86 += \
217 32Bit/Windows/Drivers/VBoxGuest/VBoxGuest.cat=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxGuest.cat \
218 32Bit/Windows/Drivers/VBoxVideo/VBoxVideo.cat=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxVideo.cat \
219 32Bit/Windows/Drivers/VBoxVideo/VBoxMouse.cat=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxMouse.cat
220 endif
221endif # win.x86
222
223
224#
225# Build the Guest Additions ISO image.
226#
227ifndef VBOX_WITHOUT_ADDITIONS_ISO
228$(VBOX_PATH_ADDITIONS)/VBoxGuestAdditions.iso: \
229 $(filter-out %=deleteme=,\
230 $(subst =,=deleteme= ,\
231 $(GUESTADDITIONS_FILESPEC.win.x86) \
232 $(GUESTADDITIONS_FILESPEC.win.amd64) \
233 $(GUESTADDITIONS_FILESPEC.solaris.x86) \
234 $(GUESTADDITIONS_FILESPEC.solaris.amd64) \
235 $(GUESTADDITIONS_FILESPEC.os2.x86) \
236 $(GUESTADDITIONS_FILESPEC.linux.x86) \
237 $(GUESTADDITIONS_FILESPEC.linux.amd64) \
238 $(GUESTADDITIONS_FILESPEC.freebsd.x86) \
239 $(GUESTADDITIONS_FILESPEC.freebsd.amd64) \
240 )\
241 ) \
242 $(VBOX_SVN_REV_KMK) \
243 $(VBOX_PATH_ADDITIONS_SRC)/Makefile.kmk
244 $(call MSG_TOOL,mkisofs,,$@)
245 $(QUIET)$(MKDIR) -p $(@D)
246 @# use iso-level 3 which is the most ISO conforming level with least restrictions; iso-level 4 maps to iso-level 2
247 @# with some extra restrictions removal (not conforming to ISO9660) which some platforms like Solaris 10 does not like.
248 $(VBOX_MKISOFS) -rational-rock -joliet -iso-level 3 \
249 -volid "VBOXADDITIONS_$(VBOX_VERSION_STRING)_$(VBOX_SVN_REV)" -l -graft-points -o $@ \
250 $(GUESTADDITIONS_FILESPEC.win) \
251 $(GUESTADDITIONS_FILESPEC.win.x86) \
252 $(GUESTADDITIONS_FILESPEC.win.amd64) \
253 $(GUESTADDITIONS_FILESPEC.solaris.x86) \
254 $(GUESTADDITIONS_FILESPEC.solaris.amd64) \
255 $(GUESTADDITIONS_FILESPEC.os2.x86) \
256 $(GUESTADDITIONS_FILESPEC.linux.x86) \
257 $(GUESTADDITIONS_FILESPEC.linux.amd64) \
258 $(GUESTADDITIONS_FILESPEC.freebsd.x86) \
259 $(GUESTADDITIONS_FILESPEC.freebsd.amd64)
260
261# Alias for creating the iso.
262.PHONY: additions-iso
263additions-iso: $(VBOX_PATH_ADDITIONS)/VBoxGuestAdditions.iso
264
265endif
266
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use