summaryrefslogtreecommitdiff
path: root/perf/micro/Makefile.sources
blob: 794ed6208fd63d4dfddfa5afa0c0a16088e40569 (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
31
32
33
34
35
libcairo_perf_micro_sources = \
	cairo-perf-cover.c	\
	box-outline.c		\
	composite-checker.c	\
	fill.c			\
	long-lines.c		\
	mosaic.c		\
	paint.c			\
	paint-with-alpha.c	\
	mask.c			\
	pattern_create_radial.c \
	rectangles.c		\
	rounded-rectangles.c	\
	stroke.c		\
	subimage_copy.c		\
	tessellate.c		\
	text.c			\
	glyphs.c		\
	twin.c			\
	unaligned-clip.c	\
	wave.c			\
	world-map.c		\
	zrusin.c		\
	long-dashed-lines.c	\
	dragon.c		\
	pythagoras-tree.c	\
	intersections.c		\
	spiral.c		\
	$(NULL)

libcairo_perf_micro_headers = \
	mosaic.h		\
	world-map.h		\
	zrusin-another.h	\
	$(NULL)