31 lines
686 B
Plaintext
31 lines
686 B
Plaintext
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/input/eloinput/Imakefile,v 1.1 2005/01/21 14:03:49 tsi Exp $
|
|
|
|
#define IHaveModules
|
|
#include <Server.tmpl>
|
|
|
|
SRCS = xf86EloInput.c
|
|
OBJS = xf86EloInput.o
|
|
|
|
DRIVER = eloinput
|
|
|
|
INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86SRC)/loader -I$(XF86OSSRC) \
|
|
-I$(SERVERSRC)/include -I$(XINCLUDESRC) -I$(EXTINCSRC)
|
|
|
|
#if MakeHasPosixVariableSubstitutions
|
|
SubdirLibraryRule($(OBJS))
|
|
#endif
|
|
|
|
ModuleObjectRule()
|
|
|
|
ObjectModuleTarget($(DRIVER),$(OBJS),input)
|
|
|
|
InstallObjectModule($(DRIVER),$(MODULEDIR),input)
|
|
|
|
#if !defined(XF86DriverSDK)
|
|
InstallModuleManPage($(DRIVER))
|
|
#endif
|
|
|
|
DependTarget()
|
|
|
|
InstallDriverSDKObjectModule($(DRIVER),$(DRIVERSDKMODULEDIR),input)
|