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

4.115
Last change on this file since ad7e2f0 was ad7e2f0, checked in by Joel Sherrill <joel.sherrill@…>, on 07/27/10 at 14:45:10

2010-07-27 Bharath Suri <bharath.s.jois@…>

PR 1631/testing

  • gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc, gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
  • Makefile.am, configure.ac: Changes to accommodate new tests
  • Property mode set to 100644
File size: 1.5 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
31
32AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
33
34# Explicitly list all Makefiles here
35AC_CONFIG_FILES([Makefile
36block01/Makefile
37block02/Makefile
38block03/Makefile
39block04/Makefile
40block05/Makefile
41block06/Makefile
42block07/Makefile
43block08/Makefile
44block09/Makefile
45block10/Makefile
46bspcmdline01/Makefile
47cpuuse/Makefile
48devfs01/Makefile
49devfs02/Makefile
50devfs03/Makefile
51devfs04/Makefile
52devnullfatal01/Makefile
53gxx01/Makefile
54gxx02/Makefile
55heapwalk/Makefile
56malloctest/Makefile
57malloc02/Makefile
58malloc03/Makefile
59malloc04/Makefile
60malloc05/Makefile
61monitor/Makefile
62monitor02/Makefile
63putenvtest/Makefile
64rtems++/Makefile
65rtmonuse/Makefile
66stackchk/Makefile
67stackchk01/Makefile
68stringto01/Makefile
69tar03/Makefile
70termios/Makefile
71termios01/Makefile
72termios02/Makefile
73termios03/Makefile
74termios04/Makefile
75termios05/Makefile
76termios06/Makefile
77termios07/Makefile
78termios08/Makefile
79tztest/Makefile
80POSIX/Makefile
81])
82AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.