URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [configure.in] - Rev 785
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 11:59:04 chris Exp $AC_PREREQ(2.13)AC_INIT(c)RTEMS_TOP(.)# Abort if trying to build inside of the source tree.if test -f VERSION; thenrm -f config.cache config.log confdefs.hAC_MSG_ERROR([***][Attempt to build inside of the source tree][Please use a separate build directory, instead] )fiRTEMS_CANONICAL_TARGET_CPUAM_INIT_AUTOMAKE(rtems,$RTEMS_VERSION,no)AM_MAINTAINER_MODEdnl RTEMS_ENABLE_BAREdnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp)dnl These option are only in here to let --help report all supporteddnl options.RTEMS_ENABLE_MULTIPROCESSINGRTEMS_ENABLE_POSIXRTEMS_ENABLE_ITRONRTEMS_ENABLE_NETWORKINGRTEMS_ENABLE_RDBGRTEMS_ENABLE_INLINESRTEMS_ENABLE_CXXRTEMS_ENABLE_GCC28RTEMS_ENABLE_LIBCDIRRTEMS_ENABLE_TESTSRTEMS_CHECK_CPURTEMS_CANONICAL_HOSTAC_CONFIG_SUBDIRS(tools/build)AC_CONFIG_SUBDIRS(tools/update)AC_CONFIG_SUBDIRS(tools/cpu)# List all subdirectories to be compiled for the target hereRTEMS_CONFIG_SUBDIRS(c)if test "$target_alias" != "$host_alias"; thenchangequote(,)dnlTARGET_SUBDIRS=`echo "$target_subdirs" | \sed -e "s%\([a-zA-Z0-9][a-zA-Z0-9]*\)%${target_alias}/\1%g"`changequote([,])dnlelseTARGET_SUBDIRS="$target_subdirs"fiAC_SUBST(TARGET_SUBDIRS)# Explicitly list all Makefiles hereAC_OUTPUT(Makefiletools/Makefilemake/Makefilemake/custom/Makefilemake/Templates/Makefilemake/compilers/Makefiledoc/Makefile)RTEMS_OUTPUT_SUBDIRS(RTEMS_TGT_SUBDIRS)
Go to most recent revision | Compare with Previous | Blame | View Log
