Mercurial > sdl-ios-xcode
comparison src/cdrom/Makefile.am @ 613:9c6717a1c66f
Added MacOS X CD-ROM audio support (thanks Max and Darrell)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 15 Apr 2003 16:33:56 +0000 |
parents | dad72daf44b3 |
children | e92bcf2573cb |
comparison
equal
deleted
inserted
replaced
612:0648505b1f8b | 613:9c6717a1c66f |
---|---|
3 | 3 |
4 noinst_LTLIBRARIES = libcdrom.la | 4 noinst_LTLIBRARIES = libcdrom.la |
5 | 5 |
6 # Define which subdirectories need to be built | 6 # Define which subdirectories need to be built |
7 SUBDIRS = @CDROM_SUBDIRS@ | 7 SUBDIRS = @CDROM_SUBDIRS@ |
8 DIST_SUBDIRS = aix beos bsdi dc dummy freebsd linux macos openbsd qnx win32 | 8 DIST_SUBDIRS = \ |
9 aix \ | |
10 beos \ | |
11 bsdi \ | |
12 dc \ | |
13 dummy \ | |
14 freebsd \ | |
15 linux \ | |
16 macos \ | |
17 macosx \ | |
18 openbsd \ | |
19 qnx \ | |
20 win32 | |
9 | 21 |
10 DRIVERS = @CDROM_DRIVERS@ | 22 DRIVERS = @CDROM_DRIVERS@ |
11 | 23 |
12 # Include the architecture-independent sources | 24 # Include the architecture-independent sources |
13 COMMON_SRCS = \ | 25 COMMON_SRCS = \ |