Makefile.sources 5.0 KB
Newer Older
1 2 3 4 5 6 7 8 9
# Base and default-included sources and headers

HB_BASE_sources = \
	hb-atomic-private.hh \
	hb-blob.cc \
	hb-buffer-private.hh \
	hb-buffer-serialize.cc \
	hb-buffer.cc \
	hb-common.cc \
10
	hb-debug.hh \
11
	hb-dsalgs.hh \
12 13 14 15 16 17 18 19
	hb-face-private.hh \
	hb-face.cc \
	hb-font-private.hh \
	hb-font.cc \
	hb-mutex-private.hh \
	hb-object-private.hh \
	hb-open-file-private.hh \
	hb-open-type-private.hh \
20
	hb-ot-cbdt-table.hh \
21 22
	hb-ot-cmap-table.hh \
	hb-ot-glyf-table.hh \
23
	hb-ot-hdmx-table.hh \
24 25 26
	hb-ot-head-table.hh \
	hb-ot-hhea-table.hh \
	hb-ot-hmtx-table.hh \
27
	hb-ot-kern-table.hh \
28 29 30
	hb-ot-maxp-table.hh \
	hb-ot-name-table.hh \
	hb-ot-os2-table.hh \
31
	hb-ot-post-macroman.hh \
32
	hb-ot-post-table.hh \
33 34
	hb-ot-tag.cc \
	hb-private.hh \
35
	hb-set-digest-private.hh \
36 37 38 39 40 41 42 43 44
	hb-set-private.hh \
	hb-set.cc \
	hb-shape.cc \
	hb-shape-plan-private.hh \
	hb-shape-plan.cc \
	hb-shaper-list.hh \
	hb-shaper-impl-private.hh \
	hb-shaper-private.hh \
	hb-shaper.cc \
B
Behdad Esfahbod 已提交
45
	hb-string-array.hh \
46 47 48 49 50 51
	hb-unicode-private.hh \
	hb-unicode.cc \
	hb-utf-private.hh \
	hb-warning.cc \
	$(NULL)

52 53 54 55
HB_BASE_RAGEL_GENERATED_sources = \
	hb-buffer-deserialize-json.hh \
	hb-buffer-deserialize-text.hh \
	$(NULL)
56 57 58 59
HB_BASE_RAGEL_sources = \
	hb-buffer-deserialize-json.rl \
	hb-buffer-deserialize-text.rl \
	$(NULL)
60

61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
HB_BASE_headers = \
	hb.h \
	hb-blob.h \
	hb-buffer.h \
	hb-common.h \
	hb-deprecated.h \
	hb-face.h \
	hb-font.h \
	hb-set.h \
	hb-shape.h \
	hb-shape-plan.h \
	hb-unicode.h \
	$(NULL)

HB_NODIST_headers = \
	hb-version.h \
	$(NULL)

C
Chun-wei Fan 已提交
79 80 81
HB_FALLBACK_sources = \
	hb-fallback-shape.cc	\
	$(NULL)
82 83

HB_OT_sources = \
84
	hb-aat-layout.cc \
85
	hb-aat-layout-common-private.hh \
86
	hb-aat-layout-morx-table.hh \
E
Ebrahim Byagowi 已提交
87 88
	hb-aat-layout-kerx-table.hh \
	hb-aat-layout-trak-table.hh \
89
	hb-aat-layout-private.hh \
90 91
	hb-ot-font.cc \
	hb-ot-layout.cc \
92
	hb-ot-layout-base-table.hh \
93 94 95 96 97 98 99 100 101
	hb-ot-layout-common-private.hh \
	hb-ot-layout-gdef-table.hh \
	hb-ot-layout-gpos-table.hh \
	hb-ot-layout-gsubgpos-private.hh \
	hb-ot-layout-gsub-table.hh \
	hb-ot-layout-jstf-table.hh \
	hb-ot-layout-private.hh \
	hb-ot-map.cc \
	hb-ot-map-private.hh \
102
	hb-ot-math.cc \
103
	hb-ot-math-table.hh \
