Mercurial > sdl-ios-xcode
comparison src/audio/mint/Makefile.am @ 644:594422ab8f9f
Atari MiNT: added more audio drivers
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Mon, 07 Jul 2003 19:16:03 +0000 |
parents | d219b0e02f5f |
children |
comparison
equal
deleted
inserted
replaced
643:564716cfb502 | 644:594422ab8f9f |
---|---|
1 | |
2 ## Makefile.am for SDL using Xbios/Dma/whatever available audio functions | 1 ## Makefile.am for SDL using Xbios/Dma/whatever available audio functions |
3 | 2 |
4 noinst_LTLIBRARIES = libaudio_mintaudio.la | 3 noinst_LTLIBRARIES = libaudio_mintaudio.la |
5 libaudio_mintaudio_la_SOURCES = $(SRCS) | 4 libaudio_mintaudio_la_SOURCES = $(SRCS) |
6 | 5 |
7 # The SDL audio driver sources | 6 # The SDL audio driver sources |
8 SRCS = SDL_mintaudio.c \ | 7 SRCS = \ |
8 SDL_mintaudio.c \ | |
9 SDL_mintaudio.h \ | 9 SDL_mintaudio.h \ |
10 SDL_mintaudiointerrupt.S \ | 10 SDL_mintaudio_dma8.c \ |
11 SDL_mintaudiointerrupt_s.h \ | 11 SDL_mintaudio_dma8.h \ |
12 SDL_mintaudiodma.h \ | 12 SDL_mintaudio_gsxb.c \ |
13 SDL_mintaudiogsxb.h | 13 SDL_mintaudio_gsxb.h \ |
14 | 14 SDL_mintaudio_it.S \ |
15 SDL_mintaudio_mcsn.c \ | |
16 SDL_mintaudio_mcsn.h \ | |
17 SDL_mintaudio_stfa.c \ | |
18 SDL_mintaudio_stfa.h \ | |
19 SDL_mintaudio_xbios.c |