Makefile.kmk revision 48f9f24a6ce56501be93ef956b1f5451a70a9700
5e768213e353675f7bb7deda92733ee25f27a20evboxsync# $Id$
5e768213e353675f7bb7deda92733ee25f27a20evboxsync## @file
5e768213e353675f7bb7deda92733ee25f27a20evboxsync# Sub-Makefile for VBoxGINA.
5e768213e353675f7bb7deda92733ee25f27a20evboxsync#
5e768213e353675f7bb7deda92733ee25f27a20evboxsync
5e768213e353675f7bb7deda92733ee25f27a20evboxsync#
5e768213e353675f7bb7deda92733ee25f27a20evboxsync# Copyright (C) 2006-2011 Oracle Corporation
5e768213e353675f7bb7deda92733ee25f27a20evboxsync#
5e768213e353675f7bb7deda92733ee25f27a20evboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
5e768213e353675f7bb7deda92733ee25f27a20evboxsync# available from http://www.virtualbox.org. This file is free software;
5e768213e353675f7bb7deda92733ee25f27a20evboxsync# you can redistribute it and/or modify it under the terms of the GNU
5e768213e353675f7bb7deda92733ee25f27a20evboxsync# General Public License (GPL) as published by the Free Software
5e768213e353675f7bb7deda92733ee25f27a20evboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
5e768213e353675f7bb7deda92733ee25f27a20evboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
5e768213e353675f7bb7deda92733ee25f27a20evboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
5e768213e353675f7bb7deda92733ee25f27a20evboxsync#
5e768213e353675f7bb7deda92733ee25f27a20evboxsync
5e768213e353675f7bb7deda92733ee25f27a20evboxsyncSUB_DEPTH = ../../../../..
5e768213e353675f7bb7deda92733ee25f27a20evboxsyncinclude $(KBUILD_PATH)/subheader.kmk
5e768213e353675f7bb7deda92733ee25f27a20evboxsync
5e768213e353675f7bb7deda92733ee25f27a20evboxsyncDLLS += VBoxGINA
5e768213e353675f7bb7deda92733ee25f27a20evboxsyncVBoxGINA_TEMPLATE = VBOXGUESTR3DLL
5e768213e353675f7bb7deda92733ee25f27a20evboxsyncVBoxGINA_DEFS = UNICODE VBGL_VBOXGUEST VBOX_WITH_HGCM
5e768213e353675f7bb7deda92733ee25f27a20evboxsyncifdef DEBUG_andy
5e768213e353675f7bb7deda92733ee25f27a20evboxsync VBoxGINA_DEFS += LOG_ENABLED
5e768213e353675f7bb7deda92733ee25f27a20evboxsyncendif
5e768213e353675f7bb7deda92733ee25f27a20evboxsyncVBoxGINA_SOURCES = \
5e768213e353675f7bb7deda92733ee25f27a20evboxsync VBoxGINA.cpp \
5e768213e353675f7bb7deda92733ee25f27a20evboxsync Helper.cpp \
2cb03d0d9990356717482846beac17c74939dc13vboxsync Dialog.cpp \
5e768213e353675f7bb7deda92733ee25f27a20evboxsync VBoxGINA.def \
5e768213e353675f7bb7deda92733ee25f27a20evboxsync VBoxGINA.rc
5e768213e353675f7bb7deda92733ee25f27a20evboxsyncVBoxGINA_LIBS = \
5e768213e353675f7bb7deda92733ee25f27a20evboxsync $(VBOX_LIB_IPRT_GUEST_R3) \
5e768213e353675f7bb7deda92733ee25f27a20evboxsync $(VBOX_LIB_VBGL_R3)
5e768213e353675f7bb7deda92733ee25f27a20evboxsync
5e768213e353675f7bb7deda92733ee25f27a20evboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
5e768213e353675f7bb7deda92733ee25f27a20evboxsync
5e768213e353675f7bb7deda92733ee25f27a20evboxsync