comparison mupdf-source/thirdparty/harfbuzz/util/Makefile.sources @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
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-user.hh \
9 helper-cairo.hh \
10 main-font-text.hh \
11 options.hh \
12 output-options.hh \
13 shape-consumer.hh \
14 shape-options.hh \
15 text-options.hh \
16 view-cairo.hh \
17 view-options.hh \
18 $(NULL)
19
20 HB_SHAPE_sources = \
21 batch.hh \
22 face-options.hh \
23 font-options.hh \
24 hb-shape.cc \
25 main-font-text.hh \
26 options.hh \
27 output-options.hh \
28 shape-consumer.hh \
29 shape-format.hh \
30 shape-options.hh \
31 shape-output.hh \
32 text-options.hh \
33 $(NULL)
34
35 HB_SUBSET_CLI_sources = \
36 batch.hh \
37 face-options.hh \
38 hb-subset.cc \
39 main-font-text.hh \
40 options.hh \
41 output-options.hh \
42 text-options.hh \
43 $(NULL)
44
45 HB_OT_SHAPE_CLOSURE_sources = \
46 face-options.hh \
47 font-options.hh \
48 hb-ot-shape-closure.cc \
49 main-font-text.hh \
50 options.hh \
51 text-options.hh \
52 $(NULL)