2001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* .cvsignore: Add autom4te.cache for autoconf > 2.52.
	* configure.in: Remove.
	* configure.ac: New file, generated from configure.in by autoupdate.
This commit is contained in:
Joel Sherrill
2001-10-12 16:05:32 +00:00
parent 19b704cdf6
commit cfb99fb7b3
125 changed files with 0 additions and 4943 deletions

View File

@@ -1,53 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
dnl
dnl $Id$
AC_PREREQ(2.13)
AC_INIT(clock)
RTEMS_TOP(../../../../..)
AC_CONFIG_AUX_DIR(../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-c-src-lib-libcpu-mips,$RTEMS_VERSION,no)
AM_MAINTAINER_MODE
RTEMS_ENABLE_BARE
RTEMS_ENV_RTEMSBSP
RTEMS_CHECK_CPU
RTEMS_CANONICAL_HOST
RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
AM_CONDITIONAL(r46xx, test "$RTEMS_CPU_MODEL" = "R4600" \
|| test "$RTEMS_CPU_MODEL" = "R4650" )
AM_CONDITIONAL(tx39, test "$RTEMS_CPU_MODEL" = "tx3904")
AM_CONDITIONAL(mongoosev, test "$RTEMS_CPU_MODEL" = "mongoosev")
# Explicitly list all Makefiles here
AC_OUTPUT(
Makefile
clock/Makefile
mongoosev/Makefile
mongoosev/duart/Makefile
mongoosev/include/Makefile
mongoosev/vectorisrs/Makefile
shared/Makefile
shared/cache/Makefile
shared/interrupts/Makefile
r46xx/Makefile
r46xx/vectorisrs/Makefile
timer/Makefile
tx39/Makefile
tx39/include/Makefile
tx39/vectorisrs/Makefile
timer/Makefile)