Makefile.sources 6.1 KB
Newer Older
1 2 3
# Base and default-included sources and headers

HB_BASE_sources = \
4
	hb-aat-fdsc-table.hh \
B
Behdad Esfahbod 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18
	hb-aat-layout-ankr-table.hh \
	hb-aat-layout-bsln-table.hh \
	hb-aat-layout-common.hh \
	hb-aat-layout-feat-table.hh \
	hb-aat-layout-just-table.hh \
	hb-aat-layout-kerx-table.hh \
	hb-aat-layout-lcar-table.hh \
	hb-aat-layout-morx-table.hh \
	hb-aat-layout-trak-table.hh \
	hb-aat-layout.cc \
	hb-aat-layout.hh \
	hb-aat-ltag-table.hh \
	hb-aat-map.cc \
	hb-aat-map.hh \
B
Behdad Esfahbod 已提交
19
	hb-algs.hh \
20
	hb-array.hh \
21
	hb-atomic.hh \
22
	hb-blob.cc \
B
Behdad Esfahbod 已提交
23
	hb-blob.hh \
24 25
	hb-buffer-serialize.cc \
	hb-buffer.cc \
B
Behdad Esfahbod 已提交
26
	hb-buffer.hh \
27
	hb-cache.hh \
B
Behdad Esfahbod 已提交
28 29 30 31 32
	hb-cff-interp-common.hh \
	hb-cff-interp-cs-common.hh \
	hb-cff-interp-dict-common.hh \
	hb-cff1-interp-cs.hh \
	hb-cff2-interp-cs.hh \
33
	hb-common.cc \
B
Behdad Esfahbod 已提交
34
	hb-config.hh \
35
	hb-debug.hh \
36
	hb-dispatch.hh \
37
	hb-face.cc \
B
Behdad Esfahbod 已提交
38
	hb-face.hh \
39
	hb-font.cc \
B
Behdad Esfahbod 已提交
40
	hb-font.hh \
41
	hb-iter.hh \
42
	hb-kern.hh \
43
	hb-machinery.hh \
B
Behdad Esfahbod 已提交
44 45
	hb-map.cc \
	hb-map.hh \
46
	hb-meta.hh \
47
	hb-mutex.hh \
B
Behdad Esfahbod 已提交
48
	hb-null.hh \
49 50 51
	hb-object.hh \
	hb-open-file.hh \
	hb-open-type.hh \
B
Behdad Esfahbod 已提交
52
	hb-ot-cff-common.hh \
M
Michiharu Ariza 已提交
53
	hb-ot-cff1-table.cc \
B
Behdad Esfahbod 已提交
54
	hb-ot-cff1-table.hh \
M
Michiharu Ariza 已提交
55
	hb-ot-cff2-table.cc \
B
Behdad Esfahbod 已提交
56 57 58 59 60 61 62 63 64 65 66
	hb-ot-cff2-table.hh \
	hb-ot-cmap-table.hh \
	hb-ot-color-cbdt-table.hh \
	hb-ot-color-colr-table.hh \
	hb-ot-color-cpal-table.hh \
	hb-ot-color-sbix-table.hh \
	hb-ot-color-svg-table.hh \
	hb-ot-color.cc \
	hb-ot-face.cc \
	hb-ot-face.hh \
	hb-ot-font.cc \
67
	hb-ot-gasp-table.hh \
B
Behdad Esfahbod 已提交
68
	hb-ot-glyf-table.hh \
69
	hb-ot-hdmx-table.hh \
70 71 72
	hb-ot-head-table.hh \
	hb-ot-hhea-table.hh \
	hb-ot-hmtx-table.hh \
73
	hb-ot-kern-table.hh \
74
	hb-ot-layout-base-table.hh \
75
	hb-ot-layout-common.hh \
76 77 78
	hb-ot-layout-gdef-table.hh \
	hb-ot-layout-gpos-table.hh \
	hb-ot-layout-gsub-table.hh \
B
Behdad Esfahbod 已提交
79
	hb-ot-layout-gsubgpos.hh \
80
	hb-ot-layout-jstf-table.hh \
B
Behdad Esfahbod 已提交
81
	hb-ot-layout.cc \
82
	hb-ot-layout.hh \
83
	hb-ot-map.cc \
84
	hb-ot-map.hh \
85
	hb-ot-math-table.hh \
B
Behdad Esfahbod 已提交
86 87
	hb-ot-math.cc \
	hb-ot-maxp-table.hh \
88
	hb-ot-name-language-static.hh \
