Makefile.sources 907 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. HB_SHAPE_sources = \
  20. batch.hh \
  21. face-options.hh \
  22. font-options.hh \
  23. hb-shape.cc \
  24. main-font-text.hh \
  25. options.hh \
  26. output-options.hh \
  27. shape-consumer.hh \
  28. shape-format.hh \
  29. shape-options.hh \
  30. shape-output.hh \
  31. text-options.hh \
  32. $(NULL)
  33. HB_SUBSET_CLI_sources = \
  34. batch.hh \
  35. face-options.hh \
  36. hb-subset.cc \
  37. main-font-text.hh \
  38. options.hh \
  39. output-options.hh \
  40. text-options.hh \
  41. $(NULL)
  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)