VirtualBox

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

Last change on this file since 8083 was 7892, checked in by vboxsync, 16 years ago

HostServices/SharedClipboard: renamed linux host files to be x11 host files

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1# $Id: Makefile.kmk 7892 2008-04-10 19:32:34Z vboxsync $
2## @file
3# Sub-Makefile for the Shared Clipboard Host Service.
4#
5
6#
7# Copyright (C) 2006-2007 innotek GmbH
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
18DEPTH ?= ../../../..
19SUB_DEPTH = ..
20include $(PATH_KBUILD)/subheader.kmk
21
22#
23# The shared folder service DLL.
24#
25DLLS += VBoxSharedClipboard
26VBoxSharedClipboard_TEMPLATE = VBOXR3
27VBoxSharedClipboard_DEFS = VBOX_HGCM
28VBoxSharedClipboard_INCS.win = \
29 $(VBOX_PATH_SDK)
30
31VBoxSharedClipboard_SOURCES = \
32 service.cpp
33VBoxSharedClipboard_SOURCES.win = \
34 win32.cpp
35VBoxSharedClipboard_SOURCES.darwin = \
36 darwin.cpp \
37 clipboard-helper.cpp \
38 darwin-pasteboard.cpp
39if1of ($(BUILD_TARGET),linux solaris) ## @todo X11
40 ifndef VBOX_HEADLESS
41 VBoxSharedClipboard_SOURCES += \
42 clipboard-helper.cpp \
43 x11.cpp
44 else
45 VBoxSharedClipboard_SOURCES += \
46 x11-stub.cpp
47 endif
48endif
49
50VBoxSharedClipboard_LIBS = \
51 $(LIB_VMM) \
52 $(LIB_RUNTIME) \
53 $(LIB_REM)
54if1of ($(BUILD_TARGET),linux solaris)
55 ifndef VBOX_HEADLESS
56 VBoxSharedClipboard_LIBPATH = \
57 $(VBOX_LIBPATH_X11)
58 VBoxSharedClipboard_LIBS += \
59 Xt \
60 X11
61 endif
62endif
63
64VBoxSharedClipboard_LDFLAGS.darwin = -framework ApplicationServices
65
66include $(PATH_KBUILD)/subfooter.kmk
67
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