source: rtems/testsuites/tmtests/configure.ac @ 5f52d1f

4.104.114.84.95
Last change on this file since 5f52d1f 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: 1.1 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
19
20RTEMS_PROJECT_ROOT
21
22RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
23
24RTEMS_CANONICALIZE_TOOLS
25
26RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
27
28AC_SUBST(BARE_CPU_CFLAGS)
29AC_SUBST(BARE_CPU_MODEL)
30
31OPERATION_COUNT=${OPERATION_COUNT-100}
32AC_SUBST(OPERATION_COUNT)
33
34# Explicitly list all Makefiles here
35AC_CONFIG_FILES([Makefile
36include/Makefile
37tmck/Makefile
38tmoverhd/Makefile
39tm01/Makefile
40tm02/Makefile
41tm03/Makefile
42tm04/Makefile
43tm05/Makefile
44tm06/Makefile
45tm07/Makefile
46tm08/Makefile
47tm09/Makefile
48tm10/Makefile
49tm11/Makefile
50tm12/Makefile
51tm13/Makefile
52tm14/Makefile
53tm15/Makefile
54tm16/Makefile
55tm17/Makefile
56tm18/Makefile
57tm19/Makefile
58tm20/Makefile
59tm21/Makefile
60tm22/Makefile
61tm23/Makefile
62tm24/Makefile
63tm25/Makefile
64tm26/Makefile
65tm27/Makefile
66tm28/Makefile
67tm29/Makefile
68])
69AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.