source: rtems/testsuites/itrontests/configure.ac @ 75a25c0

4.104.114.84.95
Last change on this file since 75a25c0 was 5f52d1f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/03 at 21:57:23

2003-11-10 Ralf Corsepius <corsepiu@…>

  • configure.ac: Reflect having moved to testsuites/.
  • Property mode set to 100644
File size: 793 bytes
RevLine 
[d7aecdc]1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
[9b5c258]5AC_PREREQ(2.57)
[7dcc3fe]6AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
[d7aecdc]7AC_CONFIG_SRCDIR([itronhello])
[5f52d1f]8RTEMS_TOP([../..])
[d7aecdc]9
10RTEMS_CANONICAL_TARGET_CPU
11
[ccd81b60]12AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
[d7aecdc]13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_BARE
16
17RTEMS_ENV_RTEMSBSP
18
19RTEMS_PROJECT_ROOT
20
21RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
22
23RTEMS_CANONICALIZE_TOOLS
24
25RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
26
27AC_SUBST(BARE_CPU_CFLAGS)
28AC_SUBST(BARE_CPU_MODEL)
29
30# Explicitly list all Makefiles here
31AC_CONFIG_FILES([Makefile
32itronhello/Makefile
33itronmbf01/Makefile
34itronmbox01/Makefile
35itronsem01/Makefile
36itrontask01/Makefile
37itrontask02/Makefile
38itrontask03/Makefile
39itrontask04/Makefile
40itrontime01/Makefile
41])
42AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.