XCOMM XCOMM This is an Imakefile for the cg3 driver. XCOMM XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suncg3/Imakefile,v 1.3 2001/05/16 06:48:10 keithp Exp $ #define IHaveModules #include SRCS = cg3_driver.c OBJS = cg3_driver.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(suncg3,$(OBJS)) InstallObjectModule(suncg3,$(MODULEDIR),drivers) #if !defined(XF86DriverSDK) InstallModuleManPage(suncg3) #endif DependTarget()