repo.or.cz
/
xorg_rtime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First import
[xorg_rtime.git]
/
xorg-server-1.4
/
miext
/
rootless
/
accel
/
Makefile.am
blob
c49d5fb47b79e0e0ff0d10ca4f513d514b5b43c5
1
AM_CFLAGS = \
2
$(DIX_CFLAGS) \
3
$(XORG_CFLAGS)
4
5
INCLUDES = -I$(srcdir)/.. -I$(top_srcdir)/hw/xfree86/os-support
6
7
8
noinst_LTLIBRARIES = librlAccel.la
9
librlAccel_la_SOURCES = rlAccel.c \
10
rlBlt.c \
11
rlCopy.c \
12
rlFill.c \
13
rlFillRect.c \
14
rlFillSpans.c \
15
rlGlyph.c \
16
rlSolid.c
17
18
EXTRA_DIST = rlAccel.h