VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk@ 25983

Last change on this file since 25983 was 25975, checked in by vboxsync, 15 years ago

CPU hotplug: Merge guest additions patch

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1# $Id: Makefile.kmk 25975 2010-01-22 15:29:12Z vboxsync $
2## @file
3# Sub-Makefile for the Cross Platform Guest Addition Services.
4#
5
6#
7# Copyright (C) 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# Target lists.
27#
28PROGRAMS += VBoxService
29PROGRAMS.win.x86 += VBoxServiceNT
30
31#
32# VBoxService
33#
34VBoxService_TEMPLATE = VBOXGUESTR3EXE
35VBoxService_DEFS = VBOXSERVICE_TIMESYNC
36VBoxService_DEFS.win += _WIN32_WINNT=0x0501
37VBoxService_DEFS.os2 = VBOX_WITH_HGCM VBOXSERVICE_CLIPBOARD
38ifdef VBOX_WITH_GUEST_PROPS
39 VBoxService_DEFS += VBOX_WITH_GUEST_PROPS VBOXSERVICE_VMINFO
40 if1of ($(KBUILD_TARGET), win)
41 VBoxService_DEFS += VBOX_WITH_HGCM VBOXSERVICE_EXEC
42 endif
43endif
44VBoxService_SOURCES = \
45 VBoxService.cpp \
46 VBoxServiceTimeSync.cpp \
47 VBoxServiceUtils.cpp
48ifdef VBOX_WITH_GUEST_PROPS
49 VBoxService_SOURCES.win = \
50 VBoxServiceVMInfo-win.cpp
51 VBoxService_SOURCES += \
52 VBoxServiceVMInfo.cpp
53 if1of ($(KBUILD_TARGET), win)
54 VBoxService_SOURCES += \
55 VBoxServiceExec.cpp
56 endif
57endif
58VBoxService_SOURCES.win += \
59 VBoxService-win.rc \
60 VBoxService-win.cpp
61VBoxService_SOURCES.os2 = \
62 VBoxService-os2.def \
63 VBoxServiceClipboard-os2.cpp
64
65# CPU hotplug support only for Linux guests at the moment
66VBoxService_DEFS.linux += VBOXSERVICE_CPUHOTPLUG
67VBoxService_SOURCES.linux += \
68 VBoxServiceCpuHotplug.cpp
69
70VBoxService_LIBS = \
71 $(VBOX_LIB_IPRT_GUEST_R3) \
72 $(VBOX_LIB_VBGL_R3) \
73 $(VBOX_LIB_IPRT_GUEST_R3)
74ifdef VBOX_WITH_GUEST_PROPS
75 VBoxService_LIBS.win += \
76 Secur32.lib \
77 WtsApi32.lib \
78 Psapi.lib
79 VBoxService_LIBS.solaris += \
80 nsl
81endif
82
83#
84# VBoxServiceNT - NT4 version of VBoxService.
85#
86VBoxServiceNT_TEMPLATE = VBOXGUESTR3EXE
87VBoxServiceNT_EXTENDS = VBoxService
88VBoxServiceNT_DEFS.win = _WIN32_WINNT=0x0400 TARGET_NT4
89
90#VBoxServiceVMInfo.cpp uses VBOX_SVN_REV.
91VBoxServiceVMInfo.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV)
92VBoxServiceVMInfo.cpp_DEPS = $(VBOX_SVN_REV_KMK)
93
94#
95# The icon is configurable.
96#
97VBoxService-win.rc_INCS = $(PATH_VBoxService)
98VBoxService-win.rc_DEPS = $(PATH_VBoxService)/VBoxService-win-icon.rc
99VBoxService-win.rc_CLEAN = $(PATH_VBoxService)/VBoxService-win-icon.rc
100
101# Icon include file.
102$$(PATH_VBoxService)/VBoxService-win-icon.rc: $(VBOX_WINDOWS_ADDITIONS_ICON_FILE) $$(VBoxService_PATH)/Makefile.kmk | $$(dir $$@)
103 $(RM) -f $@
104 $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ADDITIONS_ICON_FILE))"'
105
106include $(KBUILD_PATH)/subfooter.kmk
107
Note: See TracBrowser for help on using the repository browser.

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