URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libcpu/] [mips/] [configure.ac] - Rev 1782
Compare with Previous | Blame | View Log
## Process this file with autoconf to produce a configure script.#### configure.ac,v 1.2 2002/03/28 00:48:08 joel ExpAC_PREREQ(2.52)AC_INIT([rtems-c-src-lib-libcpu-mips],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])AC_CONFIG_SRCDIR([clock])RTEMS_TOP(../../../../..)AC_CONFIG_AUX_DIR(../../../../..)RTEMS_CANONICAL_TARGET_CPUAM_INIT_AUTOMAKE([no-define foreign 1.6])AM_MAINTAINER_MODERTEMS_ENABLE_BARERTEMS_ENV_RTEMSBSPRTEMS_CHECK_CPURTEMS_CANONICAL_HOSTRTEMS_PROJECT_ROOTRTEMS_PROG_CC_FOR_TARGETRTEMS_CANONICALIZE_TOOLSRTEMS_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 hereAC_CONFIG_FILES([Makefileclock/Makefilemongoosev/Makefilemongoosev/duart/Makefilemongoosev/include/Makefilemongoosev/vectorisrs/Makefileshared/Makefileshared/cache/Makefileshared/interrupts/Makefiler46xx/Makefiler46xx/vectorisrs/Makefiletimer/Makefiletx39/Makefiletx39/include/Makefiletx39/vectorisrs/Makefiletimer/Makefile])AC_OUTPUT
