source: rtems/testsuites/libtests/configure.ac @ 5445ee60

4.104.114.84.95
Last change on this file since 5445ee60 was 5445ee60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/02/03 at 03:44:52

2003-10-02 Ralf Corsepius <corsepiu@…>

  • configure.ac:Remove RTEMS_CHECK_CPU.
  • Property mode set to 100644
File size: 927 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.57)
6AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
7AC_CONFIG_SRCDIR([cpuuse])
8RTEMS_TOP(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_CXX
16RTEMS_ENABLE_BARE
17
18RTEMS_ENV_RTEMSBSP
19RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
20RTEMS_CANONICAL_HOST
21
22RTEMS_PROJECT_ROOT
23
24RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
25
26RTEMS_PROG_CXX_FOR_TARGET
27
28RTEMS_CANONICALIZE_TOOLS
29
30RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
31RTEMS_CHECK_CXX(RTEMS_BSP)
32
33AC_SUBST(BARE_CPU_CFLAGS)
34AC_SUBST(BARE_CPU_MODEL)
35
36AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
37
38# Explicitly list all Makefiles here
39AC_CONFIG_FILES([Makefile
40cpuuse/Makefile
41malloctest/Makefile
42monitor/Makefile
43putenvtest/Makefile
44rtems++/Makefile
45rtmonuse/Makefile
46stackchk/Makefile
47termios/Makefile
48])
49AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.