VirtualBox

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

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

Biggest check-in ever. New source code headers for all (C) innotek files.

  • 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 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.
16
17
18#define IHaveModules
19#include <Server.tmpl>
20
21SRCS = vboxvideo.c vboxutils.c
22OBJS = vboxvideo.o vboxutils.o
23
24DRIVER = vboxvideo
25
26#if defined(XF86DriverSDK)
27INCLUDES = -I. -I../../include
28#else
29INCLUDES = -I. -I$(SERVERSRC)/fb -I$(XF86SRC)/xf4bpp -I$(XF86SRC)/xf1bpp \
30 -I$(SERVERSRC)/mfb -I$(SERVERSRC)/afb -I$(SERVERSRC)/mi \
31 -I$(SERVERSRC)/miext/shadow -I$(SERVERSRC)/render \
32 -I$(XF86SRC)/vgahw \
33 -I$(XF86COMSRC) -I$(XF86OSSRC) -I$(SERVERSRC)/Xext \
34 -I$(SERVERSRC)/include -I$(FONTINCSRC) -I$(XINCLUDESRC)\
35 -I$(XF86SRC)/rac -I$(XF86SRC)/ramdac -I$(XF86SRC)/ddc -I$(XF86SRC)/i2c \
36 -I$(XF86SRC)/vbe -I$(XF86SRC)/int10 \
37 -I$(EXTINCSRC)
38#endif
39
40DEFINES = -DVBOX -DIN_RING3 -DXORG_7X
41CCOPTIONS += -fno-merge-constants
42
43#if MakeHasPosixVariableSubstitutions
44SubdirLibraryRule($(OBJS))
45#endif
46
47ModuleObjectRule()
48
49ObjectModuleTarget($(DRIVER),$(OBJS))
50
51InstallVideoObjectModule($(DRIVER),$(MODULEDIR))
52
53DependTarget()
54
55InstallDriverSDKNonExecFile(Imakefile,$(DRIVERSDKDIR)/drivers/vboxvideo)
56InstallDriverSDKNonExecFile(vboxvideo.c,$(DRIVERSDKDIR)/drivers/vboxvideo)
57InstallDriverSDKNonExecFile(vboxvideo.h,$(DRIVERSDKDIR)/drivers/vboxvideo)
58InstallDriverSDKNonExecFile(vboxutils.c,$(DRIVERSDKDIR)/drivers/vboxvideo)
59
60InstallDriverSDKObjectModule($(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