comparison configure.in @ 302:8a86bdf34f0f

Added Atari joystick support (thanks Patrice!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 07 Mar 2002 20:23:11 +0000
parents 8bdc210ed1de
children 0910a3034576
comparison
equal deleted inserted replaced
301:fb4c4c6a2773 302:8a86bdf34f0f
2279 if test x$enable_audio = xyes; then 2279 if test x$enable_audio = xyes; then
2280 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" 2280 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
2281 AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" 2281 AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
2282 fi 2282 fi
2283 # Set up files for the joystick library 2283 # Set up files for the joystick library
2284 # (No joystick support yet)
2285 if test x$enable_joystick = xyes; then 2284 if test x$enable_joystick = xyes; then
2286 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" 2285 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS mint"
2287 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 2286 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS mint/libjoystick_mint.la"
2288 fi 2287 fi
2289 # Set up files for the cdrom library 2288 # Set up files for the cdrom library
2290 if test x$enable_cdrom = xyes; then 2289 if test x$enable_cdrom = xyes; then
2291 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy" 2290 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
2292 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la" 2291 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
2487 src/joystick/bsd/Makefile 2486 src/joystick/bsd/Makefile
2488 src/joystick/darwin/Makefile 2487 src/joystick/darwin/Makefile
2489 src/joystick/dummy/Makefile 2488 src/joystick/dummy/Makefile
2490 src/joystick/linux/Makefile 2489 src/joystick/linux/Makefile
2491 src/joystick/macos/Makefile 2490 src/joystick/macos/Makefile
2491 src/joystick/mint/Makefile
2492 src/joystick/win32/Makefile 2492 src/joystick/win32/Makefile
2493 src/cdrom/Makefile 2493 src/cdrom/Makefile
2494 src/cdrom/aix/Makefile 2494 src/cdrom/aix/Makefile
2495 src/cdrom/beos/Makefile 2495 src/cdrom/beos/Makefile
2496 src/cdrom/dummy/Makefile 2496 src/cdrom/dummy/Makefile