source: rtems/testsuites/smptests/configure.ac @ 2376237

4.115
Last change on this file since 2376237 was 2376237, 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: 933 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.68])
4AC_INIT([rtems-c-src-tests-smptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
5AC_CONFIG_SRCDIR([smp01])
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
14RTEMS_ENABLE_CXX
15
16RTEMS_ENV_RTEMSBSP
17
18RTEMS_PROJECT_ROOT
19
20RTEMS_PROG_CC_FOR_TARGET
21
22RTEMS_PROG_CXX_FOR_TARGET
23RTEMS_CANONICALIZE_TOOLS
24
25RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
26RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
27RTEMS_CHECK_CXX(RTEMS_BSP)
28RTEMS_CHECK_CPUOPTS([RTEMS_NETWORKING])
29RTEMS_CHECK_CPUOPTS([RTEMS_SMP])
30
31AM_CONDITIONAL(SMPTESTS,test "$rtems_cv_RTEMS_SMP" = "yes")
32
33# Explicitly list all Makefiles here
34AC_CONFIG_FILES([Makefile
35smp01/Makefile
36smp02/Makefile
37smp03/Makefile
38smp04/Makefile
39smp05/Makefile
40smp06/Makefile
41smp07/Makefile
42smp08/Makefile
43smp09/Makefile
44])
45AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.