Imakefile   [plain text]


XCOMM
XCOMM This is an Imakefile for the tcx driver.
XCOMM
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suntcx/Imakefile,v 1.4 2001/05/16 12:38:10 alanh Exp $

#define IHaveModules
#include <Server.tmpl>

SRCS = tcx_driver.c tcx_cursor.c
OBJS = tcx_driver.o tcx_cursor.o

#if defined(XF86DriverSDK)
INCLUDES = -I. -I../../include
#else
INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86OSSRC) \
           -I$(SERVERSRC)/fb -I$(SERVERSRC)/mi \
           -I$(SERVERSRC)/Xext -I$(SERVERSRC)/render \
	   -I$(XF86SRC)/ramdac \
           -I$(FONTINCSRC) -I$(SERVERSRC)/include -I$(XINCLUDESRC) \
	   -I$(EXTINCSRC)
#endif

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

ModuleObjectRule()

ObjectModuleTarget(suntcx,$(OBJS))

InstallObjectModule(suntcx,$(MODULEDIR),drivers)

#if !defined(XF86DriverSDK)
InstallModuleManPage(suntcx)
#endif

DependTarget()