B
Behdad Esfahbod 已提交
89 90 91 92 93 94 95
	hb-ot-name-language.hh \
	hb-ot-name-table.hh \
	hb-ot-name.cc \
	hb-ot-os2-table.hh \
	hb-ot-os2-unicode-ranges.hh \
	hb-ot-post-macroman.hh \
	hb-ot-post-table.hh \
96 97 98
	hb-ot-shape-complex-arabic-fallback.hh \
	hb-ot-shape-complex-arabic-table.hh \
	hb-ot-shape-complex-arabic-win1256.hh \
B
Behdad Esfahbod 已提交
99 100
	hb-ot-shape-complex-arabic.cc \
	hb-ot-shape-complex-arabic.hh \
101 102 103
	hb-ot-shape-complex-default.cc \
	hb-ot-shape-complex-hangul.cc \
	hb-ot-shape-complex-hebrew.cc \
B
Behdad Esfahbod 已提交
104
	hb-ot-shape-complex-indic-table.cc \
105
	hb-ot-shape-complex-indic.cc \
106
	hb-ot-shape-complex-indic.hh \
107
	hb-ot-shape-complex-khmer.cc \
B
Behdad Esfahbod 已提交
108
	hb-ot-shape-complex-khmer.hh \
109
	hb-ot-shape-complex-myanmar.cc \
B
Behdad Esfahbod 已提交
110
	hb-ot-shape-complex-myanmar.hh \
111
	hb-ot-shape-complex-thai.cc \
B
Behdad Esfahbod 已提交
112
	hb-ot-shape-complex-use-table.cc \
113
	hb-ot-shape-complex-use.cc \
114
	hb-ot-shape-complex-use.hh \
B
Behdad Esfahbod 已提交
115
	hb-ot-shape-complex-vowel-constraints.cc \
116
	hb-ot-shape-complex-vowel-constraints.hh \
117
	hb-ot-shape-complex.hh \
118
	hb-ot-shape-fallback.cc \
B
Behdad Esfahbod 已提交
119 120 121 122
	hb-ot-shape-fallback.hh \
	hb-ot-shape-normalize.cc \
	hb-ot-shape-normalize.hh \
	hb-ot-shape.cc \
123
	hb-ot-shape.hh \
E
Ebrahim Byagowi 已提交
124
	hb-ot-stat-table.hh \
B
Behdad Esfahbod 已提交
125 126
	hb-ot-tag-table.hh \
	hb-ot-tag.cc \
127
	hb-ot-var-avar-table.hh \
128
	hb-ot-var-fvar-table.hh \
B
Behdad Esfahbod 已提交
129
	hb-ot-var-hvar-table.hh \
B
Behdad Esfahbod 已提交
130
	hb-ot-var-mvar-table.hh \
B
Behdad Esfahbod 已提交
131 132
	hb-ot-var.cc \
	hb-ot-vorg-table.hh \
133
	hb-pool.hh \
134
	hb-sanitize.hh \
135
	hb-serialize.hh \
B
Behdad Esfahbod 已提交
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
	hb-set-digest.hh \
	hb-set.cc \
	hb-set.hh \
	hb-shape-plan.cc \
	hb-shape-plan.hh \
	hb-shape.cc \
	hb-shaper-impl.hh \
	hb-shaper-list.hh \
	hb-shaper.cc \
	hb-shaper.hh \
	hb-static.cc \
	hb-string-array.hh \
	hb-unicode-emoji-table.hh \
	hb-unicode.cc \
	hb-unicode.hh \
	hb-utf.hh \
	hb-vector.hh \
	hb-warning.cc \
	hb.hh \
155 156
	$(NULL)

B
Behdad Esfahbod 已提交
157 158 159
HB_BASE_RAGEL_GENERATED_sources = \
	hb-buffer-deserialize-json.hh \
	hb-buffer-deserialize-text.hh \
160
	hb-ot-shape-complex-indic-machine.hh \
161
	hb-ot-shape-complex-khmer-machine.hh \
162 163 164
	hb-ot-shape-complex-myanmar-machine.hh \
	hb-ot-shape-complex-use-machine.hh \
	$(NULL)
B
Behdad Esfahbod 已提交
165 166 167
HB_BASE_RAGEL_sources = \
	hb-buffer-deserialize-json.rl \
	hb-buffer-deserialize-text.rl \
168
	hb-ot-shape-complex-indic-machine.rl \
169
	hb-ot-shape-complex-khmer-machine.rl \
170 171
	hb-ot-shape-complex-myanmar-machine.rl \
	hb-ot-shape-complex-use-machine.rl \
