source: rtems/testsuites/mptests/configure.ac @ 7d171454

4.104.114.95
Last change on this file since 7d171454 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.5 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-mptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([mp01])
8RTEMS_TOP([../..],[..])
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.10])
13AM_MAINTAINER_MODE
14
15
16RTEMS_ENV_RTEMSBSP
17
18RTEMS_PROJECT_ROOT
19
20RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
21
22RTEMS_CANONICALIZE_TOOLS
23
24RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
25RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
26
27
28AM_CONDITIONAL(HAS_MP,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
29
30MAX_LONG_TEST_DURATION=${MAX_LONG_TEST_DURATION-100}
31AC_ARG_VAR([MAX_LONG_TEST_DURATION],
32[The longest length of time a "long running" test should run])
33
34# Explicitly list all Makefiles here
35AC_CONFIG_FILES([Makefile
36mp01/Makefile
37mp01/node1/Makefile
38mp01/node2/Makefile
39mp02/Makefile
40mp02/node1/Makefile
41mp02/node2/Makefile
42mp03/Makefile
43mp03/node1/Makefile
44mp03/node2/Makefile
45mp04/Makefile
46mp04/node1/Makefile
47mp04/node2/Makefile
48mp05/Makefile
49mp05/node1/Makefile
50mp05/node2/Makefile
51mp06/Makefile
52mp06/node1/Makefile
53mp06/node2/Makefile
54mp07/Makefile
55mp07/node1/Makefile
56mp07/node2/Makefile
57mp08/Makefile
58mp08/node1/Makefile
59mp08/node2/Makefile
60mp09/Makefile
61mp09/node1/Makefile
62mp09/node2/Makefile
63mp10/Makefile
64mp10/node1/Makefile
65mp10/node2/Makefile
66mp11/Makefile
67mp11/node1/Makefile
68mp11/node2/Makefile
69mp12/Makefile
70mp12/node1/Makefile
71mp12/node2/Makefile
72mp13/Makefile
73mp13/node1/Makefile
74mp13/node2/Makefile
75mp14/Makefile
76mp14/node1/Makefile
77mp14/node2/Makefile
78])
79AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.