source: rtems/testsuites/mptests/configure.ac @ 71b44b5

4.104.114.84.95
Last change on this file since 71b44b5 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

2003-12-12 Ralf Corsepius <corsepiu@…>

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.59)
6AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
7AC_CONFIG_SRCDIR([mp01])
8RTEMS_TOP([../..])
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.8])
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_BARE
16
17RTEMS_ENV_RTEMSBSP
18
19RTEMS_PROJECT_ROOT
20
21RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
22
23RTEMS_CANONICALIZE_TOOLS
24
25RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
26RTEMS_CHECK_MULTIPROCESSING
27
28AC_SUBST(BARE_CPU_CFLAGS)
29AC_SUBST(BARE_CPU_MODEL)
30
31AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
32
33# Explicitly list all Makefiles here
34AC_CONFIG_FILES([Makefile
35mp01/Makefile
36mp01/node1/Makefile
37mp01/node2/Makefile
38mp02/Makefile
39mp02/node1/Makefile
40mp02/node2/Makefile
41mp03/Makefile
42mp03/node1/Makefile
43mp03/node2/Makefile
44mp04/Makefile
45mp04/node1/Makefile
46mp04/node2/Makefile
47mp05/Makefile
48mp05/node1/Makefile
49mp05/node2/Makefile
50mp06/Makefile
51mp06/node1/Makefile
52mp06/node2/Makefile
53mp07/Makefile
54mp07/node1/Makefile
55mp07/node2/Makefile
56mp08/Makefile
57mp08/node1/Makefile
58mp08/node2/Makefile
59mp09/Makefile
60mp09/node1/Makefile
61mp09/node2/Makefile
62mp10/Makefile
63mp10/node1/Makefile
64mp10/node2/Makefile
65mp11/Makefile
66mp11/node1/Makefile
67mp11/node2/Makefile
68mp12/Makefile
69mp12/node1/Makefile
70mp12/node2/Makefile
71mp13/Makefile
72mp13/node1/Makefile
73mp13/node2/Makefile
74mp14/Makefile
75mp14/node1/Makefile
76mp14/node2/Makefile
77])
78AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.