Imported Upstream version 1.7.6
[platform/upstream/harfbuzz.git] / src / Makefile.sources
1 # Base and default-included sources and headers
2
3 HB_BASE_sources = \
4         hb-atomic-private.hh \
5         hb-blob.cc \
6         hb-buffer-private.hh \
7         hb-buffer-serialize.cc \
8         hb-buffer.cc \
9         hb-common.cc \
10         hb-debug.hh \
11         hb-dsalgs.hh \
12         hb-face-private.hh \
13         hb-face.cc \
14         hb-font-private.hh \
15         hb-font.cc \
16         hb-mutex-private.hh \
17         hb-object-private.hh \
18         hb-open-file-private.hh \
19         hb-open-type-private.hh \
20         hb-ot-color-cbdt-table.hh \
21         hb-ot-cmap-table.hh \
22         hb-ot-glyf-table.hh \
23         hb-ot-hdmx-table.hh \
24         hb-ot-head-table.hh \
25         hb-ot-hhea-table.hh \
26         hb-ot-hmtx-table.hh \
27         hb-ot-kern-table.hh \
28         hb-ot-maxp-table.hh \
29         hb-ot-name-table.hh \
30         hb-ot-os2-table.hh \
31         hb-ot-os2-unicode-ranges.hh \
32         hb-ot-post-macroman.hh \
33         hb-ot-post-table.hh \
34         hb-ot-tag.cc \
35         hb-private.hh \
36         hb-set-digest-private.hh \
37         hb-set-private.hh \
38         hb-set.cc \
39         hb-shape.cc \
40         hb-shape-plan-private.hh \
41         hb-shape-plan.cc \
42         hb-shaper-list.hh \
43         hb-shaper-impl-private.hh \
44         hb-shaper-private.hh \
45         hb-shaper.cc \
46         hb-string-array.hh \
47         hb-unicode-private.hh \
48         hb-unicode.cc \
49         hb-utf-private.hh \
50         hb-warning.cc \
51         $(NULL)
52
53 HB_BASE_RAGEL_GENERATED_sources = \
54         hb-buffer-deserialize-json.hh \
55         hb-buffer-deserialize-text.hh \
56         $(NULL)
57 HB_BASE_RAGEL_sources = \
58         hb-buffer-deserialize-json.rl \
59         hb-buffer-deserialize-text.rl \
60         $(NULL)
61
62 HB_BASE_headers = \
63         hb.h \
64         hb-blob.h \
65         hb-buffer.h \
66         hb-common.h \
67         hb-deprecated.h \
68         hb-face.h \
69         hb-font.h \
70         hb-set.h \
71         hb-shape.h \
72         hb-shape-plan.h \
73         hb-unicode.h \
74         hb-version.h \
75         $(NULL)
76
77 HB_FALLBACK_sources = \
78         hb-fallback-shape.cc    \
79         $(NULL)
80
81 HB_OT_sources = \
82         hb-aat-layout.cc \
83         hb-aat-layout-common-private.hh \
84         hb-aat-layout-ankr-table.hh \
85         hb-aat-layout-kerx-table.hh \
86         hb-aat-layout-morx-table.hh \
87         hb-aat-layout-trak-table.hh \
88         hb-aat-layout-private.hh \
89         hb-ot-font.cc \
90         hb-ot-layout.cc \
91         hb-ot-layout-base-table.hh \
92         hb-ot-layout-common-private.hh \
93         hb-ot-layout-gdef-table.hh \
94         hb-ot-layout-gpos-table.hh \
95         hb-ot-layout-gsubgpos-private.hh \
96         hb-ot-layout-gsub-table.hh \
97         hb-ot-layout-jstf-table.hh \
98         hb-ot-layout-private.hh \
99         hb-ot-color.cc \
100         hb-ot-color-colr-table.hh \
101         hb-ot-color-cpal-table.hh \
102         hb-ot-map.cc \
103         hb-ot-map-private.hh \
104         hb-ot-math.cc \
105         hb-ot-math-table.hh \
106         hb-ot-shape.cc \
107         hb-ot-shape-complex-arabic.cc \
108         hb-ot-shape-complex-arabic-fallback.hh \
109         hb-ot-shape-complex-arabic-private.hh \
110         hb-ot-shape-complex-arabic-table.hh \
111         hb-ot-shape-complex-arabic-win1256.hh \
112         hb-ot-shape-complex-default.cc \
113         hb-ot-shape-complex-hangul.cc \
114         hb-ot-shape-complex-hebrew.cc \
115         hb-ot-shape-complex-indic.cc \
116         hb-ot-shape-complex-indic-private.hh \
117         hb-ot-shape-complex-indic-table.cc \
118         hb-ot-shape-complex-khmer-private.hh \
119         hb-ot-shape-complex-khmer.cc \
120         hb-ot-shape-complex-myanmar-private.hh \
121         hb-ot-shape-complex-myanmar.cc \
122         hb-ot-shape-complex-thai.cc \
123         hb-ot-shape-complex-tibetan.cc \
124         hb-ot-shape-complex-use.cc \
125         hb-ot-shape-complex-use-private.hh \
126         hb-ot-shape-complex-use-table.cc \
127         hb-ot-shape-complex-private.hh \
128         hb-ot-shape-normalize-private.hh \
129         hb-ot-shape-normalize.cc \
130         hb-ot-shape-fallback-private.hh \
131         hb-ot-shape-fallback.cc \
132         hb-ot-shape-private.hh \
133         hb-ot-var.cc \
134         hb-ot-var-avar-table.hh \
135         hb-ot-var-fvar-table.hh \
136         hb-ot-var-hvar-table.hh \
137         hb-ot-var-mvar-table.hh \
138         $(NULL)
139
140 HB_OT_RAGEL_GENERATED_sources = \
141         hb-ot-shape-complex-indic-machine.hh \
142         hb-ot-shape-complex-khmer-machine.hh \
143         hb-ot-shape-complex-myanmar-machine.hh \
144         hb-ot-shape-complex-use-machine.hh \
145         $(NULL)
146 HB_OT_RAGEL_sources = \
147         hb-ot-shape-complex-indic-machine.rl \
148         hb-ot-shape-complex-khmer-machine.rl \
149         hb-ot-shape-complex-myanmar-machine.rl \
150         hb-ot-shape-complex-use-machine.rl \
151         $(NULL)
152
153 HB_OT_headers = \
154         hb-ot.h \
155         hb-ot-font.h \
156         hb-ot-layout.h \
157         hb-ot-math.h \
158         hb-ot-shape.h \
159         hb-ot-tag.h \
160         hb-ot-var.h \
161         $(NULL)
162
163 # Optional Sources and Headers with external deps
164
165 HB_FT_sources = hb-ft.cc
166 HB_FT_headers = hb-ft.h
167
168 HB_GLIB_sources = hb-glib.cc
169 HB_GLIB_headers = hb-glib.h
170
171 HB_GRAPHITE2_sources = hb-graphite2.cc
172 HB_GRAPHITE2_headers = hb-graphite2.h
173
174 # System-dependent sources and headers
175
176 HB_CORETEXT_sources = hb-coretext.cc
177 HB_CORETEXT_headers = hb-coretext.h
178
179 HB_DIRECTWRITE_sources = hb-directwrite.cc
180 HB_DIRECTWRITE_headers = hb-directwrite.h
181
182 HB_UNISCRIBE_sources = hb-uniscribe.cc
183 HB_UNISCRIBE_headers = hb-uniscribe.h
184
185 # Additional supplemental sources
186 HB_UCDN_sources  = hb-ucdn.cc
187
188 # Sources for libharfbuzz-gobject and libharfbuzz-icu
189 HB_ICU_sources = hb-icu.cc
190 HB_ICU_headers = hb-icu.h
191
192 # Sources for libharfbuzz-subset
193 HB_SUBSET_sources = \
194         hb-subset.cc \
195         hb-subset-glyf.cc \
196         hb-subset-input.cc \
197         hb-subset-plan.cc \
198         $(NULL)
199
200 HB_SUBSET_headers = \
201         hb-subset.h \
202         hb-subset-glyf.hh \
203         hb-subset-plan.hh \
204         hb-subset-private.hh \
205         $(NULL)
206
207 HB_GOBJECT_DIST_sources = hb-gobject-structs.cc
208 HB_GOBJECT_DIST_headers = hb-gobject.h hb-gobject-structs.h
209 HB_GOBJECT_ENUM_sources = hb-gobject-enums.cc
210 HB_GOBJECT_ENUM_headers = hb-gobject-enums.h
211 HB_GOBJECT_NODIST_sources = $(HB_GOBJECT_ENUM_sources)
212 HB_GOBJECT_NODIST_headers = $(HB_GOBJECT_ENUM_headers)
213 HB_GOBJECT_sources = $(HB_GOBJECT_DIST_sources) $(HB_GOBJECT_NODIST_sources)
214 HB_GOBJECT_headers = $(HB_GOBJECT_DIST_headers) $(HB_GOBJECT_NODIST_headers)