104 105 106 107 108 109 110 111 112 113 114 115
	hb-ot-shape.cc \
	hb-ot-shape-complex-arabic.cc \
	hb-ot-shape-complex-arabic-fallback.hh \
	hb-ot-shape-complex-arabic-private.hh \
	hb-ot-shape-complex-arabic-table.hh \
	hb-ot-shape-complex-arabic-win1256.hh \
	hb-ot-shape-complex-default.cc \
	hb-ot-shape-complex-hangul.cc \
	hb-ot-shape-complex-hebrew.cc \
	hb-ot-shape-complex-indic.cc \
	hb-ot-shape-complex-indic-private.hh \
	hb-ot-shape-complex-indic-table.cc \
B
Behdad Esfahbod 已提交
116
	hb-ot-shape-complex-khmer-private.hh \
117
	hb-ot-shape-complex-khmer.cc \
118
	hb-ot-shape-complex-myanmar-private.hh \
119 120 121 122 123 124 125 126 127 128 129 130
	hb-ot-shape-complex-myanmar.cc \
	hb-ot-shape-complex-thai.cc \
	hb-ot-shape-complex-tibetan.cc \
	hb-ot-shape-complex-use.cc \
	hb-ot-shape-complex-use-private.hh \
	hb-ot-shape-complex-use-table.cc \
	hb-ot-shape-complex-private.hh \
	hb-ot-shape-normalize-private.hh \
	hb-ot-shape-normalize.cc \
	hb-ot-shape-fallback-private.hh \
	hb-ot-shape-fallback.cc \
	hb-ot-shape-private.hh \
131
	hb-ot-var.cc \
132
	hb-ot-var-avar-table.hh \
133
	hb-ot-var-fvar-table.hh \
B
Behdad Esfahbod 已提交
134
	hb-ot-var-hvar-table.hh \
B
Behdad Esfahbod 已提交
135
	hb-ot-var-mvar-table.hh \
136 137
	$(NULL)

138 139
HB_OT_RAGEL_GENERATED_sources = \
	hb-ot-shape-complex-indic-machine.hh \
140
	hb-ot-shape-complex-khmer-machine.hh \
141 142 143
	hb-ot-shape-complex-myanmar-machine.hh \
	hb-ot-shape-complex-use-machine.hh \
	$(NULL)
144 145
HB_OT_RAGEL_sources = \
	hb-ot-shape-complex-indic-machine.rl \
146
	hb-ot-shape-complex-khmer-machine.rl \
147 148 149
	hb-ot-shape-complex-myanmar-machine.rl \
	hb-ot-shape-complex-use-machine.rl \
	$(NULL)
150

151 152 153 154
HB_OT_headers = \
	hb-ot.h \
	hb-ot-font.h \
	hb-ot-layout.h \
155
	hb-ot-math.h \
E
Elie Roux 已提交
156
	hb-ot-base.h \
157 158
	hb-ot-shape.h \
	hb-ot-tag.h \
159
	hb-ot-var.h \
160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
	$(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

178 179 180
HB_DIRECTWRITE_sources = hb-directwrite.cc
HB_DIRECTWRITE_headers = hb-directwrite.h

181 182 183 184 185 186 187 188 189 190
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

191
# Sources for libharfbuzz-subset
192 193
HB_SUBSET_sources = \
	hb-subset.cc \
194
	hb-subset-glyf.cc \
195
	hb-subset-input.cc \
196
	hb-subset-plan.cc \
197 198 199 200
	$(NULL)

HB_SUBSET_headers = \
	hb-subset.h \
201
	hb-subset-glyf.hh \
G
Garret Rieger 已提交
202
	hb-subset-plan.hh \
203
	hb-subset-private.hh \
204
	$(NULL)
205

206 207
HB_GOBJECT_DIST_sources = hb-gobject-structs.cc
HB_GOBJECT_DIST_headers = hb-gobject.h hb-gobject-structs.h
208 209
HB_GOBJECT_ENUM_sources = hb-gobject-enums.cc
HB_GOBJECT_ENUM_headers = hb-gobject-enums.h
210 211 212 213
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)