summaryrefslogtreecommitdiff
path: root/Build/source/libs/pixman/sources.am
blob: 51356c86f655422a790305a77e7a246eba0d7f13 (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
36
37
38
39
40
41
libpixman_sources = \
	@PIXMAN_TREE@/pixman/pixman.c \
	@PIXMAN_TREE@/pixman/pixman-access.c \
	@PIXMAN_TREE@/pixman/pixman-access-accessors.c \
	@PIXMAN_TREE@/pixman/pixman-bits-image.c \
	@PIXMAN_TREE@/pixman/pixman-combine32.c \
	@PIXMAN_TREE@/pixman/pixman-combine-float.c \
	@PIXMAN_TREE@/pixman/pixman-conical-gradient.c \
	@PIXMAN_TREE@/pixman/pixman-x86.c \
	@PIXMAN_TREE@/pixman/pixman-mips.c \
	@PIXMAN_TREE@/pixman/pixman-arm.c \
	@PIXMAN_TREE@/pixman/pixman-ppc.c \
	@PIXMAN_TREE@/pixman/pixman-edge.c \
	@PIXMAN_TREE@/pixman/pixman-edge-accessors.c \
	@PIXMAN_TREE@/pixman/pixman-fast-path.c \
	@PIXMAN_TREE@/pixman/pixman-filter.c \
	@PIXMAN_TREE@/pixman/pixman-glyph.c \
	@PIXMAN_TREE@/pixman/pixman-general.c \
	@PIXMAN_TREE@/pixman/pixman-gradient-walker.c \
	@PIXMAN_TREE@/pixman/pixman-image.c \
	@PIXMAN_TREE@/pixman/pixman-implementation.c \
	@PIXMAN_TREE@/pixman/pixman-linear-gradient.c \
	@PIXMAN_TREE@/pixman/pixman-matrix.c \
	@PIXMAN_TREE@/pixman/pixman-noop.c \
	@PIXMAN_TREE@/pixman/pixman-radial-gradient.c \
	@PIXMAN_TREE@/pixman/pixman-region16.c \
	@PIXMAN_TREE@/pixman/pixman-region32.c \
	@PIXMAN_TREE@/pixman/pixman-solid-fill.c \
	@PIXMAN_TREE@/pixman/pixman-timer.c \
	@PIXMAN_TREE@/pixman/pixman-trap.c \
	@PIXMAN_TREE@/pixman/pixman-utils.c

libpixman_headers = \
	@PIXMAN_TREE@/pixman/dither/blue-noise-64x64.h \
	@PIXMAN_TREE@/pixman/pixman.h \
	@PIXMAN_TREE@/pixman/pixman-accessor.h \
	@PIXMAN_TREE@/pixman/pixman-combine32.h \
	@PIXMAN_TREE@/pixman/pixman-compiler.h \
	@PIXMAN_TREE@/pixman/pixman-edge-imp.h \
	@PIXMAN_TREE@/pixman/pixman-inlines.h \
	@PIXMAN_TREE@/pixman/pixman-private.h