summaryrefslogtreecommitdiff
path: root/raster/Jamfile
blob: 6c8d283008263a57e26670533aae044f97a97fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
	blendmodes.c
	;

if $(OSPLAT) = PPC     { Library libraster : archppc.c ; }
if $(OSPLAT) = SPARC   { Library libraster : archsparc.c ; }
if $(OSPLAT) = X86     { Library libraster : archx86.c ; }