source: rtems/c/src/tests/libtests/configure.in @ 6fca2f5

4.104.114.84.95
Last change on this file since 6fca2f5 was 908436c1, checked in by Joel Sherrill <joel.sherrill@…>, on 08/10/99 at 15:38:09

New configuration files added by patch from
Ralf Corsepius <corsepiu@…>".

  • Property mode set to 100644
File size: 938 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(cpuuse)
7RTEMS_TOP(../../../..)
8AC_CONFIG_AUX_DIR(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE(rtems-c-src-tests-libtests,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_INLINES
16RTEMS_ENABLE_CXX
17RTEMS_ENABLE_GCC28
18RTEMS_ENABLE_LIBCDIR
19RTEMS_ENABLE_BARE
20
21RTEMS_ENV_RTEMSBSP
22RTEMS_CHECK_CPU
23RTEMS_CANONICAL_HOST
24
25RTEMS_PROJECT_ROOT
26
27RTEMS_PROG_CC_FOR_TARGET
28
29if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
30  RTEMS_PROG_CXX_FOR_TARGET
31fi
32
33RTEMS_CANONICALIZE_TOOLS
34
35RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
36RTEMS_CHECK_CXX(RTEMS_BSP)
37
38AC_SUBST(BARE_CPU_CFLAGS)
39AC_SUBST(BARE_CPU_MODEL)
40
41AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
42
43# Try to explicitly list a Makefile here
44AC_OUTPUT(
45Makefile
46cpuuse/Makefile
47malloctest/Makefile
48monitor/Makefile
49rtems++/Makefile
50rtmonuse/Makefile
51stackchk/Makefile
52termios/Makefile
53)
Note: See TracBrowser for help on using the repository browser.