source: rtems/c/src/tests/sptests/configure.ac @ 0af7c20

4.104.114.84.95
Last change on this file since 0af7c20 was 0af7c20, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/02 at 18:47:07

2002-09-14 Aaron J. Grier <aaron@…>

  • PR271 was not applicable against the current source but included a nice test that Joel decided to add to the tree as sp32.
  • sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
  • Makefile.am, configure.ac: Modified to reflect addition.
  • Property mode set to 100644
File size: 1.2 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.52)
6AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([sp01])
8RTEMS_TOP(../../../..)
9AC_CONFIG_AUX_DIR(../../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12
13AM_INIT_AUTOMAKE([no-define foreign 1.6])
14AM_MAINTAINER_MODE
15
16RTEMS_ENABLE_BARE
17
18RTEMS_ENV_RTEMSBSP
19RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
20RTEMS_CHECK_CPU
21RTEMS_CANONICAL_HOST
22
23RTEMS_PROJECT_ROOT
24
25RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
26
27RTEMS_CANONICALIZE_TOOLS
28
29RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
30
31AC_SUBST(BARE_CPU_CFLAGS)
32AC_SUBST(BARE_CPU_MODEL)
33AC_SUBST(CC_CFLAGS_DEFAULT)
34AC_SUBST(CC_CFLAGS_DEBUG_V)
35AC_SUBST(CC_CFLAGS_PROFILE_V)
36AC_SUBST(CC_LDFLAGS_PROFILE_V)
37
38# Explicitly list all Makefiles here
39AC_CONFIG_FILES([Makefile
40sp01/Makefile
41sp02/Makefile
42sp03/Makefile
43sp04/Makefile
44sp05/Makefile
45sp06/Makefile
46sp07/Makefile
47sp08/Makefile
48sp09/Makefile
49sp11/Makefile
50sp12/Makefile
51sp13/Makefile
52sp14/Makefile
53sp15/Makefile
54sp16/Makefile
55sp17/Makefile
56sp19/Makefile
57sp20/Makefile
58sp21/Makefile
59sp22/Makefile
60sp23/Makefile
61sp24/Makefile
62sp25/Makefile
63sp26/Makefile
64sp27/Makefile
65sp28/Makefile
66sp29/Makefile
67sp30/Makefile
68sp31/Makefile
69sp32/Makefile
70spsize/Makefile
71])
72AC_OUTPUT
73
74# spfatal/Makefile
Note: See TracBrowser for help on using the repository browser.