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.

29 lines
354B

  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. SUBDIRS = $(ALSA_DIR) dummy $(OSS_DIR) $(PA_DIR) $(CA_DIR)
  23. DIST_SUBDIRS = alsa dummy oss portaudio coreaudio