source: rtems/c/src/tests/sptests/configure.in @ dd9c6e0d

4.104.114.84.95
Last change on this file since dd9c6e0d was 458d4e66, checked in by Joel Sherrill <joel.sherrill@…>, on 11/11/99 at 02:23:04

Added new test sp28 to test the task variable directives.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(sp01)
7RTEMS_TOP(../../../..)
8AC_CONFIG_AUX_DIR(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE(rtems-c-src-tests-sptests,$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
40# Try to explicitly list a Makefile here
41AC_OUTPUT(
42Makefile
43sp01/Makefile
44sp02/Makefile
45sp03/Makefile
46sp04/Makefile
47sp05/Makefile
48sp06/Makefile
49sp07/Makefile
50sp08/Makefile
51sp09/Makefile
52sp11/Makefile
53sp12/Makefile
54sp13/Makefile
55sp14/Makefile
56sp15/Makefile
57sp16/Makefile
58sp17/Makefile
59sp19/Makefile
60sp20/Makefile
61sp21/Makefile
62sp22/Makefile
63sp23/Makefile
64sp24/Makefile
65sp25/Makefile
66sp26/Makefile
67sp27/Makefile
68sp28/Makefile
69spsize/Makefile
70)
71
72# spfatal/Makefile
Note: See TracBrowser for help on using the repository browser.