aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/miext/rootless/accel/Imakefile
blob: a3dabe64b7a36b8a202e04bc167a4af57eb1078b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
XCOMM $XFree86: xc/programs/Xserver/miext/rootless/safeAlpha/Imakefile,v 1.1 2003/09/16 00:36:20 torrey Exp $

#include <Server.tmpl>

SRCS =  rlAccel.c \
        rlBlt.c \
        rlCopy.c \
        rlFill.c \
        rlFillRect.c \
        rlFillSpans.c \
        rlGlyph.c \
        rlSolid.c

OBJS =  rlAccel.o \
        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()