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

4.115
Last change on this file since db0cede1 was 9d23df2, checked in by WeiY <wei.a.yang@…>, on 01/25/13 at 15:53:52

score: atomic support for RTEMS automake and autoconf changes

  • Property mode set to 100644
File size: 1.1 KB
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.69])
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.12.2])
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
44smpatomic01/Makefile
45smpatomic02/Makefile
46smpatomic03/Makefile
47smpatomic04/Makefile
48smpatomic05/Makefile
49smpatomic06/Makefile
50smpatomic07/Makefile
51])
52AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.