source: rtems/c/src/lib/libbsp/mips64orion/p4000/configure.in @ 59909bf

4.104.114.84.95
Last change on this file since 59909bf was d0a8b4b8, checked in by Joel Sherrill <joel.sherrill@…>, on 01/10/00 at 14:07:00

Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@…>
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.

  • Property mode set to 100644
File size: 612 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(bsp_specs)
7RTEMS_TOP(../../../../../..)
8AC_CONFIG_AUX_DIR(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-mips64orion-p4000,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_ENABLE_LIBCDIR
15
16RTEMS_ENV_RTEMSBSP
17RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
18RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
19RTEMS_CANONICAL_HOST
20
21RTEMS_PROJECT_ROOT
22
23# Explicitly list a Makefile here
24AC_OUTPUT(
25Makefile
26console/Makefile
27include/Makefile
28liblnk/Makefile
29start/Makefile
30startup/Makefile
31wrapup/Makefile)
Note: See TracBrowser for help on using the repository browser.