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