comparison configure.in @ 153:2839f45bdba0

Fixed IDE and SCSI CD-ROM detection on BeOS (thanks Caz!)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 18 Aug 2001 22:03:11 +0000
parents 8758b8d42cd9
children 4382c38dfbee
comparison
equal deleted inserted replaced
152:2cf88672fc7f 153:2839f45bdba0
1235 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS linux" 1235 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS linux"
1236 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS linux/libjoystick_linux.la" 1236 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS linux/libjoystick_linux.la"
1237 fi 1237 fi
1238 # Set up files for the cdrom library 1238 # Set up files for the cdrom library
1239 if test x$enable_cdrom = xyes; then 1239 if test x$enable_cdrom = xyes; then
1240 COPY_ARCH_SRC(src/cdrom, linux, SDL_syscdrom.c) 1240 CDROM_SUBDIRS="$CDROM_SUBDIRS linux"
1241 CDROM_DRIVERS="$CDROM_DRIVERS linux/libcdrom_linux.la"
1241 fi 1242 fi
1242 # Set up files for the thread library 1243 # Set up files for the thread library
1243 if test x$enable_threads = xyes; then 1244 if test x$enable_threads = xyes; then
1244 if test x$use_pthreads != xyes; then 1245 if test x$use_pthreads != xyes; then
1245 COPY_ARCH_SRC(src/thread, linux, clone.S) 1246 COPY_ARCH_SRC(src/thread, linux, clone.S)
1300 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1301 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1301 fi 1302 fi
1302 # Set up files for the cdrom library 1303 # Set up files for the cdrom library
1303 # (No cdrom support yet) 1304 # (No cdrom support yet)
1304 if test x$enable_cdrom = xyes; then 1305 if test x$enable_cdrom = xyes; then
1305 COPY_ARCH_SRC(src/cdrom, dummy, SDL_syscdrom.c) 1306 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
1307 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
1306 fi 1308 fi
1307 # Set up files for the thread library 1309 # Set up files for the thread library
1308 if test x$enable_threads = xyes; then 1310 if test x$enable_threads = xyes; then
1309 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1311 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1310 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1312 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1351 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" 1353 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
1352 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1354 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1353 fi 1355 fi
1354 # Set up files for the cdrom library 1356 # Set up files for the cdrom library
1355 if test x$enable_cdrom = xyes; then 1357 if test x$enable_cdrom = xyes; then
1356 COPY_ARCH_SRC(src/cdrom, freebsd, SDL_syscdrom.c) 1358 CDROM_SUBDIRS="$CDROM_SUBDIRS freebsd"
1359 CDROM_DRIVERS="$CDROM_DRIVERS freebsd/libcdrom_freebsd.la"
1357 fi 1360 fi
1358 # Set up files for the thread library 1361 # Set up files for the thread library
1359 if test x$enable_threads = xyes; then 1362 if test x$enable_threads = xyes; then
1360 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1363 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1361 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1364 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1402 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" 1405 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
1403 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1406 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1404 fi 1407 fi
1405 # Set up files for the cdrom library 1408 # Set up files for the cdrom library
1406 if test x$enable_cdrom = xyes; then 1409 if test x$enable_cdrom = xyes; then
1407 COPY_ARCH_SRC(src/cdrom, openbsd, SDL_syscdrom.c) 1410 CDROM_SUBDIRS="$CDROM_SUBDIRS openbsd"
1411 CDROM_DRIVERS="$CDROM_DRIVERS openbsd/libcdrom_openbsd.la"
1408 fi 1412 fi
1409 # Set up files for the thread library 1413 # Set up files for the thread library
1410 if test x$enable_threads = xyes; then 1414 if test x$enable_threads = xyes; then
1411 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1415 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1412 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1416 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1461 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" 1465 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
1462 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1466 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1463 fi 1467 fi
1464 # Set up files for the cdrom library 1468 # Set up files for the cdrom library
1465 if test x$enable_cdrom = xyes; then 1469 if test x$enable_cdrom = xyes; then
1466 COPY_ARCH_SRC(src/cdrom, openbsd, SDL_syscdrom.c) 1470 CDROM_SUBDIRS="$CDROM_SUBDIRS openbsd"
1471 CDROM_DRIVERS="$CDROM_DRIVERS openbsd/libcdrom_openbsd.la"
1467 fi 1472 fi
1468 # Set up files for the thread library 1473 # Set up files for the thread library
1469 if test x$enable_threads = xyes; then 1474 if test x$enable_threads = xyes; then
1470 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1475 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1471 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1476 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1515 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" 1520 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
1516 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1521 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1517 fi 1522 fi
1518 # Set up files for the cdrom library 1523 # Set up files for the cdrom library
1519 if test x$enable_cdrom = xyes; then 1524 if test x$enable_cdrom = xyes; then
1520 COPY_ARCH_SRC(src/cdrom, dummy, SDL_syscdrom.c) 1525 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
1526 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
1521 fi 1527 fi
1522 # Set up files for the thread library 1528 # Set up files for the thread library
1523 if test x$enable_threads = xyes; then 1529 if test x$enable_threads = xyes; then
1524 COPY_ARCH_SRC(src/thread, generic, SDL_systhread.c) 1530 COPY_ARCH_SRC(src/thread, generic, SDL_systhread.c)
1525 COPY_ARCH_SRC(src/thread, generic, SDL_systhread_c.h) 1531 COPY_ARCH_SRC(src/thread, generic, SDL_systhread_c.h)
1564 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" 1570 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
1565 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1571 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1566 fi 1572 fi
1567 # Set up files for the cdrom library 1573 # Set up files for the cdrom library
1568 if test x$enable_cdrom = xyes; then 1574 if test x$enable_cdrom = xyes; then
1569 COPY_ARCH_SRC(src/cdrom, linux, SDL_syscdrom.c) 1575 CDROM_SUBDIRS="$CDROM_SUBDIRS linux"
1576 CDROM_DRIVERS="$CDROM_DRIVERS linux/libcdrom_linux.la"
1570 fi 1577 fi
1571 # Set up files for the thread library 1578 # Set up files for the thread library
1572 if test x$enable_threads = xyes; then 1579 if test x$enable_threads = xyes; then
1573 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1580 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1574 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1581 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1610 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1617 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1611 fi 1618 fi
1612 # Set up files for the cdrom library 1619 # Set up files for the cdrom library
1613 # (No CD-ROM support yet) 1620 # (No CD-ROM support yet)
1614 if test x$enable_cdrom = xyes; then 1621 if test x$enable_cdrom = xyes; then
1615 COPY_ARCH_SRC(src/cdrom, dummy, SDL_syscdrom.c) 1622 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
1623 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
1616 fi 1624 fi
1617 # Set up files for the thread library 1625 # Set up files for the thread library
1618 if test x$enable_threads = xyes; then 1626 if test x$enable_threads = xyes; then
1619 if test x$use_pthreads = xyes; then 1627 if test x$use_pthreads = xyes; then
1620 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1628 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1671 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1679 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1672 fi 1680 fi
1673 # Set up files for the cdrom library 1681 # Set up files for the cdrom library
1674 # (No CD-ROM support yet) 1682 # (No CD-ROM support yet)
1675 if test x$enable_cdrom = xyes; then 1683 if test x$enable_cdrom = xyes; then
1676 COPY_ARCH_SRC(src/cdrom, dummy, SDL_syscdrom.c) 1684 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
1685 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
1677 fi 1686 fi
1678 # Set up files for the thread library 1687 # Set up files for the thread library
1679 if test x$enable_threads = xyes; then 1688 if test x$enable_threads = xyes; then
1680 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1689 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1681 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1690 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1715 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" 1724 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
1716 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1725 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1717 fi 1726 fi
1718 # Set up files for the cdrom library 1727 # Set up files for the cdrom library
1719 if test x$enable_cdrom = xyes; then 1728 if test x$enable_cdrom = xyes; then
1720 COPY_ARCH_SRC(src/cdrom, aix, SDL_syscdrom.c) 1729 CDROM_SUBDIRS="$CDROM_SUBDIRS aix"
1730 CDROM_DRIVERS="$CDROM_DRIVERS aix/libcdrom_aix.la"
1721 fi 1731 fi
1722 # Set up files for the thread library 1732 # Set up files for the thread library
1723 if test x$enable_threads = xyes; then 1733 if test x$enable_threads = xyes; then
1724 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1734 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1725 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1735 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1760 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1770 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1761 fi 1771 fi
1762 # Set up files for the cdrom library 1772 # Set up files for the cdrom library
1763 # (No cdrom support yet) 1773 # (No cdrom support yet)
1764 if test x$enable_cdrom = xyes; then 1774 if test x$enable_cdrom = xyes; then
1765 COPY_ARCH_SRC(src/cdrom, dummy, SDL_syscdrom.c) 1775 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
1776 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
1766 fi 1777 fi
1767 # Set up files for the thread library 1778 # Set up files for the thread library
1768 if test x$enable_threads = xyes; then 1779 if test x$enable_threads = xyes; then
1769 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1780 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1770 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1781 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1804 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" 1815 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
1805 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 1816 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
1806 fi 1817 fi
1807 # Set up files for the cdrom library 1818 # Set up files for the cdrom library
1808 if test x$enable_cdrom = xyes; then 1819 if test x$enable_cdrom = xyes; then
1809 COPY_ARCH_SRC(src/cdrom, qnx, SDL_syscdrom.c) 1820 CDROM_SUBDIRS="$CDROM_SUBDIRS qnx"
1821 CDROM_DRIVERS="$CDROM_DRIVERS qnx/libcdrom_qnx.la"
1810 fi 1822 fi
1811 # Set up files for the thread library 1823 # Set up files for the thread library
1812 if test x$enable_threads = xyes; then 1824 if test x$enable_threads = xyes; then
1813 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1825 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1814 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1826 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1856 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS win32" 1868 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS win32"
1857 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS win32/libjoystick_winmm.la" 1869 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS win32/libjoystick_winmm.la"
1858 fi 1870 fi
1859 # Set up files for the cdrom library 1871 # Set up files for the cdrom library
1860 if test x$enable_cdrom = xyes; then 1872 if test x$enable_cdrom = xyes; then
1861 COPY_ARCH_SRC(src/cdrom, win32, SDL_syscdrom.c) 1873 CDROM_SUBDIRS="$CDROM_SUBDIRS win32"
1874 CDROM_DRIVERS="$CDROM_DRIVERS win32/libcdrom_win32.la"
1862 fi 1875 fi
1863 # Set up files for the thread library 1876 # Set up files for the thread library
1864 if test x$enable_threads = xyes; then 1877 if test x$enable_threads = xyes; then
1865 COPY_ARCH_SRC(src/thread, win32, SDL_systhread.c) 1878 COPY_ARCH_SRC(src/thread, win32, SDL_systhread.c)
1866 COPY_ARCH_SRC(src/thread, win32, SDL_systhread_c.h) 1879 COPY_ARCH_SRC(src/thread, win32, SDL_systhread_c.h)
1911 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS beos" 1924 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS beos"
1912 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS beos/libjoystick_beos.la" 1925 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS beos/libjoystick_beos.la"
1913 fi 1926 fi
1914 # Set up files for the cdrom library 1927 # Set up files for the cdrom library
1915 if test x$enable_cdrom = xyes; then 1928 if test x$enable_cdrom = xyes; then
1916 COPY_ARCH_SRC(src/cdrom, beos, SDL_syscdrom.c) 1929 CDROM_SUBDIRS="$CDROM_SUBDIRS beos"
1930 CDROM_DRIVERS="$CDROM_DRIVERS beos/libcdrom_beos.la"
1917 fi 1931 fi
1918 # Set up files for the thread library 1932 # Set up files for the thread library
1919 if test x$enable_threads = xyes; then 1933 if test x$enable_threads = xyes; then
1920 COPY_ARCH_SRC(src/thread, beos, SDL_systhread.c) 1934 COPY_ARCH_SRC(src/thread, beos, SDL_systhread.c)
1921 COPY_ARCH_SRC(src/thread, beos, SDL_systhread_c.h) 1935 COPY_ARCH_SRC(src/thread, beos, SDL_systhread_c.h)
1954 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS macos" 1968 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS macos"
1955 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS macos/libjoystick_macos.la" 1969 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS macos/libjoystick_macos.la"
1956 fi 1970 fi
1957 # Set up files for the cdrom library 1971 # Set up files for the cdrom library
1958 if test x$enable_cdrom = xyes; then 1972 if test x$enable_cdrom = xyes; then
1959 COPY_ARCH_SRC(src/cdrom, macos, SDL_syscdrom.c) 1973 CDROM_SUBDIRS="$CDROM_SUBDIRS macos"
1974 CDROM_DRIVERS="$CDROM_DRIVERS macos/libcdrom_macos.la"
1960 fi 1975 fi
1961 # Set up files for the thread library 1976 # Set up files for the thread library
1962 if test x$enable_threads = xyes; then 1977 if test x$enable_threads = xyes; then
1963 COPY_ARCH_SRC(src/thread, macos, SDL_systhread.c) 1978 COPY_ARCH_SRC(src/thread, macos, SDL_systhread.c)
1964 COPY_ARCH_SRC(src/thread, macos, SDL_systhread_c.h) 1979 COPY_ARCH_SRC(src/thread, macos, SDL_systhread_c.h)
2000 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" 2015 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
2001 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" 2016 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
2002 fi 2017 fi
2003 # Set up files for the cdrom library 2018 # Set up files for the cdrom library
2004 if test x$enable_cdrom = xyes; then 2019 if test x$enable_cdrom = xyes; then
2005 COPY_ARCH_SRC(src/cdrom, dummy, SDL_syscdrom.c) 2020 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
2021 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
2006 fi 2022 fi
2007 # Set up files for the thread library 2023 # Set up files for the thread library
2008 if test x$enable_threads = xyes; then 2024 if test x$enable_threads = xyes; then
2009 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 2025 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
2010 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 2026 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
2075 AC_SUBST(AUDIO_DRIVERS) 2091 AC_SUBST(AUDIO_DRIVERS)
2076 AC_SUBST(VIDEO_SUBDIRS) 2092 AC_SUBST(VIDEO_SUBDIRS)
2077 AC_SUBST(VIDEO_DRIVERS) 2093 AC_SUBST(VIDEO_DRIVERS)
2078 AC_SUBST(JOYSTICK_SUBDIRS) 2094 AC_SUBST(JOYSTICK_SUBDIRS)
2079 AC_SUBST(JOYSTICK_DRIVERS) 2095 AC_SUBST(JOYSTICK_DRIVERS)
2096 AC_SUBST(CDROM_SUBDIRS)
2097 AC_SUBST(CDROM_DRIVERS)
2080 AC_SUBST(SDL_EXTRADIRS) 2098 AC_SUBST(SDL_EXTRADIRS)
2081 AC_SUBST(SDL_EXTRALIBS) 2099 AC_SUBST(SDL_EXTRALIBS)
2082 AC_SUBST(SYSTEM_LIBS) 2100 AC_SUBST(SYSTEM_LIBS)
2083 2101
2084 dnl Expand the cflags and libraries needed by apps using SDL 2102 dnl Expand the cflags and libraries needed by apps using SDL
2162 src/joystick/dummy/Makefile 2180 src/joystick/dummy/Makefile
2163 src/joystick/linux/Makefile 2181 src/joystick/linux/Makefile
2164 src/joystick/macos/Makefile 2182 src/joystick/macos/Makefile
2165 src/joystick/win32/Makefile 2183 src/joystick/win32/Makefile
2166 src/cdrom/Makefile 2184 src/cdrom/Makefile
2185 src/cdrom/aix/Makefile
2186 src/cdrom/beos/Makefile
2187 src/cdrom/dummy/Makefile
2188 src/cdrom/freebsd/Makefile
2189 src/cdrom/linux/Makefile
2190 src/cdrom/macos/Makefile
2191 src/cdrom/openbsd/Makefile
2192 src/cdrom/qnx/Makefile
2193 src/cdrom/win32/Makefile
2167 src/thread/Makefile 2194 src/thread/Makefile
2168 src/timer/Makefile 2195 src/timer/Makefile
2169 src/endian/Makefile 2196 src/endian/Makefile
2170 src/file/Makefile 2197 src/file/Makefile
2171 src/hermes/Makefile 2198 src/hermes/Makefile