source: rtems/testsuites/tmtests/configure.ac @ 3c55718

4.104.114.84.95
Last change on this file since 3c55718 was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 1.3 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@OARcorp.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)
32AC_SUBST(CC_CFLAGS_DEFAULT)
33AC_SUBST(CC_CFLAGS_DEBUG_V)
34AC_SUBST(CC_CFLAGS_PROFILE_V)
35AC_SUBST(CC_LDFLAGS_PROFILE_V)
36
37OPERATION_COUNT=${OPERATION_COUNT-100}
38AC_SUBST(OPERATION_COUNT)
39
40# Explicitly list all Makefiles here
41AC_CONFIG_FILES([Makefile
42include/Makefile
43tmck/Makefile
44tmoverhd/Makefile
45tm01/Makefile
46tm02/Makefile
47tm03/Makefile
48tm04/Makefile
49tm05/Makefile
50tm06/Makefile
51tm07/Makefile
52tm08/Makefile
53tm09/Makefile
54tm10/Makefile
55tm11/Makefile
56tm12/Makefile
57tm13/Makefile
58tm14/Makefile
59tm15/Makefile
60tm16/Makefile
61tm17/Makefile
62tm18/Makefile
63tm19/Makefile
64tm20/Makefile
65tm21/Makefile
66tm22/Makefile
67tm23/Makefile
68tm24/Makefile
69tm25/Makefile
70tm26/Makefile
71tm27/Makefile
72tm28/Makefile
73tm29/Makefile
74])
75AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.