VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk@ 42239

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

More Visual C++ 2010 adjustments and hacks.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 3.5 KB
 
1# $Id: Makefile.kmk 42239 2012-07-19 20:40:31Z vboxsync $
2## @file
3# Sub-Makefile for the VirtualBox Guest Addition X11 Client.
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
21#
22# VBoxClient - clipboard and seamless.
23#
24PROGRAMS += VBoxClient
25
26VBoxClient_TEMPLATE = NewVBoxGuestR3Exe
27VBoxClient_DEFS += VBOX_X11_CLIPBOARD VBOX_WITH_HGCM
28ifdef VBOX_WITH_DBUS
29 VBoxClient_DEFS += VBOX_WITH_DBUS
30endif
31VBoxClient_DEFS.linux += _GNU_SOURCE
32VBoxClient_SOURCES = \
33 main.cpp
34VBoxClient_SOURCES += \
35 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp \
36 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp \
37 clipboard.cpp
38VBoxClient_LIBPATH = \
39 $(VBOX_LIBPATH32_X11)
40VBoxClient_LIBS.freebsd = \
41 iconv
42VBoxClient_LIBS.linux = \
43 dl
44VBoxClient_LIBS.solaris = \
45 dl
46VBoxClient_LIBS = \
47 X11 \
48 Xrandr \
49 Xt
50# Xtst
51# These are static replacements for gcc-specific parts of libstdc++
52VBoxClient_LIBS += \
53 supc++ \
54 gcc_eh
55ifdef VBOX_X11_SEAMLESS_GUEST
56 VBoxClient_DEFS += SEAMLESS_GUEST DYNAMIC_RESIZE
57 VBoxClient_SOURCES += \
58 seamless.cpp \
59 seamless-host.cpp \
60 seamless-x11.cpp \
61 thread.cpp \
62 display.cpp \
63 hostversion.cpp
64 VBoxClient_LIBS += \
65 Xext Xmu
66endif
67ifdef VBOX_WITH_GUEST_PROPS
68 VBoxClient_DEFS += VBOX_WITH_GUEST_PROPS
69endif
70ifdef VBOX_WITH_DRAG_AND_DROP
71 VBoxClient_DEFS += VBOX_WITH_DRAG_AND_DROP
72 VBoxClient_SOURCES += \
73 draganddrop.cpp
74endif
75
76ifdef VBOX_X11_SEAMLESS_GUEST
77 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
78 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
79
80# Set this in LocalConfig.kmk if you are working on the X11 clipboard service
81# to automatically run the unit test at build time.
82# OTHERS += $(tstSeamlessX11-auto_0_OUTDIR)/tstSeamlessX11-auto.run
83
84 PROGRAMS += tstSeamlessX11-auto
85 tstSeamlessX11-auto_TEMPLATE = VBOXR3TSTEXE
86 tstSeamlessX11-auto_SOURCES = \
87 testcase/tstSeamlessX11-auto.cpp \
88 seamless-x11.cpp
89 tstSeamlessX11-auto_DEFS = TESTCASE
90 tstSeamlessX11-auto_LIBS = \
91 $(LIB_RUNTIME)
92
93 TESTING += $(tstSeamlessX11-auto_0_OUTDIR)/tstSeamlessX11-auto
94$$(tstSeamlessX11-auto_0_OUTDIR)/tstSeamlessX11-auto.run: \
95 $$(tstSeamlessX11-auto_1_STAGE_TARGET)
96 export VBOX_LOG_DEST=nofile; $(tstSeamlessX11-auto_1_STAGE_TARGET) quiet
97 $(QUIET)$(APPEND) -t "$@" "done"
98
99 #
100 # Additional testcase designed to be run manually, which initiates and starts the Linux
101 # guest client part of the seamless additions in the host, faking seamless events from
102 # the host and writing information about guest events to standard output.
103 #
104 PROGRAMS += tstSeamlessX11
105 tstSeamlessX11_TEMPLATE = VBOXR3TSTEXE
106 tstSeamlessX11_SOURCES = \
107 testcase/tstSeamlessX11.cpp \
108 seamless-host.cpp \
109 seamless-x11.cpp \
110 thread.cpp
111 tstSeamlessX11_LIBPATH = \
112 $(VBOX_LIBPATH_X11)
113 tstSeamlessX11_LIBS = \
114 $(LIB_RUNTIME) \
115 Xext \
116 Xmu \
117 X11
118 endif
119 endif
120endif
121
122include $(FILE_KBUILD_SUB_FOOTER)
123
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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