2001-04-26 16:45:43 +00:00
|
|
|
|
|
|
|
## Makefile.am for the SDL audio library
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libaudio.la
|
|
|
|
|
|
|
|
# Define which subdirectories need to be built
|
|
|
|
SUBDIRS = @AUDIO_SUBDIRS@
|
2002-06-10 20:42:53 +00:00
|
|
|
DIST_SUBDIRS = alsa arts baudio dma dmedia dsp esd macrom nas nto openbsd \
|
2002-10-05 16:50:56 +00:00
|
|
|
paudio sun ums windib windx5 disk mint dc
|
2001-04-26 16:45:43 +00:00
|
|
|
|
|
|
|
DRIVERS = @AUDIO_DRIVERS@
|
|
|
|
|
|
|
|
# Include the architecture-independent sources
|
|
|
|
COMMON_SRCS = \
|
|
|
|
SDL_audio.c \
|
|
|
|
SDL_audio_c.h \
|
|
|
|
SDL_audiocvt.c \
|
|
|
|
SDL_audiodev.c \
|
|
|
|
SDL_audiodev_c.h \
|
|
|
|
SDL_audiomem.c \
|
|
|
|
SDL_audiomem.h \
|
|
|
|
SDL_mixer.c \
|
|
|
|
SDL_sysaudio.h \
|
|
|
|
SDL_wave.c \
|
2002-11-09 06:13:28 +00:00
|
|
|
SDL_wave.h \
|
|
|
|
SDL_mixer_MMX.c \
|
|
|
|
SDL_mixer_MMX.h
|
2001-04-26 16:45:43 +00:00
|
|
|
|
|
|
|
libaudio_la_SOURCES = $(COMMON_SRCS)
|
|
|
|
libaudio_la_LIBADD = $(DRIVERS)
|
|
|
|
libaudio_la_DEPENDENCIES = $(DRIVERS)
|