Imported Upstream version 3.4.0
[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.hh \
8         main-font-text.hh \
9         options.hh \
10         output-options.hh \
11         shape-consumer.hh \
12         shape-options.hh \
13         text-options.hh \
14         view-cairo.hh \
15         view-options.hh \
16         $(NULL)
17
18 HB_SHAPE_sources = \
19         batch.hh \
20         face-options.hh \
21         font-options.hh \
22         hb-shape.cc \
23         main-font-text.hh \
24         options.hh \
25         output-options.hh \
26         shape-consumer.hh \
27         shape-format.hh \
28         shape-options.hh \
29         text-options.hh \
30         $(NULL)
31
32 HB_SUBSET_CLI_sources = \
33         batch.hh \
34         face-options.hh \
35         hb-subset.cc \
36         main-font-text.hh \
37         options.hh \
38         output-options.hh \
39         text-options.hh \
40         $(NULL)
41
42 HB_OT_SHAPE_CLOSURE_sources = \
43         face-options.hh \
44         font-options.hh \
45         hb-ot-shape-closure.cc \
46         main-font-text.hh \
47         options.hh \
48         text-options.hh \
49         $(NULL)