Makefile.kmk revision fa4cb1f322121606b1b598f13a1195a766f572bb
af062818b47340eef15700d2f0211576ba3506eevboxsync# $Id$
af062818b47340eef15700d2f0211576ba3506eevboxsync## @file
af062818b47340eef15700d2f0211576ba3506eevboxsync# Sub-Makefile for the Cross Platform Guest Addition Services.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# Copyright (C) 2007 Sun Microsystems, Inc.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
af062818b47340eef15700d2f0211576ba3506eevboxsync# available from http://www.virtualbox.org. This file is free software;
af062818b47340eef15700d2f0211576ba3506eevboxsync# you can redistribute it and/or modify it under the terms of the GNU
af062818b47340eef15700d2f0211576ba3506eevboxsync# General Public License (GPL) as published by the Free Software
af062818b47340eef15700d2f0211576ba3506eevboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
af062818b47340eef15700d2f0211576ba3506eevboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
af062818b47340eef15700d2f0211576ba3506eevboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
af062818b47340eef15700d2f0211576ba3506eevboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync# additional information or have any questions.
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncSUB_DEPTH = ../../../../..
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncinclude $(KBUILD_PATH)/subheader.kmk
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncif "$(KBUILD_HOST)" != "os2" || defined(VBOX_WITH_OS2_ADDITIONS)
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync PROGRAMS += VBoxService
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncendif
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# VBoxService.exe
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxService_TEMPLATE = VBOXGUESTR3EXE
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxService_DEFS = VBOXSERVICE_TIMESYNC
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxService_DEFS.os2 = VBOX_WITH_HGCM VBOXSERVICE_CLIPBOARD
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxService_SOURCES = \
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxService.cpp \
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxServiceTimeSync.cpp
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxService_SOURCES.os2 = \
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxService-os2.def \
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxServiceClipboard-os2.cpp
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxService_LIBS = \
af062818b47340eef15700d2f0211576ba3506eevboxsync $(VBOX_LIB_IPRT_GUEST_R3) \
af062818b47340eef15700d2f0211576ba3506eevboxsync $(VBOX_LIB_VBGL_R3) \
af062818b47340eef15700d2f0211576ba3506eevboxsync $(VBOX_LIB_IPRT_GUEST_R3)
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync