VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/xgraphics/Imakefile@ 6484

Last change on this file since 6484 was 6202, checked in by vboxsync, 17 years ago

re-export x11

  • Property svn:eol-style set to native
File size: 2.0 KB
Line 
1XCOMM
2XCOMM Imakefile for the VBox Linux Additions X.org graphics driver.
3XCOMM (Only needed if this module is compiled as part of monolithic Xorg)
4XCOMM
5XCOMM
6XCOMM
7XCOMM Copyright (C) 2006-2007 innotek GmbH
8XCOMM
9XCOMM This file is part of VirtualBox Open Source Edition (OSE), as
10XCOMM available from http://www.virtualbox.org. This file is free software;
11XCOMM you can redistribute it and/or modify it under the terms of the GNU
12XCOMM General Public License (GPL) as published by the Free Software
13XCOMM Foundation, in version 2 as it comes in the "COPYING" file of the
14XCOMM VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15XCOMM hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16XCOMM
17
18
19#define IHaveModules
20#include <Server.tmpl>
21
22SRCS = vboxvideo.c vboxutils.c
23OBJS = vboxvideo.o vboxutils.o
24
25DRIVER = vboxvideo
26
27#if defined(XF86DriverSDK)
28INCLUDES = -I. -I../../include
29#else
30INCLUDES = -I. -I$(SERVERSRC)/fb -I$(XF86SRC)/xf4bpp -I$(XF86SRC)/xf1bpp \
31 -I$(SERVERSRC)/mfb -I$(SERVERSRC)/afb -I$(SERVERSRC)/mi \
32 -I$(SERVERSRC)/miext/shadow -I$(SERVERSRC)/render \
33 -I$(XF86SRC)/vgahw \
34 -I$(XF86COMSRC) -I$(XF86OSSRC) -I$(SERVERSRC)/Xext \
35 -I$(SERVERSRC)/include -I$(FONTINCSRC) -I$(XINCLUDESRC)\
36 -I$(XF86SRC)/rac -I$(XF86SRC)/ramdac -I$(XF86SRC)/ddc -I$(XF86SRC)/i2c \
37 -I$(XF86SRC)/vbe -I$(XF86SRC)/int10 \
38 -I$(EXTINCSRC)
39#endif
40
41DEFINES = -DVBOX -DIN_RING3 -DXORG_7X
42CCOPTIONS += -fno-merge-constants
43
44#if MakeHasPosixVariableSubstitutions
45SubdirLibraryRule($(OBJS))
46#endif
47
48ModuleObjectRule()
49
50ObjectModuleTarget($(DRIVER),$(OBJS))
51
52InstallVideoObjectModule($(DRIVER),$(MODULEDIR))
53
54DependTarget()
55
56InstallDriverSDKNonExecFile(Imakefile,$(DRIVERSDKDIR)/drivers/vboxvideo)
57InstallDriverSDKNonExecFile(vboxvideo.c,$(DRIVERSDKDIR)/drivers/vboxvideo)
58InstallDriverSDKNonExecFile(vboxvideo.h,$(DRIVERSDKDIR)/drivers/vboxvideo)
59InstallDriverSDKNonExecFile(vboxutils.c,$(DRIVERSDKDIR)/drivers/vboxvideo)
60
61InstallDriverSDKObjectModule($(DRIVER),$(DRIVERSDKMODULEDIR),drivers)
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette