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