URL
                    https://opencores.org/ocsvn/openrisc/openrisc/trunk
                
            Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [configure.in] - Rev 30
Go to most recent revision | Compare with Previous | Blame | View Log
dnl Process this file with autoconf to produce a configure script.dnldnl $Id: configure.in,v 1.2 2001-09-27 12:02:07 chris Exp $AC_PREREQ(2.13)AC_INIT(samples)RTEMS_TOP(../../..)AC_CONFIG_AUX_DIR(../../..)RTEMS_CANONICAL_TARGET_CPUAM_INIT_AUTOMAKE(rtems-c-src-tests,$RTEMS_VERSION,no)AM_MAINTAINER_MODERTEMS_ENABLE_MULTIPROCESSINGRTEMS_ENABLE_POSIXRTEMS_ENABLE_ITRONRTEMS_ENABLE_NETWORKINGRTEMS_ENABLE_INLINESRTEMS_ENABLE_CXXRTEMS_ENABLE_GCC28RTEMS_ENABLE_BARERTEMS_ENABLE_TESTSRTEMS_ENV_RTEMSBSPRTEMS_CHECK_CPURTEMS_CANONICAL_HOSTRTEMS_PROJECT_ROOTRTEMS_PROG_CC_FOR_TARGETdnl check for g++if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; thenRTEMS_PROG_CXX_FOR_TARGETfiRTEMS_CANONICALIZE_TOOLSRTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)RTEMS_CHECK_POSIX_API(RTEMS_BSP)RTEMS_CHECK_ITRON_API(RTEMS_BSP)if test "$tests_enabled" = "yes"; then# do functionality tests first, then performance testscfg_subdirs="libtests sptests"if test "$HAS_MP" = "yes"; thencfg_subdirs="$cfg_subdirs mptests"fiif test "$HAS_POSIX_API" = "yes"; thencfg_subdirs="$cfg_subdirs psxtests"fiif test "$HAS_ITRON_API" = "yes"; thencfg_subdirs="$cfg_subdirs itrontests"fi# Now do performance testscfg_subdirs="$cfg_subdirs tmtests"if test "$HAS_ITRON_API" = "yes"; thencfg_subdirs="$cfg_subdirs tmitrontests"fifiAC_SUBST(BARE_CPU_CFLAGS)AC_SUBST(BARE_CPU_MODEL)AC_CONFIG_SUBDIRS(tools)AC_CONFIG_SUBDIRS(support)AC_CONFIG_SUBDIRS(samples)AC_CONFIG_SUBDIRS($cfg_subdirs)# Explicitly list all Makefiles hereAC_OUTPUT(Makefile)
Go to most recent revision | Compare with Previous | Blame | View Log

