1HB_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 20HB_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 35HB_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 45HB_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) 53