Home | History | Annotate | Download | only in util
      1 HB_VIEW_sources = \
      2 	hb-view.cc \
      3 	options.cc \
      4 	options.hh \
      5 	main-font-text.hh \
      6 	shape-consumer.hh \
      7 	ansi-print.cc \
      8 	ansi-print.hh \
      9 	helper-cairo.cc \
     10 	helper-cairo.hh \
     11 	helper-cairo-ansi.cc \
     12 	helper-cairo-ansi.hh \
     13 	view-cairo.cc \
     14 	view-cairo.hh \
     15 	$(NULL)
     16 
     17 HB_SHAPE_sources = \
     18 	hb-shape.cc \
     19 	options.cc \
     20 	options.hh \
     21 	main-font-text.hh \
     22 	shape-consumer.hh \
     23 	$(NULL)
     24 
     25 HB_OT_SHAPE_CLOSURE_sources = \
     26 	hb-ot-shape-closure.cc \
     27 	options.cc \
     28 	options.hh \
     29 	main-font-text.hh \
     30 	$(NULL)
     31 
     32 HB_SUBSET_CLI_sources = \
     33 	hb-subset.cc \
     34 	options.cc \
     35 	options.hh \
     36 	main-font-text.hh \
     37 	$(NULL)
     38