source: rtems/testsuites/mptests/configure.ac @ 67cad33e

4.115
Last change on this file since 67cad33e was 27a345b, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:41

Remove CVS-Ids.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.68])
4AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
5AC_CONFIG_SRCDIR([mp01])
6AC_CONFIG_HEADER([config.h])
7RTEMS_TOP([../..],[..])
8
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
12AM_MAINTAINER_MODE
13
14
15RTEMS_ENV_RTEMSBSP
16
17RTEMS_PROJECT_ROOT
18
19RTEMS_PROG_CC_FOR_TARGET
20
21RTEMS_CANONICALIZE_TOOLS
22
23RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
24
25RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
26
27AM_CONDITIONAL(HAS_MP,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
28
29MAX_LONG_TEST_DURATION=${MAX_LONG_TEST_DURATION-100}
30AC_ARG_VAR([MAX_LONG_TEST_DURATION],
31[The longest length of time a "long running" test should run])
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.