source: rtems/c/src/tests/tmtests/configure.in @ b7852c2

4.104.114.84.95
Last change on this file since b7852c2 was b7852c2, checked in by Joel Sherrill <joel.sherrill@…>, on 11/18/99 at 13:58:02

Patch rtems-rc-19991105-3.diff.gz from Ralf Corsepius
<corsepiu@…> which turns OPERATION_COUNT into a configure
time option.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(tm01)
7RTEMS_TOP(../../../..)
8AC_CONFIG_AUX_DIR(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE(rtems-c-src-tests-tmtests,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_INLINES
16RTEMS_ENABLE_GCC28
17RTEMS_ENABLE_LIBCDIR
18RTEMS_ENABLE_BARE
19
20RTEMS_ENV_RTEMSBSP
21RTEMS_CHECK_CPU
22RTEMS_CANONICAL_HOST
23
24RTEMS_PROJECT_ROOT
25
26RTEMS_PROG_CC_FOR_TARGET
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# Try to explicitly list a Makefile here
44AC_OUTPUT(
45Makefile
46include/Makefile
47tmck/Makefile
48tmoverhd/Makefile
49tm01/Makefile
50tm02/Makefile
51tm03/Makefile
52tm04/Makefile
53tm05/Makefile
54tm06/Makefile
55tm07/Makefile
56tm08/Makefile
57tm09/Makefile
58tm10/Makefile
59tm11/Makefile
60tm12/Makefile
61tm13/Makefile
62tm14/Makefile
63tm15/Makefile
64tm16/Makefile
65tm17/Makefile
66tm18/Makefile
67tm19/Makefile
68tm20/Makefile
69tm21/Makefile
70tm22/Makefile
71tm23/Makefile
72tm24/Makefile
73tm25/Makefile
74tm26/Makefile
75tm27/Makefile
76tm28/Makefile
77tm29/Makefile
78)
Note: See TracBrowser for help on using the repository browser.