XCOMM $XFree86: xc/programs/Xserver/miext/rootless/accel/Imakefile,v 1.3 2005/10/14 15:17:25 tsi Exp $

#include <Server.tmpl>

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$(SERVERSRC)/fb -I$(SERVERSRC)/mi -I$(SERVERSRC)/include \
           -I$(SERVERSRC)/render -I$(SERVERSRC)/Xext -I..

NormalLibraryObjectRule()
LibraryModuleTarget(rlAccel,$(OBJS),.)

DependTarget()
