• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1NULL =
2
3# Base and default-included sources and headers
4
5HB_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-common.cc \
12	hb-debug.hh \
13	hb-dsalgs.hh \
14	hb-face-private.hh \
15	hb-face.cc \
16	hb-font-private.hh \
17	hb-font.cc \
18	hb-mutex-private.hh \
19	hb-object-private.hh \
20	hb-open-file-private.hh \
21	hb-open-type-private.hh \
22	hb-ot-cbdt-table.hh \
23	hb-ot-cmap-table.hh \
24	hb-ot-glyf-table.hh \
25	hb-ot-head-table.hh \
26	hb-ot-hhea-table.hh \
27	hb-ot-hmtx-table.hh \
28	hb-ot-kern-table.hh \
29	hb-ot-maxp-table.hh \
30	hb-ot-name-table.hh \
31	hb-ot-os2-table.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
53HB_BASE_RAGEL_GENERATED_sources = \
54	hb-buffer-deserialize-json.hh \
55	hb-buffer-deserialize-text.hh \
56	$(NULL)
57HB_BASE_RAGEL_sources = \
58	hb-buffer-deserialize-json.rl \
59	hb-buffer-deserialize-text.rl \
60	$(NULL)
61
62HB_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	$(NULL)
75
76HB_NODIST_headers = \
77	hb-version.h \
78	$(NULL)
79
80HB_FALLBACK_sources = \
81	hb-fallback-shape.cc	\
82	$(NULL)
83
84HB_OT_sources = \
85	hb-ot-font.cc \
86	hb-ot-layout.cc \
87	hb-ot-layout-common-private.hh \
88	hb-ot-layout-gdef-table.hh \
89	hb-ot-layout-gpos-table.hh \
90	hb-ot-layout-gsubgpos-private.hh \
91	hb-ot-layout-gsub-table.hh \
92	hb-ot-layout-jstf-table.hh \
93	hb-ot-layout-private.hh \
94	hb-ot-map.cc \
95	hb-ot-map-private.hh \
96	hb-ot-math.cc \
97	hb-ot-math-table.hh \
98	hb-ot-shape.cc \
99	hb-ot-shape-complex-arabic.cc \
100	hb-ot-shape-complex-arabic-fallback.hh \
101	hb-ot-shape-complex-arabic-private.hh \
102	hb-ot-shape-complex-arabic-table.hh \
103	hb-ot-shape-complex-arabic-win1256.hh \
104	hb-ot-shape-complex-default.cc \
105	hb-ot-shape-complex-hangul.cc \
106	hb-ot-shape-complex-hebrew.cc \
107	hb-ot-shape-complex-indic.cc \
108	hb-ot-shape-complex-indic-private.hh \
109	hb-ot-shape-complex-indic-table.cc \
110	hb-ot-shape-complex-myanmar.cc \
111	hb-ot-shape-complex-thai.cc \
112	hb-ot-shape-complex-tibetan.cc \
113	hb-ot-shape-complex-use.cc \
114	hb-ot-shape-complex-use-private.hh \
115	hb-ot-shape-complex-use-table.cc \
116	hb-ot-shape-complex-private.hh \
117	hb-ot-shape-normalize-private.hh \
118	hb-ot-shape-normalize.cc \
119	hb-ot-shape-fallback-private.hh \
120	hb-ot-shape-fallback.cc \
121	hb-ot-shape-private.hh \
122	hb-ot-var.cc \
123	hb-ot-var-avar-table.hh \
124	hb-ot-var-fvar-table.hh \
125	hb-ot-var-hvar-table.hh \
126	hb-ot-var-mvar-table.hh \
127	$(NULL)
128
129HB_OT_RAGEL_GENERATED_sources = \
130	hb-ot-shape-complex-indic-machine.hh \
131	hb-ot-shape-complex-myanmar-machine.hh \
132	hb-ot-shape-complex-use-machine.hh \
133	$(NULL)
134HB_OT_RAGEL_sources = \
135	hb-ot-shape-complex-indic-machine.rl \
136	hb-ot-shape-complex-myanmar-machine.rl \
137	hb-ot-shape-complex-use-machine.rl \
138	$(NULL)
139
140HB_OT_headers = \
141	hb-ot.h \
142	hb-ot-font.h \
143	hb-ot-layout.h \
144	hb-ot-math.h \
145	hb-ot-shape.h \
146	hb-ot-tag.h \
147	hb-ot-var.h \
148	$(NULL)
149
150# Optional Sources and Headers with external deps
151
152HB_FT_sources = hb-ft.cc
153HB_FT_headers = hb-ft.h
154
155HB_GLIB_sources = hb-glib.cc
156HB_GLIB_headers = hb-glib.h
157
158HB_GRAPHITE2_sources = hb-graphite2.cc
159HB_GRAPHITE2_headers = hb-graphite2.h
160
161# System-dependent sources and headers
162
163HB_CORETEXT_sources = hb-coretext.cc
164HB_CORETEXT_headers = hb-coretext.h
165
166HB_DIRECTWRITE_sources = hb-directwrite.cc
167HB_DIRECTWRITE_headers = hb-directwrite.h
168
169HB_UNISCRIBE_sources = hb-uniscribe.cc
170HB_UNISCRIBE_headers = hb-uniscribe.h
171
172# Additional supplemental sources
173HB_UCDN_sources  = hb-ucdn.cc
174
175# Sources for libharfbuzz-gobject and libharfbuzz-icu
176HB_ICU_sources = hb-icu.cc
177HB_ICU_headers = hb-icu.h
178
179HB_GOBJECT_sources = hb-gobject-structs.cc
180HB_GOBJECT_STRUCTS_headers = hb-gobject-structs.h
181HB_GOBJECT_headers = hb-gobject.h $(HB_GOBJECT_STRUCTS_headers)
182HB_GOBJECT_ENUM_sources = hb-gobject-enums.cc
183HB_GOBJECT_ENUM_headers = hb-gobject-enums.h
184