172 173
	$(NULL)

B
Behdad Esfahbod 已提交
174
HB_BASE_headers = \
175
	hb-aat-layout.h \
B
Behdad Esfahbod 已提交
176 177 178 179 180 181 182 183
	hb-aat.h \
	hb-blob.h \
	hb-buffer.h \
	hb-common.h \
	hb-deprecated.h \
	hb-face.h \
	hb-font.h \
	hb-map.h \
K
Khaled Hosny 已提交
184
	hb-ot-color.h \
B
Behdad Esfahbod 已提交
185
	hb-ot-deprecated.h \
186 187
	hb-ot-font.h \
	hb-ot-layout.h \
188
	hb-ot-math.h \
B
Behdad Esfahbod 已提交
189
	hb-ot-name.h \
190
	hb-ot-shape.h \
191
	hb-ot-var.h \
B
Behdad Esfahbod 已提交
192 193 194 195 196 197 198 199 200 201 202
	hb-ot.h \
	hb-set.h \
	hb-shape-plan.h \
	hb-shape.h \
	hb-unicode.h \
	hb-version.h \
	hb.h \
	$(NULL)

HB_FALLBACK_sources = \
	hb-fallback-shape.cc	\
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220
	$(NULL)

# Optional Sources and Headers with external deps

HB_FT_sources = hb-ft.cc
HB_FT_headers = hb-ft.h

HB_GLIB_sources = hb-glib.cc
HB_GLIB_headers = hb-glib.h

HB_GRAPHITE2_sources = hb-graphite2.cc
HB_GRAPHITE2_headers = hb-graphite2.h

# System-dependent sources and headers

HB_CORETEXT_sources = hb-coretext.cc
HB_CORETEXT_headers = hb-coretext.h

221 222 223
HB_DIRECTWRITE_sources = hb-directwrite.cc
HB_DIRECTWRITE_headers = hb-directwrite.h

224 225 226 227 228 229 230 231 232 233
HB_UNISCRIBE_sources = hb-uniscribe.cc
HB_UNISCRIBE_headers = hb-uniscribe.h

# Additional supplemental sources
HB_UCDN_sources  = hb-ucdn.cc

# Sources for libharfbuzz-gobject and libharfbuzz-icu
HB_ICU_sources = hb-icu.cc
HB_ICU_headers = hb-icu.h

234
# Sources for libharfbuzz-subset
235
HB_SUBSET_sources = \
B
Minor  
Behdad Esfahbod 已提交
236 237
	hb-ot-cff1-table.cc \
	hb-ot-cff2-table.cc \
238
	hb-static.cc \
B
Minor  
Behdad Esfahbod 已提交
239 240
	hb-subset-cff-common.cc \
	hb-subset-cff-common.hh \
241
	hb-subset-cff1.cc \
B
Minor  
Behdad Esfahbod 已提交
242
	hb-subset-cff1.hh \
243
	hb-subset-cff2.cc \
B
Minor  
Behdad Esfahbod 已提交
244 245 246 247
	hb-subset-cff2.hh \
	hb-subset-glyf.cc \
	hb-subset-glyf.hh \
	hb-subset-glyf.hh \
248
	hb-subset-input.cc \
249
	hb-subset-input.hh \
250
	hb-subset-plan.cc \
B
Behdad Esfahbod 已提交
251
	hb-subset-plan.hh \
B
Minor  
Behdad Esfahbod 已提交
252 253 254 255
	hb-subset-plan.hh \
	hb-subset.cc \
	hb-subset.hh \
	hb-subset.hh \
256 257 258 259 260
	$(NULL)

HB_SUBSET_headers = \
	hb-subset.h \
	$(NULL)
261

262 263
HB_GOBJECT_DIST_sources = hb-gobject-structs.cc
HB_GOBJECT_DIST_headers = hb-gobject.h hb-gobject-structs.h
264 265
HB_GOBJECT_ENUM_sources = hb-gobject-enums.cc
HB_GOBJECT_ENUM_headers = hb-gobject-enums.h
266 267 268 269
HB_GOBJECT_NODIST_sources = $(HB_GOBJECT_ENUM_sources)
HB_GOBJECT_NODIST_headers = $(HB_GOBJECT_ENUM_headers)
HB_GOBJECT_sources = $(HB_GOBJECT_DIST_sources) $(HB_GOBJECT_NODIST_sources)
HB_GOBJECT_headers = $(HB_GOBJECT_DIST_headers) $(HB_GOBJECT_NODIST_headers)