VirtualBox

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

Last change on this file since 17610 was 16014, checked in by vboxsync, 16 years ago

Makefiles: Added LIBPATHs corresponding to the INCS for *BSD; VBOXGUESTR3EXE needs iconv on *BSD.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1# $Id: Makefile.kmk 16014 2009-01-18 00:04: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
25if "$(KBUILD_HOST)" != "os2" || defined(VBOX_WITH_OS2_ADDITIONS)
26 PROGRAMS += VBoxService
27endif
28
29#
30# VBoxService.exe
31#
32VBoxService_TEMPLATE = VBOXGUESTR3EXE
33VBoxService_DEFS = VBOXSERVICE_TIMESYNC
34VBoxService_DEFS.os2 = VBOX_WITH_HGCM VBOXSERVICE_CLIPBOARD
35VBoxService_SOURCES = \
36 VBoxService.cpp \
37 VBoxServiceTimeSync.cpp
38VBoxService_SOURCES.os2 = \
39 VBoxService-os2.def \
40 VBoxServiceClipboard-os2.cpp
41VBoxService_LIBS = \
42 $(VBOX_LIB_IPRT_GUEST_R3) \
43 $(VBOX_LIB_VBGL_R3)
44
45include $(KBUILD_PATH)/subfooter.kmk
46
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