Imakefile   [plain text]


/* $XFree86: xc/programs/Xserver/hw/xfree86/input/tek4957/Imakefile,v 1.1 2002/11/11 01:18:08 alanh Exp $ */

#define IHaveModules
#include <Server.tmpl>

SRCS = xf86Tek4957.c
OBJS = xf86Tek4957.o

DRIVER = tek4957

INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86SRC)/loader -I$(XF86OSSRC) \
		 -I$(SERVERSRC)/mi -I$(SERVERSRC)/include -I$(XINCLUDESRC) -I$(EXTINCSRC)

#if MakeHasPosixVariableSubstitutions
SubdirLibraryRule($(OBJS))
#endif

ModuleObjectRule()

ObjectModuleTarget($(DRIVER),$(OBJS))

InstallObjectModule($(DRIVER),$(MODULEDIR),input)

#if !defined(XF86DriverSDK)
InstallModuleManPage($(DRIVER))
#endif

DependTarget()

InstallDriverSDKObjectModule($(DRIVER),$(DRIVERSDKMODULEDIR),input)