XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/input/magictouch/Imakefile,v 1.5 2005/10/14 15:16:56 tsi Exp $

#define IHaveModules
#include <Server.tmpl>

SRCS = xf86MagicTouch.c
OBJS = xf86MagicTouch.o

DRIVER = magictouch

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)
