XCOMM $XFree86: xc/programs/Xserver/miext/rootless/accel/Imakefile,v 1.2 2004/03/18 07:07:11 dawes Exp $ #include SRCS = rlBlt.c \ rlCopy.c \ rlFill.c \ rlFillRect.c \ rlFillSpans.c \ rlGlyph.c \ rlSolid.c OBJS = rlBlt.o \ rlCopy.o \ rlFill.o \ rlFillRect.o \ rlFillSpans.o \ rlGlyph.o \ rlSolid.o INCLUDES = -I. -I$(SERVERSRC)/fb -I$(SERVERSRC)/mi -I$(SERVERSRC)/include \ -I$(XINCLUDESRC) -I$(FONTINCSRC) -I$(SERVERSRC)/render \ -I$(EXTINCSRC) -I$(SERVERSRC)/Xext -I.. NormalLibraryObjectRule() LibraryModuleTarget(rlAccel,$(OBJS),.) DependTarget()