blob: f49b06c9a0602e0eaf00f3b8f123d6c3340fc915 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/input/void/Imakefile,v 1.1 1999/11/19 13:54:57 hohndel Exp $
#define IHaveModules
#include <Server.tmpl>
SRCS = void.c
OBJS = void.o
DRIVER = void
INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86SRC)/loader -I$(XF86OSSRC) \
-I$(SERVERSRC)/include -I$(SERVERSRC)/mi -I$(XINCLUDESRC) -I$(EXTINCSRC)
#if MakeHasPosixVariableSubstitutions
SubdirLibraryRule($(OBJS))
#endif
ModuleObjectRule()
ObjectModuleTarget($(DRIVER),$(OBJS))
InstallObjectModule($(DRIVER),$(MODULEDIR),input)
DependTarget()
InstallDriverSDKObjectModule($(DRIVER),$(DRIVERSDKMODULEDIR),input)
|