jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
774B

  1. MAINTAINERCLEANFILES = Makefile.in version.h
  2. libjackincludedir = $(includedir)/jack
  3. libjackinclude_HEADERS = \
  4. intclient.h \
  5. jack.h \
  6. ringbuffer.h \
  7. statistics.h \
  8. session.h \
  9. thread.h \
  10. timestamps.h \
  11. transport.h \
  12. types.h \
  13. midiport.h \
  14. weakmacros.h \
  15. weakjack.h \
  16. control.h \
  17. jslist.h
  18. noinst_HEADERS = \
  19. atomicity.h \
  20. bitset.h \
  21. driver.h \
  22. driver_interface.h \
  23. driver_parse.h \
  24. engine.h \
  25. hardware.h \
  26. internal.h \
  27. intsimd.h \
  28. memops.h \
  29. messagebuffer.h \
  30. pool.h \
  31. port.h \
  32. ringbuffer.h \
  33. sanitycheck.h \
  34. shm.h \
  35. start.h \
  36. systemtest.h \
  37. unlock.h \
  38. varargs.h \
  39. version.h