Makefile.kmk revision 75fdda3e5082879b5154be2b80540a68331cd37c
af062818b47340eef15700d2f0211576ba3506eevboxsync# $Id$
af062818b47340eef15700d2f0211576ba3506eevboxsync## @file
af062818b47340eef15700d2f0211576ba3506eevboxsync# Sub-Makefile for VBoxFB.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# Copyright (C) 2006-2009 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
af062818b47340eef15700d2f0211576ba3506eevboxsync# additional information or have any questions.
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
4b9d6701570cb98fd36e209314239d104ec584d3vboxsyncSUB_DEPTH = ../../../..
4b9d6701570cb98fd36e209314239d104ec584d3vboxsyncinclude $(KBUILD_PATH)/subheader.kmk
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncPROGRAMS += VBoxFB
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync# VBoxFB
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxFB_TEMPLATE = VBOXR3NPEXE
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxFB_SOURCES = \
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxFB.cpp \
af062818b47340eef15700d2f0211576ba3506eevboxsync Framebuffer.cpp \
af062818b47340eef15700d2f0211576ba3506eevboxsync Helper.cpp
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxFB_CXXFLAGS = -Wno-non-virtual-dtor -fshort-wchar
af062818b47340eef15700d2f0211576ba3506eevboxsyncifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxFB_DEFS += VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
af062818b47340eef15700d2f0211576ba3506eevboxsyncendif
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxFB_INCS = $(VBOX_XPCOM_INCS) /usr/include/directfb
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxFB_LIBPATH = $(LIBPATH_XPCOM)
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxFB_LIBS = $(LIB_XPCOM) $(LIB_RUNTIME) directfb
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxFB_DEPS = $(VBOX_PATH_SDK)/bindings/xpcom/include/VirtualBox_XPCOM.h
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync# generate rules.
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync