Makefile.kmk revision 2b49ddaf286cb9a812a5ca2a7a00e09719b54a64
af062818b47340eef15700d2f0211576ba3506eevboxsync# $Id$
af062818b47340eef15700d2f0211576ba3506eevboxsync## @file
af062818b47340eef15700d2f0211576ba3506eevboxsync# Sub-Makefile for VBoxService.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# Copyright (C) 2006 InnoTek Systemberatung GmbH
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 as published by the Free Software Foundation,
af062818b47340eef15700d2f0211576ba3506eevboxsync# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
af062818b47340eef15700d2f0211576ba3506eevboxsync# distribution. VirtualBox OSE is distributed in the hope that it will
af062818b47340eef15700d2f0211576ba3506eevboxsync# be useful, but WITHOUT ANY WARRANTY of any kind.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# If you received this file as part of a commercial VirtualBox
af062818b47340eef15700d2f0211576ba3506eevboxsync# distribution, then only the terms of your commercial VirtualBox
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync# license agreement apply instead of the previous paragraph.
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncDEPTH ?= ../../../../..
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncSUB_DEPTH = ../..
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncinclude $(PATH_KBUILD)/subheader.kmk
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncPROGRAMS += VBoxService
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncVBoxService_TEMPLATE = VBOXW32GUESTR3
af062818b47340eef15700d2f0211576ba3506eevboxsyncifdef VBOX_SIGN_ADDITIONS
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxService_NOINST = true
af062818b47340eef15700d2f0211576ba3506eevboxsyncendif
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxService_DEFS = VBOX_HGCM
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxService_SOURCES = \
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxService.cpp \
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxClipboard.cpp \
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxService.rc
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxService_LIBS = \
af062818b47340eef15700d2f0211576ba3506eevboxsync $(PATH_LIB)/additions/RuntimeW32GuestR3.lib
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude $(PATH_KBUILD)/subfooter.kmk
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync