summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/p4000/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:07:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:07:00 +0000
commitd0a8b4b8801cfe143496def2996e9065f756ae44 (patch)
tree95e3943aae7b50b167211559dbea16ce4aa706c1 /c/src/lib/libbsp/mips/p4000/configure.in
parentPatch rtems-rc-20000104-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d0a8b4b8801cfe143496def2996e9065f756ae44.tar.bz2
Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that converts the mips64orion directory to automake. Ralf's Note: This patch demonstrates another kind of supporting the new style of configuration, which avoids having to port all Makefile.ins to automake, but to keep using most old style Makefile.ins.
Diffstat (limited to 'c/src/lib/libbsp/mips/p4000/configure.in')
-rw-r--r--c/src/lib/libbsp/mips/p4000/configure.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/mips/p4000/configure.in b/c/src/lib/libbsp/mips/p4000/configure.in
new file mode 100644
index 0000000000..7398cc13bc
--- /dev/null
+++ b/c/src/lib/libbsp/mips/p4000/configure.in
@@ -0,0 +1,31 @@
+dnl Process this file with autoconf to produce a configure script.
+dnl
+dnl $Id$
+
+AC_PREREQ(2.13)
+AC_INIT(bsp_specs)
+RTEMS_TOP(../../../../../..)
+AC_CONFIG_AUX_DIR(../../../../../..)
+
+RTEMS_CANONICAL_TARGET_CPU
+AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-mips64orion-p4000,$RTEMS_VERSION,no)
+AM_MAINTAINER_MODE
+
+RTEMS_ENABLE_LIBCDIR
+
+RTEMS_ENV_RTEMSBSP
+RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
+RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
+RTEMS_CANONICAL_HOST
+
+RTEMS_PROJECT_ROOT
+
+# Explicitly list a Makefile here
+AC_OUTPUT(
+Makefile
+console/Makefile
+include/Makefile
+liblnk/Makefile
+start/Makefile
+startup/Makefile
+wrapup/Makefile)