source: rtems/c/src/tests/tmtests/configure.ac @ d7aecdc

4.104.114.84.95
Last change on this file since d7aecdc was d7aecdc, checked in by Joel Sherrill <joel.sherrill@…>, on 10/12/01 at 18:47:00

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

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • 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.52)
6AC_INIT
7AC_CONFIG_SRCDIR([tm01])
8RTEMS_TOP(../../../..)
9AC_CONFIG_AUX_DIR(../../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12
13AM_INIT_AUTOMAKE(rtems-c-src-tests-tmtests,$RTEMS_VERSION,no)
14AM_MAINTAINER_MODE
15
16RTEMS_ENABLE_GCC28
17RTEMS_ENABLE_BARE
18
19RTEMS_ENV_RTEMSBSP
20RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
21RTEMS_CHECK_CPU
22RTEMS_CANONICAL_HOST
23
24RTEMS_PROJECT_ROOT
25
26RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
27
28RTEMS_CANONICALIZE_TOOLS
29
30RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
31
32AC_SUBST(RTEMS_USE_GCC272)
33AC_SUBST(BARE_CPU_CFLAGS)
34AC_SUBST(BARE_CPU_MODEL)
35AC_SUBST(CC_CFLAGS_DEFAULT)
36AC_SUBST(CC_CFLAGS_DEBUG_V)
37AC_SUBST(CC_CFLAGS_PROFILE_V)
38AC_SUBST(CC_LDFLAGS_PROFILE_V)
39
40OPERATION_COUNT=${OPERATION_COUNT-100}
41AC_SUBST(OPERATION_COUNT)
42
43# Explicitly list all Makefiles here
44AC_CONFIG_FILES([Makefile
45include/Makefile
46tmck/Makefile
47tmoverhd/Makefile
48tm01/Makefile
49tm02/Makefile
50tm03/Makefile
51tm04/Makefile
52tm05/Makefile
53tm06/Makefile
54tm07/Makefile
55tm08/Makefile
56tm09/Makefile
57tm10/Makefile
58tm11/Makefile
59tm12/Makefile
60tm13/Makefile
61tm14/Makefile
62tm15/Makefile
63tm16/Makefile
64tm17/Makefile
65tm18/Makefile
66tm19/Makefile
67tm20/Makefile
68tm21/Makefile
69tm22/Makefile
70tm23/Makefile
71tm24/Makefile
72tm25/Makefile
73tm26/Makefile
74tm27/Makefile
75tm28/Makefile
76tm29/Makefile
77])
78AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.