Last change
on this file since 29436 was 28800, checked in by vboxsync, 15 years ago |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 | # $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Sub-Makefile for VBoxFB.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2006-2009 Oracle Corporation
|
---|
8 | #
|
---|
9 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | # available from http://www.virtualbox.org. This file is free software;
|
---|
11 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | # General Public License (GPL) as published by the Free Software
|
---|
13 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | #
|
---|
17 |
|
---|
18 | SUB_DEPTH = ../../../..
|
---|
19 | include $(KBUILD_PATH)/subheader.kmk
|
---|
20 |
|
---|
21 | PROGRAMS += VBoxFB
|
---|
22 |
|
---|
23 | #
|
---|
24 | # VBoxFB
|
---|
25 | #
|
---|
26 | VBoxFB_TEMPLATE = VBOXR3NPEXE
|
---|
27 | VBoxFB_SOURCES = \
|
---|
28 | VBoxFB.cpp \
|
---|
29 | Framebuffer.cpp \
|
---|
30 | Helper.cpp
|
---|
31 | VBoxFB_CXXFLAGS = -Wno-non-virtual-dtor -fshort-wchar
|
---|
32 | ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
|
---|
33 | VBoxFB_DEFS += VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
|
---|
34 | endif
|
---|
35 | VBoxFB_INCS = $(VBOX_XPCOM_INCS) /usr/include/directfb
|
---|
36 | VBoxFB_LIBPATH = $(LIBPATH_XPCOM)
|
---|
37 | VBoxFB_LIBS = $(LIB_XPCOM) $(LIB_RUNTIME) directfb
|
---|
38 | VBoxFB_DEPS = $(VBOX_PATH_SDK)/bindings/xpcom/include/VirtualBox_XPCOM.h
|
---|
39 |
|
---|
40 | # generate rules.
|
---|
41 | include $(KBUILD_PATH)/subfooter.kmk
|
---|
42 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.