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

4.115
Last change on this file since 0a0e7a9 was 0a0e7a9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/10 at 13:55:09

2010-11-30 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Add complex, math subdirs.
  • configure.ac: Add complex, math subdirs.
  • Property mode set to 100644
File size: 1.7 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([cpuuse])
8RTEMS_TOP([../..],[..])
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.10])
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_CXX
16
17RTEMS_ENV_RTEMSBSP
18RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
19
20RTEMS_PROJECT_ROOT
21
22RTEMS_PROG_CC_FOR_TARGET
23
24RTEMS_PROG_CXX_FOR_TARGET
25
26RTEMS_CANONICALIZE_TOOLS
27
28RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
29RTEMS_CHECK_CXX(RTEMS_BSP)
30
31AC_PROG_LN_S
32AC_PATH_PROG([PAX],[pax])
33
34AM_CONDITIONAL(TARTESTS,test "$as_ln_s" = "ln -s" && test -n "$PAX")
35
36AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
37
38# Explicitly list all Makefiles here
39AC_CONFIG_FILES([Makefile
40block01/Makefile
41block02/Makefile
42block03/Makefile
43block04/Makefile
44block05/Makefile
45block06/Makefile
46block07/Makefile
47block08/Makefile
48block09/Makefile
49block10/Makefile
50bspcmdline01/Makefile
51cpuuse/Makefile
52devfs01/Makefile
53devfs02/Makefile
54devfs03/Makefile
55devfs04/Makefile
56deviceio01/Makefile
57devnullfatal01/Makefile
58dumpbuf01/Makefile
59gxx01/Makefile
60heapwalk/Makefile
61malloctest/Makefile
62malloc02/Makefile
63malloc03/Makefile
64malloc04/Makefile
65malloc05/Makefile
66monitor/Makefile
67monitor02/Makefile
68putenvtest/Makefile
69rtems++/Makefile
70rtmonuse/Makefile
71stackchk/Makefile
72stackchk01/Makefile
73stringto01/Makefile
74tar01/Makefile
75tar02/Makefile
76tar03/Makefile
77termios/Makefile
78termios01/Makefile
79termios02/Makefile
80termios03/Makefile
81termios04/Makefile
82termios05/Makefile
83termios06/Makefile
84termios07/Makefile
85termios08/Makefile
86tztest/Makefile
87POSIX/Makefile
88math/Makefile
89complex/Makefile
90])
91AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.