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.
|
- MAINTAINERCLEANFILES = Makefile.in
-
- if HAVE_ALSA
- ALSA_DIR = alsa
- else
- ALSA_DIR =
- endif
-
- if HAVE_OSS
- OSS_DIR = oss
- else
- OSS_DIR =
- endif
-
- if HAVE_PA
- PA_DIR = portaudio
- else
- PA_DIR =
- endif
-
- if HAVE_COREAUDIO
- CA_DIR = coreaudio
- else
- CA_DIR =
- endif
-
- if HAVE_FREEBOB
- FREEBOB_DIR = freebob
- else
- FREEBOB_DIR =
- endif
-
- SUBDIRS = $(ALSA_DIR) dummy $(OSS_DIR) $(PA_DIR) $(CA_DIR) $(FREEBOB_DIR)
- DIST_SUBDIRS = alsa dummy oss portaudio coreaudio freebob
|