Mercurial > sdl-ios-xcode
comparison configure.in @ 754:623b453a3219
Fixed "dist" make target for newer versions of automake
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 Dec 2003 06:25:53 +0000 |
parents | b14fdadd8311 |
children | 619fc21d154e |
comparison
equal
deleted
inserted
replaced
753:b14fdadd8311 | 754:623b453a3219 |
---|---|
503 ;; | 503 ;; |
504 openbsd) | 504 openbsd) |
505 NASMFLAGS="-f aoutb" | 505 NASMFLAGS="-f aoutb" |
506 ;; | 506 ;; |
507 *) | 507 *) |
508 NASMFLAGS="-f elf -D __NOU__" | 508 NASMFLAGS="-f elf" |
509 ;; | 509 ;; |
510 esac | 510 esac |
511 AC_SUBST(NASMFLAGS) | 511 AC_SUBST(NASMFLAGS) |
512 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/hermes" | 512 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/hermes" |
513 SDL_EXTRADIRS="$SDL_EXTRADIRS hermes" | 513 SDL_EXTRADIRS="$SDL_EXTRADIRS hermes" |
1329 CopyUnixThreadSource() | 1329 CopyUnixThreadSource() |
1330 { | 1330 { |
1331 if test x$use_pthreads = xyes -o x$use_clone = xyes; then | 1331 if test x$use_pthreads = xyes -o x$use_clone = xyes; then |
1332 # Basic thread creation functions | 1332 # Basic thread creation functions |
1333 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) | 1333 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) |
1334 if test x$use_clone = xyes; then | |
1335 COPY_ARCH_SRC(src/thread, linux, clone.S) | |
1336 fi | |
1337 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) | 1334 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) |
1338 | 1335 |
1339 # Semaphores | 1336 # Semaphores |
1340 # We can fake these with mutexes and condition variables if necessary | 1337 # We can fake these with mutexes and condition variables if necessary |
1341 if test x$use_pthreads = xyes -a x$have_pthread_sem != xyes; then | 1338 if test x$use_pthreads = xyes -a x$have_pthread_sem != xyes; then |
1755 CheckOpenGL | 1752 CheckOpenGL |
1756 CheckInputEvents | 1753 CheckInputEvents |
1757 CheckPTHREAD | 1754 CheckPTHREAD |
1758 # Set up files for the main() stub | 1755 # Set up files for the main() stub |
1759 if test "x$video_qtopia" = "xyes"; then | 1756 if test "x$video_qtopia" = "xyes"; then |
1760 COPY_ARCH_SRC(src/main, linux, SDL_Qtopia_main.cc) | |
1761 SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main" | 1757 SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main" |
1762 SDL_LIBS="-lSDLmain $SDL_LIBS" | 1758 SDL_LIBS="-lSDLmain $SDL_LIBS" |
1763 else | |
1764 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
1765 fi | 1759 fi |
1766 # Set up files for the audio library | 1760 # Set up files for the audio library |
1767 # We use the OSS and ALSA API's, not the Sun audio API | 1761 # We use the OSS and ALSA API's, not the Sun audio API |
1768 #if test x$enable_audio = xyes; then | 1762 #if test x$enable_audio = xyes; then |
1769 # CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" | 1763 # CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" |
1831 CheckDGA | 1825 CheckDGA |
1832 CheckSVGA | 1826 CheckSVGA |
1833 CheckAAlib | 1827 CheckAAlib |
1834 CheckOpenGL | 1828 CheckOpenGL |
1835 CheckPTHREAD | 1829 CheckPTHREAD |
1836 # Set up files for the main() stub | |
1837 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
1838 # Set up files for the audio library | 1830 # Set up files for the audio library |
1839 # We use the OSS and ALSA API's, not the Sun audio API | 1831 # We use the OSS and ALSA API's, not the Sun audio API |
1840 #if test x$enable_audio = xyes; then | 1832 #if test x$enable_audio = xyes; then |
1841 # CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" | 1833 # CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" |
1842 # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" | 1834 # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" |
1878 CheckSVGA | 1870 CheckSVGA |
1879 CheckAAlib | 1871 CheckAAlib |
1880 CheckOpenGL | 1872 CheckOpenGL |
1881 CheckPTHREAD | 1873 CheckPTHREAD |
1882 CheckUSBHID | 1874 CheckUSBHID |
1883 # Set up files for the main() stub | |
1884 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
1885 # Set up files for the audio library | 1875 # Set up files for the audio library |
1886 # We use the OSS and ALSA API's, not the Sun audio API | 1876 # We use the OSS and ALSA API's, not the Sun audio API |
1887 #if test x$enable_audio = xyes; then | 1877 #if test x$enable_audio = xyes; then |
1888 # CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" | 1878 # CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" |
1889 # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" | 1879 # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" |
1916 CheckX11 | 1906 CheckX11 |
1917 CheckAAlib | 1907 CheckAAlib |
1918 CheckOpenGL | 1908 CheckOpenGL |
1919 CheckPTHREAD | 1909 CheckPTHREAD |
1920 CheckUSBHID | 1910 CheckUSBHID |
1921 # Set up files for the main() stub | |
1922 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
1923 # Set up files for the audio library | 1911 # Set up files for the audio library |
1924 if test x$enable_audio = xyes; then | 1912 if test x$enable_audio = xyes; then |
1925 CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" | 1913 CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" |
1926 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" | 1914 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" |
1927 AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" | 1915 AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" |
1958 CheckX11 | 1946 CheckX11 |
1959 CheckAAlib | 1947 CheckAAlib |
1960 CheckOpenGL | 1948 CheckOpenGL |
1961 CheckPTHREAD | 1949 CheckPTHREAD |
1962 CheckUSBHID | 1950 CheckUSBHID |
1963 # Set up files for the main() stub | |
1964 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
1965 # Set up files for the audio library | 1951 # Set up files for the audio library |
1966 if test x$enable_audio = xyes; then | 1952 if test x$enable_audio = xyes; then |
1967 CFLAGS="$CFLAGS -DOPENBSD_AUDIO_SUPPORT" | 1953 CFLAGS="$CFLAGS -DOPENBSD_AUDIO_SUPPORT" |
1968 AUDIO_SUBDIRS="$AUDIO_SUBDIRS openbsd" | 1954 AUDIO_SUBDIRS="$AUDIO_SUBDIRS openbsd" |
1969 AUDIO_DRIVERS="$AUDIO_DRIVERS openbsd/libaudio_openbsd.la" | 1955 AUDIO_DRIVERS="$AUDIO_DRIVERS openbsd/libaudio_openbsd.la" |
2000 CheckNAS | 1986 CheckNAS |
2001 CheckX11 | 1987 CheckX11 |
2002 CheckAAlib | 1988 CheckAAlib |
2003 CheckOpenGL | 1989 CheckOpenGL |
2004 CheckPTHREAD | 1990 CheckPTHREAD |
2005 # Set up files for the main() stub | |
2006 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
2007 # Set up files for the audio library | 1991 # Set up files for the audio library |
2008 if test x$enable_audio = xyes; then | 1992 if test x$enable_audio = xyes; then |
2009 CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" | 1993 CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" |
2010 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" | 1994 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" |
2011 AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" | 1995 AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" |
2043 CheckNAS | 2027 CheckNAS |
2044 CheckX11 | 2028 CheckX11 |
2045 CheckAAlib | 2029 CheckAAlib |
2046 CheckOpenGL | 2030 CheckOpenGL |
2047 CheckPTHREAD | 2031 CheckPTHREAD |
2048 # Set up files for the main() stub | |
2049 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
2050 # Set up files for the audio library | 2032 # Set up files for the audio library |
2051 if test x$enable_audio = xyes; then | 2033 if test x$enable_audio = xyes; then |
2052 CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" | 2034 CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" |
2053 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" | 2035 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" |
2054 AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" | 2036 AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" |
2083 CheckNAS | 2065 CheckNAS |
2084 CheckX11 | 2066 CheckX11 |
2085 CheckAAlib | 2067 CheckAAlib |
2086 CheckOpenGL | 2068 CheckOpenGL |
2087 CheckPTHREAD | 2069 CheckPTHREAD |
2088 # Set up files for the main() stub | |
2089 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
2090 # We use the dmedia audio API, not the Sun audio API | 2070 # We use the dmedia audio API, not the Sun audio API |
2091 #if test x$enable_audio = xyes; then | 2071 #if test x$enable_audio = xyes; then |
2092 # CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" | 2072 # CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" |
2093 # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" | 2073 # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" |
2094 # AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" | 2074 # AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" |
2135 CheckX11 | 2115 CheckX11 |
2136 CheckGGI | 2116 CheckGGI |
2137 CheckAAlib | 2117 CheckAAlib |
2138 CheckOpenGL | 2118 CheckOpenGL |
2139 CheckPTHREAD | 2119 CheckPTHREAD |
2140 # Set up files for the main() stub | |
2141 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
2142 # Set up files for the audio library | 2120 # Set up files for the audio library |
2143 if test x$enable_audio = xyes; then | 2121 if test x$enable_audio = xyes; then |
2144 CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" | 2122 CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" |
2145 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" | 2123 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" |
2146 AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" | 2124 AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" |
2176 CheckX11 | 2154 CheckX11 |
2177 CheckGGI | 2155 CheckGGI |
2178 CheckAAlib | 2156 CheckAAlib |
2179 CheckOpenGL | 2157 CheckOpenGL |
2180 CheckPTHREAD | 2158 CheckPTHREAD |
2181 # Set up files for the main() stub | |
2182 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
2183 # Set up files for the audio library | 2159 # Set up files for the audio library |
2184 if test x$enable_audio = xyes; then | 2160 if test x$enable_audio = xyes; then |
2185 AUDIO_SUBDIRS="$AUDIO_SUBDIRS paudio" | 2161 AUDIO_SUBDIRS="$AUDIO_SUBDIRS paudio" |
2186 AUDIO_DRIVERS="$AUDIO_DRIVERS paudio/libaudio_paudio.la" | 2162 AUDIO_DRIVERS="$AUDIO_DRIVERS paudio/libaudio_paudio.la" |
2187 fi | 2163 fi |
2215 CheckGGI | 2191 CheckGGI |
2216 CheckAAlib | 2192 CheckAAlib |
2217 CheckOpenGL | 2193 CheckOpenGL |
2218 CheckPTHREAD | 2194 CheckPTHREAD |
2219 SDL_LIBS="$SDL_LIBS -lrt" | 2195 SDL_LIBS="$SDL_LIBS -lrt" |
2220 # Set up files for the main() stub | |
2221 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
2222 # Set up files for the audio library | 2196 # Set up files for the audio library |
2223 if test x$enable_audio = xyes; then | 2197 if test x$enable_audio = xyes; then |
2224 CFLAGS="$CFLAGS -I/usr/include/mme -DMMEAUDIO_SUPPORT" | 2198 CFLAGS="$CFLAGS -I/usr/include/mme -DMMEAUDIO_SUPPORT" |
2225 SYSTEM_LIBS="$SYSTEM_LIBS -lmme" | 2199 SYSTEM_LIBS="$SYSTEM_LIBS -lmme" |
2226 AUDIO_SUBDIRS="$AUDIO_SUBDIRS mme" | 2200 AUDIO_SUBDIRS="$AUDIO_SUBDIRS mme" |
2255 CheckNAS | 2229 CheckNAS |
2256 CheckPHOTON | 2230 CheckPHOTON |
2257 CheckX11 | 2231 CheckX11 |
2258 CheckOpenGL | 2232 CheckOpenGL |
2259 CheckPTHREAD | 2233 CheckPTHREAD |
2260 # Set up files for the main() stub | |
2261 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
2262 # Set up files for the audio library | 2234 # Set up files for the audio library |
2263 if test x$enable_audio = xyes; then | 2235 if test x$enable_audio = xyes; then |
2264 CFLAGS="$CFLAGS -DQNXNTOAUDIO_SUPPORT" | 2236 CFLAGS="$CFLAGS -DQNXNTOAUDIO_SUPPORT" |
2265 SYSTEM_LIBS="$SYSTEM_LIBS -lasound" | 2237 SYSTEM_LIBS="$SYSTEM_LIBS -lasound" |
2266 AUDIO_SUBDIRS="$AUDIO_SUBDIRS nto" | 2238 AUDIO_SUBDIRS="$AUDIO_SUBDIRS nto" |
2300 CheckDummyVideo | 2272 CheckDummyVideo |
2301 CheckDiskAudio | 2273 CheckDiskAudio |
2302 CheckWIN32 | 2274 CheckWIN32 |
2303 CheckDIRECTX | 2275 CheckDIRECTX |
2304 CheckNASM | 2276 CheckNASM |
2305 # Set up files for the main() stub | |
2306 COPY_ARCH_SRC(src/main, win32, SDL_main.c) | |
2307 # Set up files for the audio library | 2277 # Set up files for the audio library |
2308 if test x$enable_audio = xyes; then | 2278 if test x$enable_audio = xyes; then |
2309 AUDIO_SUBDIRS="$AUDIO_SUBDIRS windib" | 2279 AUDIO_SUBDIRS="$AUDIO_SUBDIRS windib" |
2310 AUDIO_DRIVERS="$AUDIO_DRIVERS windib/libaudio_windib.la" | 2280 AUDIO_DRIVERS="$AUDIO_DRIVERS windib/libaudio_windib.la" |
2311 if test x$use_directx = xyes; then | 2281 if test x$use_directx = xyes; then |
2358 CheckDummyVideo | 2328 CheckDummyVideo |
2359 CheckDiskAudio | 2329 CheckDiskAudio |
2360 CheckNASM | 2330 CheckNASM |
2361 CheckBWINDOW | 2331 CheckBWINDOW |
2362 CheckBeGL | 2332 CheckBeGL |
2363 # Set up files for the main() stub | |
2364 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
2365 COPY_ARCH_SRC(src/main, beos, SDL_BeApp.cc) | |
2366 COPY_ARCH_SRC(src/main, beos, SDL_BeApp.h) | |
2367 # Set up files for the audio library | 2333 # Set up files for the audio library |
2368 if test x$enable_audio = xyes; then | 2334 if test x$enable_audio = xyes; then |
2369 AUDIO_SUBDIRS="$AUDIO_SUBDIRS baudio" | 2335 AUDIO_SUBDIRS="$AUDIO_SUBDIRS baudio" |
2370 AUDIO_DRIVERS="$AUDIO_DRIVERS baudio/libaudio_baudio.la" | 2336 AUDIO_DRIVERS="$AUDIO_DRIVERS baudio/libaudio_baudio.la" |
2371 fi | 2337 fi |
2404 ARCH=macos | 2370 ARCH=macos |
2405 CheckDummyVideo | 2371 CheckDummyVideo |
2406 CheckDiskAudio | 2372 CheckDiskAudio |
2407 CheckTOOLBOX | 2373 CheckTOOLBOX |
2408 CheckMacGL | 2374 CheckMacGL |
2409 # Set up files for the main() stub | |
2410 COPY_ARCH_SRC(src/main, macos, SDL_main.c) | |
2411 # Set up files for the audio library | 2375 # Set up files for the audio library |
2412 if test x$enable_audio = xyes; then | 2376 if test x$enable_audio = xyes; then |
2413 AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom" | 2377 AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom" |
2414 AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la" | 2378 AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la" |
2415 fi | 2379 fi |
2450 CheckDummyVideo | 2414 CheckDummyVideo |
2451 CheckDiskAudio | 2415 CheckDiskAudio |
2452 CheckQUARTZ | 2416 CheckQUARTZ |
2453 CheckMacGL | 2417 CheckMacGL |
2454 CheckPTHREAD | 2418 CheckPTHREAD |
2455 # Set up files for the main() stub | |
2456 COPY_ARCH_SRC(src/main, macosx, SDLMain.m) | |
2457 COPY_ARCH_SRC(src/main, macosx, SDLMain.h) | |
2458 # Set up files for the audio library | 2419 # Set up files for the audio library |
2459 if test x$enable_audio = xyes; then | 2420 if test x$enable_audio = xyes; then |
2460 AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom" | 2421 AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom" |
2461 AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la" | 2422 AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la" |
2462 fi | 2423 fi |
2496 CheckAtariXbiosVideo | 2457 CheckAtariXbiosVideo |
2497 CheckAtariGemVideo | 2458 CheckAtariGemVideo |
2498 CheckAtariAudio | 2459 CheckAtariAudio |
2499 CheckAtariLdg | 2460 CheckAtariLdg |
2500 CheckPTH | 2461 CheckPTH |
2501 # Set up files for the main() stub | |
2502 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
2503 # Set up files for the audio library | 2462 # Set up files for the audio library |
2504 if test x$enable_threads = xyes -a x$enable_pth = xyes; then | 2463 if test x$enable_threads = xyes -a x$enable_pth = xyes; then |
2505 if test x$enable_audio = xyes; then | 2464 if test x$enable_audio = xyes; then |
2506 CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" | 2465 CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT" |
2507 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" | 2466 AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun" |
2526 if test x$enable_timers = xyes; then | 2485 if test x$enable_timers = xyes; then |
2527 if test x$enable_threads = xyes -a x$enable_pth = xyes; then | 2486 if test x$enable_threads = xyes -a x$enable_pth = xyes; then |
2528 COPY_ARCH_SRC(src/timer, linux, SDL_systimer.c) | 2487 COPY_ARCH_SRC(src/timer, linux, SDL_systimer.c) |
2529 else | 2488 else |
2530 COPY_ARCH_SRC(src/timer, mint, SDL_systimer.c) | 2489 COPY_ARCH_SRC(src/timer, mint, SDL_systimer.c) |
2531 COPY_ARCH_SRC(src/timer, mint, SDL_vbltimer.S) | |
2532 COPY_ARCH_SRC(src/timer, mint, SDL_vbltimer_s.h) | |
2533 fi | 2490 fi |
2534 fi | 2491 fi |
2535 # MiNT does not define "unix" | 2492 # MiNT does not define "unix" |
2536 CFLAGS="$CFLAGS -Dunix" | 2493 CFLAGS="$CFLAGS -Dunix" |
2537 ;; | 2494 ;; |
2538 *-*-riscos) | 2495 *-*-riscos) |
2539 ARCH=riscos | 2496 ARCH=riscos |
2540 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS riscos" | 2497 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS riscos" |
2541 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS riscos/libjoystick_riscos.la" | 2498 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS riscos/libjoystick_riscos.la" |
2542 COPY_ARCH_SRC(src/timer, riscos, SDL_systimer.c) | 2499 COPY_ARCH_SRC(src/timer, riscos, SDL_systimer.c) |
2543 COPY_ARCH_SRC(src/main, linux, SDL_main.c) | |
2544 VIDEO_SUBDIRS="$VIDEO_SUBDIRS riscos" | 2500 VIDEO_SUBDIRS="$VIDEO_SUBDIRS riscos" |
2545 VIDEO_DRIVERS="$VIDEO_DRIVERS riscos/libvideo_riscos.la" | 2501 VIDEO_DRIVERS="$VIDEO_DRIVERS riscos/libvideo_riscos.la" |
2546 AUDIO_SUBDIRS="$AUDIO_SUBDIRS riscos" | 2502 AUDIO_SUBDIRS="$AUDIO_SUBDIRS riscos" |
2547 AUDIO_DRIVERS="$AUDIO_DRIVERS riscos/libaudio_riscos.la" | 2503 AUDIO_DRIVERS="$AUDIO_DRIVERS riscos/libaudio_riscos.la" |
2548 | 2504 |
2646 | 2602 |
2647 dnl Expand the include directories for building SDL | 2603 dnl Expand the include directories for building SDL |
2648 CFLAGS="$CFLAGS -I\$(top_srcdir)/include" | 2604 CFLAGS="$CFLAGS -I\$(top_srcdir)/include" |
2649 CFLAGS="$CFLAGS -I\$(top_srcdir)/include/SDL" | 2605 CFLAGS="$CFLAGS -I\$(top_srcdir)/include/SDL" |
2650 CFLAGS="$CFLAGS -I\$(top_srcdir)/src -I\$(top_srcdir)/src/$ARCH" | 2606 CFLAGS="$CFLAGS -I\$(top_srcdir)/src -I\$(top_srcdir)/src/$ARCH" |
2651 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/main" | |
2652 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/audio" | 2607 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/audio" |
2653 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/video" | 2608 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/video" |
2654 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/video/XFree86/extensions" | 2609 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/video/XFree86/extensions" |
2655 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/events" | 2610 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/events" |
2656 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/joystick" | 2611 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/joystick" |