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