source: rtems/testsuites/tmtests/configure.ac @ 9c34c02

4.104.115
Last change on this file since 9c34c02 was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • 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.60)
6AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([tm01])
8RTEMS_TOP([../..],[..])
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.10])
13AM_MAINTAINER_MODE
14
15
16RTEMS_ENV_RTEMSBSP
17RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
18
19RTEMS_PROJECT_ROOT
20
21RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
22
23RTEMS_CANONICALIZE_TOOLS
24
25RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
26
27
28OPERATION_COUNT=${OPERATION_COUNT-100}
29AC_SUBST(OPERATION_COUNT)
30
31# Explicitly list all Makefiles here
32AC_CONFIG_FILES([Makefile
33tmck/Makefile
34tmoverhd/Makefile
35tm01/Makefile
36tm02/Makefile
37tm03/Makefile
38tm04/Makefile
39tm05/Makefile
40tm06/Makefile
41tm07/Makefile
42tm08/Makefile
43tm09/Makefile
44tm10/Makefile
45tm11/Makefile
46tm12/Makefile
47tm13/Makefile
48tm14/Makefile
49tm15/Makefile
50tm16/Makefile
51tm17/Makefile
52tm18/Makefile
53tm19/Makefile
54tm20/Makefile
55tm21/Makefile
56tm22/Makefile
57tm23/Makefile
58tm24/Makefile
59tm25/Makefile
60tm26/Makefile
61tm27/Makefile
62tm28/Makefile
63tm29/Makefile
64])
65AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.