VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk@ 66938

Last change on this file since 66938 was 62489, checked in by vboxsync, 8 years ago

(C) 2016

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.9 KB
Line 
1# $Id: Makefile.kmk 62489 2016-07-22 18:41:09Z vboxsync $
2## @file
3# Sub-Makefile for the Shared Clipboard Host Service.
4#
5
6#
7# Copyright (C) 2006-2016 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
21# Include sub-makefile(s).
22include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
23
24#
25# The shared folder service DLL.
26#
27DLLS += VBoxSharedClipboard
28VBoxSharedClipboard_TEMPLATE = VBOXR3
29VBoxSharedClipboard_DEFS = VBOX_WITH_HGCM
30VBoxSharedClipboard_INCS.win = \
31 $(VBOX_PATH_SDK)
32
33VBoxSharedClipboard_SOURCES = \
34 service.cpp
35VBoxSharedClipboard_SOURCES.win = \
36 VBoxClipboard-win.cpp \
37 VBoxSharedClipboard.rc
38VBoxSharedClipboard_SOURCES.darwin = \
39 darwin.cpp \
40 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp \
41 darwin-pasteboard.cpp
42if1of ($(KBUILD_TARGET), linux solaris freebsd) ## @todo X11
43 ifndef VBOX_HEADLESS
44 VBoxSharedClipboard_SOURCES += \
45 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp \
46 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp \
47 x11-clipboard.cpp
48 else
49 VBoxSharedClipboard_SOURCES += \
50 x11-stub.cpp
51 endif
52endif
53
54VBoxSharedClipboard_LIBS = \
55 $(LIB_VMM) \
56 $(LIB_RUNTIME) \
57 $(LIB_REM)
58if1of ($(KBUILD_TARGET), linux solaris freebsd)
59 ifndef VBOX_HEADLESS
60 VBoxSharedClipboard_LIBPATH = \
61 $(VBOX_LIBPATH_X11)
62 VBoxSharedClipboard_LIBS += \
63 Xt \
64 X11
65 endif
66endif
67
68VBoxSharedClipboard_LDFLAGS.darwin = \
69 -framework ApplicationServices -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxSharedClipboard.dylib
70
71if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
72 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
73 #
74 # Set this in LocalConfig.kmk if you are working on the X11 clipboard service
75 # to automatically run the unit test at build time.
76 # OTHERS += $(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run
77 PROGRAMS += tstClipboardX11-2
78 TESTING += $(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run
79 tstClipboardX11-2_TEMPLATE = VBOXR3TSTEXE
80 tstClipboardX11-2_DEFS = VBOX_WITH_HGCM TESTCASE
81 tstClipboardX11-2_SOURCES = x11-clipboard.cpp
82 tstClipboardX11-2_LIBS = $(LIB_RUNTIME)
83 tstClipboardX11-2_CLEANS = $(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run
84
85$$(tstClipboardX11-2_0_OUTDIR)/tstClipboardX11-2.run: $$(tstClipboardX11-2_1_STAGE_TARGET)
86 export VBOX_LOG_DEST=nofile; $(tstClipboardX11-2_1_STAGE_TARGET) quiet
87 $(QUIET)$(APPEND) -t "$@" "done"
88 endif # 1of ($(KBUILD_TARGET),freebsd linux netbsd openbsd solaris)
89endif
90
91include $(FILE_KBUILD_SUB_FOOTER)
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