source: rtems/c/src/lib/libbsp/lm32/configure.ac @ 19097067

4.115
Last change on this file since 19097067 was 19097067, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/10 at 21:22:31

2010-08-20 <yann.sionneau@…>

  • acinclude.m4, configure.ac: Add Milkymist BSP developed as part of GSOC 2010.
  • Property mode set to 100644
File size: 482 bytes
RevLine 
[b1783062]1## Process this file with autoconf to produce a configure script.
[309dbd0]2##
[b1783062]3## $Id$
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-lib-libbsp-lm32],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
[19097067]7AC_CONFIG_SRCDIR([../lm32])
[b1783062]8RTEMS_TOP(../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE([no-define foreign 1.10])
12AM_MAINTAINER_MODE
13
14RTEMS_ENV_RTEMSBSP
15RTEMS_PROJECT_ROOT
16
17RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY])
18
19# Explicitly list all Makefiles here
20AC_CONFIG_FILES([Makefile])
21AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.