Tizen 2.0 Release
[framework/graphics/cairo.git] / perf / micro / Makefile.sources
1 libcairo_perf_micro_sources = \
2         cairo-perf-cover.c      \
3         box-outline.c           \
4         composite-checker.c     \
5         disjoint.c              \
6         fill.c                  \
7         hatching.c              \
8         hash-table.c            \
9         line.c                  \
10         a1-line.c               \
11         long-lines.c            \
12         mosaic.c                \
13         paint.c                 \
14         paint-with-alpha.c      \
15         mask.c                  \
16         pattern_create_radial.c \
17         rectangles.c            \
18         rounded-rectangles.c    \
19         stroke.c                \
20         subimage_copy.c         \
21         tessellate.c            \
22         text.c                  \
23         tiger.c                 \
24         glyphs.c                \
25         twin.c                  \
26         unaligned-clip.c        \
27         wave.c                  \
28         world-map.c             \
29         zrusin.c                \
30         long-dashed-lines.c     \
31         dragon.c                \
32         pythagoras-tree.c       \
33         intersections.c         \
34         many-strokes.c          \
35         wide-strokes.c          \
36         many-fills.c            \
37         wide-fills.c            \
38         many-curves.c           \
39         curve.c                 \
40         a1-curve.c              \
41         spiral.c                \
42         pixel.c                 \
43         sierpinski.c            \
44         fill-clip.c             \
45         $(NULL)
46
47 libcairo_perf_micro_headers = \
48         mosaic.h                \
49         world-map.h             \
50         zrusin-another.h        \
51         $(NULL)