VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/vboxmouse/Imakefile@ 19015

Last change on this file since 19015 was 11931, checked in by vboxsync, 16 years ago

spaces

  • Property svn:eol-style set to native
File size: 1.5 KB
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 Copyright (C) 2006-2007 Sun Microsystems, Inc.
7XCOMM
8XCOMM This file is part of VirtualBox Open Source Edition (OSE), as
9XCOMM available from http://www.virtualbox.org. This file is free software;
10XCOMM you can redistribute it and/or modify it under the terms of the GNU
11XCOMM General Public License (GPL) as published by the Free Software
12XCOMM Foundation, in version 2 as it comes in the "COPYING" file of the
13XCOMM VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14XCOMM hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15XCOMM
16XCOMM Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17XCOMM Clara, CA 95054 USA or visit http://www.sun.com if you need
18XCOMM additional information or have any questions.
19XCOMM
20
21#define IHaveModules
22#include <Server.tmpl>
23
24SRCS = mouse.c pnp.c VBoxUtils.c
25OBJS = mouse.o pnp.o VBoxUtils.o
26
27DRIVER = vboxmouse
28
29INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86SRC)/loader -I$(XF86OSSRC) \
30 -I$(SERVERSRC)/mi -I$(SERVERSRC)/include -I$(XINCLUDESRC) \
31 -I$(EXTINCSRC)
32
33DEFINES = -DPNP_MOUSE -DIN_RING3 -DVBOX
34CCOPTIONS += -fno-merge-constants
35
36#if MakeHasPosixVariableSubstitutions
37SubdirLibraryRule($(OBJS))
38#endif
39
40ModuleObjectRule()
41
42ObjectModuleTarget($(DRIVER),$(OBJS))
43
44InstallInputObjectModule($(DRIVER),$(MODULEDIR))
45
46DependTarget()
47
48InstallDriverSDKObjectModule($(DRIVER),$(DRIVERSDKMODULEDIR),input)
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