source: rtems/c/src/lib/libbsp/powerpc/configure.ac @ 00d8424e

4.104.114.84.95
Last change on this file since 00d8424e was 7be6ad9, checked in by Eric Norum <WENorum@…>, on 10/20/04 at 15:21:05

Add MVME550 BSP

  • Property mode set to 100644
File size: 636 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.59)
6AC_INIT([rtems-c-src-lib-libbsp-powerpc],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
7AC_CONFIG_SRCDIR([dmv177])
8RTEMS_TOP(../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE([no-define foreign 1.9])
12AM_MAINTAINER_MODE
13
14RTEMS_ENV_RTEMSBSP
15
16RTEMS_PROJECT_ROOT
17
18RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY])
19
20AM_CONDITIONAL(need_shared, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc" \
21                         || test "$RTEMS_BSP_FAMILY" = "mvme5500")
22
23# Explicitly list all Makefiles here
24AC_CONFIG_FILES([Makefile
25shared/Makefile])
26AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.