VirtualBox

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

Last change on this file since 10552 was 10245, checked in by vboxsync, 16 years ago

Fixed few more dependencies on Makefile.kmk.

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