blob: 64a3c698530e0540ee0ca31949332fff8eeded96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
SubDir TOP raster ;
Library libraster :
glyphcache.c
pixmap.c
porterduff.c
meshdraw.c
imagedraw.c
imageunpack.c
imagescale.c
pathscan.c
pathfill.c
pathstroke.c
render.c
;
if $(OSPLAT) = PPC { Library libraster : archppc.c ; }
if $(OSPLAT) = SPARC { Library libraster : archsparc.c ; }
if $(OSPLAT) = X86 { Library libraster : archx86.c ; }
|