summaryrefslogtreecommitdiff
path: root/fitzdraw/Jamfile
blob: 613e2d7a3a37b17b017190a84e844f9b69cae270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SubDir TOP fitzdraw ;

Library libfitzdraw :
	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 libfitzdraw : archppc.c ; }
if $(OSPLAT) = SPARC   { Library libfitzdraw : archsparc.c ; }
if $(OSPLAT) = X86     { Library libfitzdraw : archx86.c ; }