OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems/] [configure.in] - Diff between revs 208 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 208 Rev 1765
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl
dnl
dnl  $Id: configure.in,v 1.2 2001-09-27 11:59:04 chris Exp $
dnl  $Id: configure.in,v 1.2 2001-09-27 11:59:04 chris Exp $
AC_PREREQ(2.13)
AC_PREREQ(2.13)
AC_INIT(c)
AC_INIT(c)
RTEMS_TOP(.)
RTEMS_TOP(.)
# Abort if trying to build inside of the source tree.
# Abort if trying to build inside of the source tree.
if test -f VERSION; then
if test -f VERSION; then
  rm -f config.cache config.log confdefs.h
  rm -f config.cache config.log confdefs.h
  AC_MSG_ERROR([***]
  AC_MSG_ERROR([***]
    [Attempt to build inside of the source tree]
    [Attempt to build inside of the source tree]
    [Please use a separate build directory, instead] )
    [Please use a separate build directory, instead] )
fi
fi
RTEMS_CANONICAL_TARGET_CPU
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems,$RTEMS_VERSION,no)
AM_INIT_AUTOMAKE(rtems,$RTEMS_VERSION,no)
AM_MAINTAINER_MODE
AM_MAINTAINER_MODE
dnl RTEMS_ENABLE_BARE
dnl RTEMS_ENABLE_BARE
dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp)
dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp)
dnl These option are only in here to let --help report all supported
dnl These option are only in here to let --help report all supported
dnl options.
dnl options.
RTEMS_ENABLE_MULTIPROCESSING
RTEMS_ENABLE_MULTIPROCESSING
RTEMS_ENABLE_POSIX
RTEMS_ENABLE_POSIX
RTEMS_ENABLE_ITRON
RTEMS_ENABLE_ITRON
RTEMS_ENABLE_NETWORKING
RTEMS_ENABLE_NETWORKING
RTEMS_ENABLE_RDBG
RTEMS_ENABLE_RDBG
RTEMS_ENABLE_INLINES
RTEMS_ENABLE_INLINES
RTEMS_ENABLE_CXX
RTEMS_ENABLE_CXX
RTEMS_ENABLE_GCC28
RTEMS_ENABLE_GCC28
RTEMS_ENABLE_LIBCDIR
RTEMS_ENABLE_LIBCDIR
RTEMS_ENABLE_TESTS
RTEMS_ENABLE_TESTS
RTEMS_CHECK_CPU
RTEMS_CHECK_CPU
RTEMS_CANONICAL_HOST
RTEMS_CANONICAL_HOST
AC_CONFIG_SUBDIRS(tools/build)
AC_CONFIG_SUBDIRS(tools/build)
AC_CONFIG_SUBDIRS(tools/update)
AC_CONFIG_SUBDIRS(tools/update)
AC_CONFIG_SUBDIRS(tools/cpu)
AC_CONFIG_SUBDIRS(tools/cpu)
# List all subdirectories to be compiled for the target here
# List all subdirectories to be compiled for the target here
RTEMS_CONFIG_SUBDIRS(c)
RTEMS_CONFIG_SUBDIRS(c)
if test "$target_alias" != "$host_alias"; then
if test "$target_alias" != "$host_alias"; then
changequote(,)dnl
changequote(,)dnl
TARGET_SUBDIRS=`echo "$target_subdirs" | \
TARGET_SUBDIRS=`echo "$target_subdirs" | \
 sed -e "s%\([a-zA-Z0-9][a-zA-Z0-9]*\)%${target_alias}/\1%g"`
 sed -e "s%\([a-zA-Z0-9][a-zA-Z0-9]*\)%${target_alias}/\1%g"`
changequote([,])dnl
changequote([,])dnl
else
else
TARGET_SUBDIRS="$target_subdirs"
TARGET_SUBDIRS="$target_subdirs"
fi
fi
AC_SUBST(TARGET_SUBDIRS)
AC_SUBST(TARGET_SUBDIRS)
# Explicitly list all Makefiles here
# Explicitly list all Makefiles here
AC_OUTPUT(
AC_OUTPUT(
Makefile
Makefile
tools/Makefile
tools/Makefile
make/Makefile
make/Makefile
make/custom/Makefile
make/custom/Makefile
make/Templates/Makefile
make/Templates/Makefile
make/compilers/Makefile
make/compilers/Makefile
doc/Makefile)
doc/Makefile)
RTEMS_OUTPUT_SUBDIRS(RTEMS_TGT_SUBDIRS)
RTEMS_OUTPUT_SUBDIRS(RTEMS_TGT_SUBDIRS)
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.