Imported Upstream version 8.2.2
[platform/upstream/harfbuzz.git] / util / Makefile.sources
1 HB_VIEW_sources = \
2         ansi-print.hh \
3         face-options.hh \
4         font-options.hh \
5         hb-view.cc \
6         helper-cairo-ansi.hh \
7         helper-cairo-ft.hh \
8         helper-cairo.hh \
9         main-font-text.hh \
10         options.hh \
11         output-options.hh \
12         shape-consumer.hh \
13         shape-options.hh \
14         text-options.hh \
15         view-cairo.hh \
16         view-options.hh \
17         $(NULL)
18
19 HB_SHAPE_sources = \
20         batch.hh \
21         face-options.hh \
22         font-options.hh \
23         hb-shape.cc \
24         main-font-text.hh \
25         options.hh \
26         output-options.hh \
27         shape-consumer.hh \
28         shape-format.hh \
29         shape-options.hh \
30         shape-output.hh \
31         text-options.hh \
32         $(NULL)
33
34 HB_INFO_sources = \
35         batch.hh \
36         face-options.hh \
37         font-options.hh \
38         hb-info.cc \
39         options.hh \
40         $(NULL)
41
42 HB_SUBSET_CLI_sources = \
43         batch.hh \
44         face-options.hh \
45         hb-subset.cc \
46         main-font-text.hh \
47         options.hh \
48         output-options.hh \
49         text-options.hh \
50         $(NULL)
51
52 HB_OT_SHAPE_CLOSURE_sources = \
53         face-options.hh \
54         font-options.hh \
55         hb-ot-shape-closure.cc \
56         main-font-text.hh \
57         options.hh \
58         text-options.hh \
59         $(NULL)