source: rtems/testsuites/mptests/configure.ac @ 3e46c1cf

4.104.114.84.95
Last change on this file since 3e46c1cf was 3e46c1cf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 06:32:10

Fix typo in previous change.

  • Property mode set to 100644
File size: 1.5 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.9])
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
33MAX_LONG_TEST_DURATION=${MAX_LONG_TEST_DURATION-100}
34AC_ARG_VAR([MAX_LONG_TEST_DURATION],
35[The longest length of time a "long running" test should run])
36
37# Explicitly list all Makefiles here
38AC_CONFIG_FILES([Makefile
39mp01/Makefile
40mp01/node1/Makefile
41mp01/node2/Makefile
42mp02/Makefile
43mp02/node1/Makefile
44mp02/node2/Makefile
45mp03/Makefile
46mp03/node1/Makefile
47mp03/node2/Makefile
48mp04/Makefile
49mp04/node1/Makefile
50mp04/node2/Makefile
51mp05/Makefile
52mp05/node1/Makefile
53mp05/node2/Makefile
54mp06/Makefile
55mp06/node1/Makefile
56mp06/node2/Makefile
57mp07/Makefile
58mp07/node1/Makefile
59mp07/node2/Makefile
60mp08/Makefile
61mp08/node1/Makefile
62mp08/node2/Makefile
63mp09/Makefile
64mp09/node1/Makefile
65mp09/node2/Makefile
66mp10/Makefile
67mp10/node1/Makefile
68mp10/node2/Makefile
69mp11/Makefile
70mp11/node1/Makefile
71mp11/node2/Makefile
72mp12/Makefile
73mp12/node1/Makefile
74mp12/node2/Makefile
75mp13/Makefile
76mp13/node1/Makefile
77mp13/node2/Makefile
78mp14/Makefile
79mp14/node1/Makefile
80mp14/node2/Makefile
81])
82AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.