include.am 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
  3. # OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
  4. #
  5. # Permission is hereby granted to use or copy this program
  6. # for any purpose, provided the above notices are retained on all copies.
  7. # Permission to modify the code and to distribute modified code is granted,
  8. # provided the above notices are retained, and a notice that the code was
  9. # modified is included with the above copyright notice.
  10. ## Process this file with automake to produce part of Makefile.in.
  11. # installed headers
  12. #
  13. pkginclude_HEADERS += \
  14. include/gc.h \
  15. include/gc_allocator.h \
  16. include/gc_backptr.h \
  17. include/gc_config_macros.h \
  18. include/gc_disclaim.h \
  19. include/gc_gcj.h \
  20. include/gc_inline.h \
  21. include/gc_mark.h \
  22. include/gc_pthread_redirects.h \
  23. include/gc_tiny_fl.h \
  24. include/gc_typed.h \
  25. include/gc_version.h \
  26. include/javaxfc.h \
  27. include/leak_detector.h \
  28. include/weakpointer.h
  29. # headers which are not installed
  30. #
  31. dist_noinst_HEADERS += \
  32. include/cord.h \
  33. include/cord_pos.h \
  34. include/ec.h \
  35. include/new_gc_alloc.h \
  36. include/private/darwin_semaphore.h \
  37. include/private/darwin_stop_world.h \
  38. include/private/dbg_mlc.h \
  39. include/private/gc_hdrs.h \
  40. include/private/gc_locks.h \
  41. include/private/gc_pmark.h \
  42. include/private/gc_priv.h \
  43. include/private/gcconfig.h \
  44. include/private/pthread_stop_world.h \
  45. include/private/pthread_support.h \
  46. include/private/specific.h \
  47. include/private/thread_local_alloc.h
  48. # unprefixed header
  49. include_HEADERS += \
  50. include/extra/gc.h