Mercurial > sdl-ios-xcode
comparison src/audio/Makefile.am @ 630:550bccdf04bd
Added initial support for RISC OS (thanks Peter Naulls!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 29 May 2003 04:44:13 +0000 |
parents | 64fe373be3dc |
children | 873c2598f969 |
comparison
equal
deleted
inserted
replaced
629:3fa401bb4bb5 | 630:550bccdf04bd |
---|---|
4 noinst_LTLIBRARIES = libaudio.la | 4 noinst_LTLIBRARIES = libaudio.la |
5 | 5 |
6 # Define which subdirectories need to be built | 6 # Define which subdirectories need to be built |
7 SUBDIRS = @AUDIO_SUBDIRS@ | 7 SUBDIRS = @AUDIO_SUBDIRS@ |
8 DIST_SUBDIRS = alsa arts baudio dma dmedia dsp esd macrom nas nto openbsd \ | 8 DIST_SUBDIRS = alsa arts baudio dma dmedia dsp esd macrom nas nto openbsd \ |
9 paudio sun ums windib windx5 disk mint dc | 9 paudio riscos sun ums windib windx5 disk mint dc |
10 | 10 |
11 DRIVERS = @AUDIO_DRIVERS@ | 11 DRIVERS = @AUDIO_DRIVERS@ |
12 | 12 |
13 # Include the architecture-independent sources | 13 # Include the architecture-independent sources |
14 COMMON_SRCS = \ | 14 COMMON_SRCS = \ |