XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/input/eloinput/Imakefile,v 1.2 2005/10/14 15:16:55 tsi Exp $

#define IHaveModules
#include <Server.tmpl>

SRCS = xf86EloInput.c
OBJS = xf86EloInput.o

DRIVER = eloinput

INCLUDES = -I$(XF86COMSRC) -I$(XF86OSSRC) -I$(SERVERSRC)/include

#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)
