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.

35 lines
441B

  1. MAINTAINERCLEANFILES = Makefile.in
  2. if HAVE_ALSA
  3. ALSA_DIR = alsa
  4. else
  5. ALSA_DIR =
  6. endif
  7. if HAVE_OSS
  8. OSS_DIR = oss
  9. else
  10. OSS_DIR =
  11. endif
  12. if HAVE_PA
  13. PA_DIR = portaudio
  14. else
  15. PA_DIR =
  16. endif
  17. if HAVE_COREAUDIO
  18. CA_DIR = coreaudio
  19. else
  20. CA_DIR =
  21. endif
  22. if HAVE_FREEBOB
  23. FREEBOB_DIR = freebob
  24. else
  25. FREEBOB_DIR =
  26. endif
  27. SUBDIRS = $(ALSA_DIR) dummy $(OSS_DIR) $(PA_DIR) $(CA_DIR) $(FREEBOB_DIR)
  28. DIST_SUBDIRS = alsa dummy oss portaudio coreaudio freebob