~ubuntu-branches/debian/stretch/libgdiplus/stretch

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
lib_LTLIBRARIES = libgdiplus.la

libgdiplus_la_SOURCES = \
	adjustablearrowcap.c		\
	adjustablearrowcap.h		\
	adjustablearrowcap-private.h	\
	alpha-premul-table.inc		\
	bitmap.c			\
	bitmap.h			\
	bitmap-private.h		\
	brush.c				\
	brush.h				\
	brush-private.h			\
	carbon-private.c		\
	carbon-private.h		\
	codecs.h			\
	codecs-private.h		\
	customlinecap.c			\
	customlinecap.h			\
	customlinecap-private.h		\
	dstream.c 			\
	dstream.h			\
	font.c				\
	font.h				\
	font-private.h			\
	fontcollection.h		\
	fontcollection-private.h	\
	fontfamily.h			\
	fontfamily-private.h		\
	GdiPlusFlat.h			\
	gdiplus-private.h		\
	gdip.h				\
	gdipenums.h			\
	gdipstructs.h			\
	general.c			\
	general.h			\
	general-private.h		\
	graphics.c			\
	graphics.h			\
	graphics-cairo.c		\
	graphics-cairo-private.h	\
	graphics-metafile.c		\
	graphics-metafile-private.h	\
	graphics-private.h		\
	graphics-path.c			\
	graphics-path.h			\
	graphics-path-private.h		\
	graphics-pathiterator.c		\
	graphics-pathiterator.h		\
	graphics-pathiterator-private.h	\
	hatchbrush.c			\
	hatchbrush.h			\
	hatchbrush-private.h		\
	icocodec.c			\
	icocodec.h			\
	image.c				\
	image.h				\
	image-private.h			\
	imageattributes.c 		\
	imageattributes.h		\
	imageattributes-private.h	\
	lineargradientbrush.c 		\
	lineargradientbrush.h 		\
	lineargradientbrush-private.h	\
	matrix.c			\
	matrix.h			\
	matrix-private.h		\
	metafile.c			\
	metafile.h			\
	metafile-private.h		\
	pathgradientbrush.c 		\
	pathgradientbrush.h 		\
	pathgradientbrush-private.h	\
	pen.c				\
	pen.h				\
	pen-private.h			\
	print.c				\
	region.c			\
	region.h			\
	region-private.h		\
	region-bitmap.c			\
	region-bitmap.h			\
	region-path-tree.c		\
	region-path-tree.h		\
	solidbrush.c			\
	solidbrush.h			\
	solidbrush-private.h		\
	stringformat.c			\
	stringformat.h			\
	stringformat-private.h		\
	text.c				\
	text.h				\
	text-cairo.c			\
	text-cairo-private.h		\
	text-pango.c			\
	text-pango-private.h		\
	text-metafile.c			\
	text-metafile-private.h		\
	texturebrush.c			\
	texturebrush.h			\
	texturebrush-private.h		\
	win32structs.h			\
	bmpcodec.h			\
	bmpcodec.c			\
	emfcodec.c			\
	emfcodec.h			\
	emfplus.c			\
	emfplus.h			\
	gifcodec.h			\
	gifcodec.c			\
	jpegcodec.h			\
	jpegcodec.c			\
	pngcodec.h			\
	pngcodec.c			\
	tiffcodec.h			\
	tiffcodec.c			\
	wmfcodec.c			\
	wmfcodec.h

libgdiplus_la_LIBADD = $(GDIPLUS_LIBS)

INCLUDES = $(GDIPLUS_CFLAGS) -Wall -Wno-unused -Wno-format