comparison configure.in @ 178:1fc1a101bf23

Added CD-ROM support for BSD/OS (thanks Steven!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 13 Sep 2001 15:57:48 +0000
parents da9a97f693a8
children 34d316d5e744
comparison
equal deleted inserted replaced
177:5f46f27efb6a 178:1fc1a101bf23
1345 if test x$enable_joystick = xyes; then 1345 if test x$enable_joystick = xyes; then
1346 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" 1346 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
1347 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1347 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1348 fi 1348 fi
1349 # Set up files for the cdrom library 1349 # Set up files for the cdrom library
1350 # (No cdrom support yet)
1351 if test x$enable_cdrom = xyes; then 1350 if test x$enable_cdrom = xyes; then
1352 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy" 1351 CDROM_SUBDIRS="$CDROM_SUBDIRS bsdi"
1353 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la" 1352 CDROM_DRIVERS="$CDROM_DRIVERS bsdi/libcdrom_bsdi.la"
1354 fi 1353 fi
1355 # Set up files for the thread library 1354 # Set up files for the thread library
1355 SDL_LIBS="$SDL_LIBS -lsem"
1356 if test x$enable_threads = xyes; then 1356 if test x$enable_threads = xyes; then
1357 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1357 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1358 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1358 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1359 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex.c) 1359 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex.c)
1360 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex_c.h) 1360 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex_c.h)
1361 COPY_ARCH_SRC(src/thread, generic, SDL_syssem.c) 1361 COPY_ARCH_SRC(src/thread, linux, SDL_syssem.c)
1362 COPY_ARCH_SRC(src/thread, generic, SDL_syssem_c.h) 1362 COPY_ARCH_SRC(src/thread, generic, SDL_syssem_c.h)
1363 COPY_ARCH_SRC(src/thread, linux, SDL_syscond.c) 1363 COPY_ARCH_SRC(src/thread, linux, SDL_syscond.c)
1364 COPY_ARCH_SRC(src/thread, generic, SDL_syscond_c.h) 1364 COPY_ARCH_SRC(src/thread, generic, SDL_syscond_c.h)
1365 fi 1365 fi
1366 # Set up files for the timer library 1366 # Set up files for the timer library
2245 src/joystick/win32/Makefile 2245 src/joystick/win32/Makefile
2246 src/cdrom/Makefile 2246 src/cdrom/Makefile
2247 src/cdrom/aix/Makefile 2247 src/cdrom/aix/Makefile
2248 src/cdrom/beos/Makefile 2248 src/cdrom/beos/Makefile
2249 src/cdrom/dummy/Makefile 2249 src/cdrom/dummy/Makefile
2250 src/cdrom/bsdi/Makefile
2250 src/cdrom/freebsd/Makefile 2251 src/cdrom/freebsd/Makefile
2251 src/cdrom/linux/Makefile 2252 src/cdrom/linux/Makefile
2252 src/cdrom/macos/Makefile 2253 src/cdrom/macos/Makefile
2253 src/cdrom/openbsd/Makefile 2254 src/cdrom/openbsd/Makefile
2254 src/cdrom/qnx/Makefile 2255 src/cdrom/qnx/Makefile