source: rtems/testsuites/libtests/configure.ac @ 0eef698f

4.104.114.84.95
Last change on this file since 0eef698f was 7c48a2e8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/25/04 at 06:05:21

2004-03-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add 2nd arg to RTEMS_TOP.
  • Property mode set to 100644
File size: 905 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.8])
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([-ansi -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 "$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.