Makefile.kmk revision 6b7a7ce8d28f564543bab7de243ae28423ab1bc3
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# $Id$
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync## @file
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Makefile for the Cross Platform Guest Addition Services.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Copyright (C) 2007 innotek GmbH
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# available from http://www.virtualbox.org. This file is free software;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# you can redistribute it and/or modify it under the terms of the GNU
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# General Public License (GPL) as published by the Free Software
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncDEPTH ?= ../../../../..
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncSUB_DEPTH = ../..
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinclude $(PATH_KBUILD)/subheader.kmk
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# VBoxService.exe
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncPROGRAMS += VBoxService
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncVBoxService_TEMPLATE = VBOXGUESTR3EXE
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncVBoxService_DEFS = VBOXSERVICE_TIMESYNC
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncVBoxService_DEFS.os2 = VBOX_HGCM VBOXSERVICE_CLIPBOARD
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncVBoxService_SOURCES = \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync VBoxService.cpp \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync VBoxServiceTimeSync.cpp
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncVBoxService_SOURCES.os2 = \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync VBoxService-os2.cpp \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync VBoxService-os2.def \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync VBoxServiceClipboard-os2.cpp
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncVBoxService_SOURCES.solaris = \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync VBoxService-solaris.cpp
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncVBoxService_LIBS = \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync $(VBOX_LIB_VBGL_R3) \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync $(VBOX_LIB_IPRT_GUEST_R3)
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#VBoxService_LIBS.solaris = daemon
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinclude $(PATH_KBUILD)/subfooter.kmk
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync