VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/xmouse/Imakefile@ 6202

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

re-export x11

  • Property svn:eol-style set to native
File size: 901 bytes
Line 
1XCOMM
2XCOMM Imakefile for the VBox Linux Additions X.org mouse 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 innotek GmbH confidential
10XCOMM All rights reserved
11XCOMM
12
13#define IHaveModules
14#include <Server.tmpl>
15
16SRCS = mouse.c pnp.c VBoxUtils.c
17OBJS = mouse.o pnp.o VBoxUtils.o
18
19DRIVER = vboxmouse
20
21INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86SRC)/loader -I$(XF86OSSRC) \
22 -I$(SERVERSRC)/mi -I$(SERVERSRC)/include -I$(XINCLUDESRC) \
23 -I$(EXTINCSRC)
24
25DEFINES = -DPNP_MOUSE -DIN_RING3 -DVBOX
26CCOPTIONS += -fno-merge-constants
27
28#if MakeHasPosixVariableSubstitutions
29SubdirLibraryRule($(OBJS))
30#endif
31
32ModuleObjectRule()
33
34ObjectModuleTarget($(DRIVER),$(OBJS))
35
36InstallInputObjectModule($(DRIVER),$(MODULEDIR))
37
38DependTarget()
39
40InstallDriverSDKObjectModule($(DRIVER),$(DRIVERSDKMODULEDIR),input)
Note: See TracBrowser for help on using the repository browser.

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