VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/xgraphics/Imakefile@ 3261

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

export files

  • Property svn:eol-style set to native
File size: 2.2 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 as published by the Free Software Foundation,
13XCOMM in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14XCOMM distribution. VirtualBox OSE is distributed in the hope that it will
15XCOMM be useful, but WITHOUT ANY WARRANTY of any kind.
16XCOMM
17XCOMM If you received this file as part of a commercial VirtualBox
18XCOMM distribution, then only the terms of your commercial VirtualBox
19XCOMM license agreement apply instead of the previous paragraph.
20XCOMM
21
22
23#define IHaveModules
24#include <Server.tmpl>
25
26SRCS = vboxvideo.c vboxutils.c
27OBJS = vboxvideo.o vboxutils.o
28
29DRIVER = vboxvideo
30
31#if defined(XF86DriverSDK)
32INCLUDES = -I. -I../../include
33#else
34INCLUDES = -I. -I$(SERVERSRC)/fb -I$(XF86SRC)/xf4bpp -I$(XF86SRC)/xf1bpp \
35 -I$(SERVERSRC)/mfb -I$(SERVERSRC)/afb -I$(SERVERSRC)/mi \
36 -I$(SERVERSRC)/miext/shadow -I$(SERVERSRC)/render \
37 -I$(XF86SRC)/vgahw \
38 -I$(XF86COMSRC) -I$(XF86OSSRC) -I$(SERVERSRC)/Xext \
39 -I$(SERVERSRC)/include -I$(FONTINCSRC) -I$(XINCLUDESRC)\
40 -I$(XF86SRC)/rac -I$(XF86SRC)/ramdac -I$(XF86SRC)/ddc -I$(XF86SRC)/i2c \
41 -I$(XF86SRC)/vbe -I$(XF86SRC)/int10 \
42 -I$(EXTINCSRC)
43#endif
44
45DEFINES = -DVBOX -DIN_RING3 -DXORG_7X
46CCOPTIONS += -fno-merge-constants
47
48#if MakeHasPosixVariableSubstitutions
49SubdirLibraryRule($(OBJS))
50#endif
51
52ModuleObjectRule()
53
54ObjectModuleTarget($(DRIVER),$(OBJS))
55
56InstallVideoObjectModule($(DRIVER),$(MODULEDIR))
57
58DependTarget()
59
60InstallDriverSDKNonExecFile(Imakefile,$(DRIVERSDKDIR)/drivers/vboxvideo)
61InstallDriverSDKNonExecFile(vboxvideo.c,$(DRIVERSDKDIR)/drivers/vboxvideo)
62InstallDriverSDKNonExecFile(vboxvideo.h,$(DRIVERSDKDIR)/drivers/vboxvideo)
63InstallDriverSDKNonExecFile(vboxutils.c,$(DRIVERSDKDIR)/drivers/vboxvideo)
64
65InstallDriverSDKObjectModule($(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