source: rtems/testsuites/sptests/configure.ac @ fcb0cd46

4.104.114.84.95
Last change on this file since fcb0cd46 was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 1.0 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([sp01])
8RTEMS_TOP([../..],[..])
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.10])
13AM_MAINTAINER_MODE
14
15
16RTEMS_ENV_RTEMSBSP
17RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
18
19RTEMS_PROJECT_ROOT
20
21RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
22
23RTEMS_CANONICALIZE_TOOLS
24
25RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
26
27
28# Explicitly list all Makefiles here
29AC_CONFIG_FILES([Makefile
30sp01/Makefile
31sp02/Makefile
32sp03/Makefile
33sp04/Makefile
34sp05/Makefile
35sp06/Makefile
36sp07/Makefile
37sp08/Makefile
38sp09/Makefile
39sp11/Makefile
40sp12/Makefile
41sp13/Makefile
42sp14/Makefile
43sp15/Makefile
44sp16/Makefile
45sp17/Makefile
46sp19/Makefile
47sp20/Makefile
48sp21/Makefile
49sp22/Makefile
50sp23/Makefile
51sp24/Makefile
52sp25/Makefile
53sp26/Makefile
54sp27/Makefile
55sp28/Makefile
56sp29/Makefile
57sp30/Makefile
58sp31/Makefile
59sp32/Makefile
60sp33/Makefile
61spsize/Makefile
62spfatal/Makefile
63])
64AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.