source: rtems/testsuites/libtests/configure.ac @ a6b588d6

4.104.114.84.95
Last change on this file since a6b588d6 was 44502ae, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 09:42:41

2005-11-09 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Apply RTEMS_CHECK_CPUOPTS.
  • Property mode set to 100644
File size: 908 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.59)
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.9])
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_CXX
16RTEMS_ENABLE_BARE
17
18RTEMS_ENV_RTEMSBSP
19RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
20
21RTEMS_PROJECT_ROOT
22
23RTEMS_PROG_CC_FOR_TARGET([-fasm])
24
25RTEMS_PROG_CXX_FOR_TARGET
26
27RTEMS_CANONICALIZE_TOOLS
28
29RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
30RTEMS_CHECK_CXX(RTEMS_BSP)
31
32AC_SUBST(BARE_CPU_CFLAGS)
33AC_SUBST(BARE_CPU_MODEL)
34
35AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
36
37# Explicitly list all Makefiles here
38AC_CONFIG_FILES([Makefile
39cpuuse/Makefile
40malloctest/Makefile
41monitor/Makefile
42putenvtest/Makefile
43rtems++/Makefile
44rtmonuse/Makefile
45stackchk/Makefile
46termios/Makefile
47])
48AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.