Imakefile revision 9eb499828dd875d229531b50d05f016b8a1f1dd9
0N/AXCOMM
2362N/AXCOMM Imakefile for the VBox Linux Additions X.org mouse driver.
0N/AXCOMM (Only needed if this module is compiled as part of monolithic Xorg)
0N/AXCOMM
0N/AXCOMM
0N/AXCOMM Copyright (C) 2006-2007 innotek GmbH
0N/AXCOMM
0N/AXCOMM This file is part of VirtualBox Open Source Edition (OSE), as
0N/AXCOMM available from http://www.virtualbox.org. This file is free software;
0N/AXCOMM you can redistribute it and/or modify it under the terms of the GNU
0N/AXCOMM General Public License (GPL) as published by the Free Software
0N/AXCOMM Foundation, in version 2 as it comes in the "COPYING" file of the
0N/AXCOMM VirtualBox OSE distribution. VirtualBox OSE is distributed in the
0N/AXCOMM hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
0N/AXCOMM
0N/A
0N/A#define IHaveModules
0N/A#include <Server.tmpl>
2362N/A
2362N/ASRCS = mouse.c pnp.c VBoxUtils.c
2362N/AOBJS = mouse.o pnp.o VBoxUtils.o
0N/A
0N/ADRIVER = vboxmouse
0N/A
0N/AINCLUDES = -I. -I$(XF86COMSRC) -I$(XF86SRC)/loader -I$(XF86OSSRC) \
0N/A -I$(SERVERSRC)/mi -I$(SERVERSRC)/include -I$(XINCLUDESRC) \
0N/A -I$(EXTINCSRC)
0N/A
0N/ADEFINES = -DPNP_MOUSE -DIN_RING3 -DVBOX
0N/ACCOPTIONS += -fno-merge-constants
0N/A
0N/A#if MakeHasPosixVariableSubstitutions
0N/ASubdirLibraryRule($(OBJS))
0N/A#endif
0N/A
0N/AModuleObjectRule()
0N/A
0N/AObjectModuleTarget($(DRIVER),$(OBJS))
0N/A
0N/AInstallInputObjectModule($(DRIVER),$(MODULEDIR))
0N/A
0N/ADependTarget()
0N/A
0N/AInstallDriverSDKObjectModule($(DRIVER),$(DRIVERSDKMODULEDIR),input)
0N/A