source: rtems/testsuites/tmtests/configure.ac @ 7dcc3fe

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 1.2 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.57)
6AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
7AC_CONFIG_SRCDIR([tm01])
8RTEMS_TOP(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_BARE
16
17RTEMS_ENV_RTEMSBSP
18RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
19RTEMS_CHECK_CPU
20RTEMS_CANONICAL_HOST
21
22RTEMS_PROJECT_ROOT
23
24RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
25
26RTEMS_CANONICALIZE_TOOLS
27
28RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
29
30AC_SUBST(BARE_CPU_CFLAGS)
31AC_SUBST(BARE_CPU_MODEL)
32
33OPERATION_COUNT=${OPERATION_COUNT-100}
34AC_SUBST(OPERATION_COUNT)
35
36# Explicitly list all Makefiles here
37AC_CONFIG_FILES([Makefile
38include/Makefile
39tmck/Makefile
40tmoverhd/Makefile
41tm01/Makefile
42tm02/Makefile
43tm03/Makefile
44tm04/Makefile
45tm05/Makefile
46tm06/Makefile
47tm07/Makefile
48tm08/Makefile
49tm09/Makefile
50tm10/Makefile
51tm11/Makefile
52tm12/Makefile
53tm13/Makefile
54tm14/Makefile
55tm15/Makefile
56tm16/Makefile
57tm17/Makefile
58tm18/Makefile
59tm19/Makefile
60tm20/Makefile
61tm21/Makefile
62tm22/Makefile
63tm23/Makefile
64tm24/Makefile
65tm25/Makefile
66tm26/Makefile
67tm27/Makefile
68tm28/Makefile
69tm29/Makefile
70])
71AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.