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 | |
---|
1 | XCOMM
|
---|
2 | XCOMM Imakefile for the VBox Linux Additions X.org mouse driver.
|
---|
3 | XCOMM (Only needed if this module is compiled as part of monolithic Xorg)
|
---|
4 | XCOMM
|
---|
5 | XCOMM
|
---|
6 | XCOMM
|
---|
7 | XCOMM Copyright (C) 2006-2007 innotek GmbH
|
---|
8 | XCOMM
|
---|
9 | XCOMM innotek GmbH confidential
|
---|
10 | XCOMM All rights reserved
|
---|
11 | XCOMM
|
---|
12 |
|
---|
13 | #define IHaveModules
|
---|
14 | #include <Server.tmpl>
|
---|
15 |
|
---|
16 | SRCS = mouse.c pnp.c VBoxUtils.c
|
---|
17 | OBJS = mouse.o pnp.o VBoxUtils.o
|
---|
18 |
|
---|
19 | DRIVER = vboxmouse
|
---|
20 |
|
---|
21 | INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86SRC)/loader -I$(XF86OSSRC) \
|
---|
22 | -I$(SERVERSRC)/mi -I$(SERVERSRC)/include -I$(XINCLUDESRC) \
|
---|
23 | -I$(EXTINCSRC)
|
---|
24 |
|
---|
25 | DEFINES = -DPNP_MOUSE -DIN_RING3 -DVBOX
|
---|
26 | CCOPTIONS += -fno-merge-constants
|
---|
27 |
|
---|
28 | #if MakeHasPosixVariableSubstitutions
|
---|
29 | SubdirLibraryRule($(OBJS))
|
---|
30 | #endif
|
---|
31 |
|
---|
32 | ModuleObjectRule()
|
---|
33 |
|
---|
34 | ObjectModuleTarget($(DRIVER),$(OBJS))
|
---|
35 |
|
---|
36 | InstallInputObjectModule($(DRIVER),$(MODULEDIR))
|
---|
37 |
|
---|
38 | DependTarget()
|
---|
39 |
|
---|
40 | InstallDriverSDKObjectModule($(DRIVER),$(DRIVERSDKMODULEDIR),input)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.