source: rtems/c/src/ada-tests/configure.ac @ 4c29889

Last change on this file since 4c29889 was 4c29889, checked in by Joel Sherrill <joel.sherrill@…>, on 07/17/03 at 20:14:56

2003-07-17 Joel Sherrill <joel@…>

PR 425/ada

  • Makefile.am, configure.ac, sptests/Makefile.am: Remove all Ada tests that do not build from 4.6 branch.
  • mptests/.cvsignore, mptests/Makefile.am, mptests/mp01/.cvsignore, mptests/mp01/Makefile.am, mptests/mp01/config.h, mptests/mp01/mp01.adb, mptests/mp01/mptest.adb, mptests/mp01/mptest.ads, mptests/mp01/node1/.cvsignore, mptests/mp01/node1/Makefile.am, mptests/mp01/node1/mp01.scn, mptests/mp01/node2/.cvsignore, mptests/mp01/node2/Makefile.am, mptests/mp01/node2/mp01.scn, mptests/mp02/.cvsignore, mptests/mp02/mptest.adb, mptests/mp02/mptest.ads, mptests/mp02/node1/.cvsignore, mptests/mp02/node1/mp02.scn, mptests/mp02/node2/.cvsignore, mptests/mp02/node2/mp02.scn, mptests/mp03/.cvsignore, mptests/mp03/mptest.adb, mptests/mp03/mptest.ads, mptests/mp03/node1/.cvsignore, mptests/mp03/node1/mp03.scn, mptests/mp03/node2/.cvsignore, mptests/mp03/node2/mp03.scn, mptests/mp04/.cvsignore, mptests/mp04/mptest.adb, mptests/mp04/mptest.ads, mptests/mp04/node1/.cvsignore, mptests/mp04/node1/mp04.scn, mptests/mp04/node2/.cvsignore, mptests/mp04/node2/mp04.scn, mptests/mp05/.cvsignore, mptests/mp05/mptest.adb, mptests/mp05/mptest.ads, mptests/mp05/node1/.cvsignore, mptests/mp05/node1/mp05.scn, mptests/mp05/node2/.cvsignore, mptests/mp05/node2/mp05.scn, mptests/mp06/.cvsignore, mptests/mp06/mptest.adb, mptests/mp06/mptest.ads, mptests/mp06/node1/.cvsignore, mptests/mp06/node1/mp06.scn, mptests/mp06/node2/.cvsignore, mptests/mp06/node2/mp06.scn, mptests/mp07/.cvsignore, mptests/mp07/mptest.adb, mptests/mp07/mptest.ads, mptests/mp07/node1/.cvsignore, mptests/mp07/node1/mp07.scn, mptests/mp07/node2/.cvsignore, mptests/mp07/node2/mp07.scn, mptests/mp08/.cvsignore, mptests/mp08/mptest.adb, mptests/mp08/mptest.ads, mptests/mp08/node1/.cvsignore, mptests/mp08/node1/mp08.scn, mptests/mp08/node2/.cvsignore, mptests/mp08/node2/mp08.scn, mptests/mp09/.cvsignore, mptests/mp09/mptest.adb, mptests/mp09/mptest.ads, mptests/mp09/node1/.cvsignore, mptests/mp09/node1/mp09.scn, mptests/mp09/node2/.cvsignore, mptests/mp09/node2/mp09.scn, mptests/mp10/.cvsignore, mptests/mp10/mptest.adb, mptests/mp10/mptest.ads, mptests/mp10/node1/.cvsignore, mptests/mp10/node1/mp10.scn, mptests/mp10/node2/.cvsignore, mptests/mp10/node2/mp10.scn, mptests/mp11/.cvsignore, mptests/mp11/mptest.adb, mptests/mp11/mptest.ads, mptests/mp11/node1/.cvsignore, mptests/mp11/node1/mp11.scn, mptests/mp11/node2/.cvsignore, mptests/mp11/node2/mp11.scn, mptests/mp12/.cvsignore, mptests/mp12/mptest.adb, mptests/mp12/mptest.ads, mptests/mp12/node1/.cvsignore, mptests/mp12/node1/mp12.scn, mptests/mp12/node2/.cvsignore, mptests/mp12/node2/mp12.scn, mptests/mp13/.cvsignore, mptests/mp13/mptest.adb, mptests/mp13/mptest.ads, mptests/mp13/node1/.cvsignore, mptests/mp13/node1/mp13.scn, mptests/mp13/node2/.cvsignore, mptests/mp13/node2/mp13.scn, mptests/mp14/.cvsignore, mptests/mp14/mptest.adb, mptests/mp14/mptest.ads, mptests/mp14/node1/.cvsignore, mptests/mp14/node1/mp14.scn, mptests/mp14/node2/.cvsignore, mptests/mp14/node2/mp14.scn: Removed.
  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[2af6056]1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
[9b5c258]5AC_PREREQ(2.57)
[2af6056]6AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([support])
8RTEMS_TOP(../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11RTEMS_CANONICAL_HOST
12
[ccd81b60]13AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
[2af6056]14AM_MAINTAINER_MODE
15
[a846105]16AC_CHECK_PROGS([M4],[gm4 m4])
[2af6056]17RTEMS_PROG_GNAT
18RTEMS_CANONICALIZE_TOOLS
19
20RTEMS_ENABLE_MULTILIB
21RTEMS_ENABLE_MULTIPROCESSING
22RTEMS_ENV_RTEMSBSP
23RTEMS_CHECK_CPU
24RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
[ea14663]25RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
[2af6056]26
[a846105]27AS_IF([test x"$HAVE_GNAT" = x"no"],[
28  AC_MSG_ERROR([No acceptable GNATMAKE found.])
29])
30
[ea14663]31AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
32
[a846105]33RTEMS_CHECK_TOOL([GNATPREP],[gnatprep],[])
[2af6056]34
35# FIXME: Enable building the examples which are known to be broken
36AM_CONDITIONAL([EXPADA],
37  [test x"$enable_expada" = x"yes" && test x"$HAVE_GNAT" = x"yes"])
38
39RTEMS_PROJECT_ROOT
40
41# Explicitly list all Makefiles here
42AC_CONFIG_FILES([Makefile])
43
44AC_CONFIG_FILES([support/Makefile])
45
46AC_CONFIG_FILES([
47samples/Makefile
[ea14663]48samples/base_sp/Makefile
[2af6056]49samples/hello/Makefile
50samples/ticker/Makefile
[ea14663]51])
52
53if test "$HAS_MP" = "yes"; then
54AC_CONFIG_FILES([
[2af6056]55samples/base_mp/Makefile
[0c7ef52]56samples/base_mp/node1/Makefile
57samples/base_mp/node2/Makefile
[2af6056]58])
[ea14663]59fi
[2af6056]60
61AC_CONFIG_FILES([
62sptests/Makefile
63sptests/sp01/Makefile
64sptests/sp02/Makefile
65sptests/sp03/Makefile
66sptests/sp04/Makefile
67sptests/sp05/Makefile
68sptests/sp06/Makefile
69sptests/sp07/Makefile
70sptests/sp08/Makefile
71sptests/sp09/Makefile
72sptests/sp11/Makefile
73sptests/sp12/Makefile
74sptests/sp13/Makefile
75sptests/sp14/Makefile
76sptests/sp15/Makefile
77sptests/sp16/Makefile
78sptests/sp17/Makefile
79sptests/sp19/Makefile
80sptests/sp20/Makefile
81sptests/sp21/Makefile
82sptests/sp22/Makefile
83sptests/sp23/Makefile
84sptests/sp24/Makefile
85sptests/sp25/Makefile
86sptests/spsize/Makefile
87])
88
[7edb3d3a]89AC_CONFIG_FILES([
90tmtests/Makefile
91tmtests/tm01/Makefile
92tmtests/tm02/Makefile
93tmtests/tm03/Makefile
94tmtests/tm04/Makefile
95tmtests/tm05/Makefile
96tmtests/tm06/Makefile
97tmtests/tm07/Makefile
98tmtests/tm08/Makefile
99tmtests/tm09/Makefile
100tmtests/tm10/Makefile
101tmtests/tm11/Makefile
102tmtests/tm12/Makefile
103tmtests/tm13/Makefile
104tmtests/tm14/Makefile
105tmtests/tm15/Makefile
106tmtests/tm16/Makefile
107tmtests/tm17/Makefile
108tmtests/tm18/Makefile
109tmtests/tm19/Makefile
110tmtests/tm20/Makefile
111tmtests/tm21/Makefile
112tmtests/tm22/Makefile
113tmtests/tm23/Makefile
114tmtests/tm24/Makefile
115tmtests/tm25/Makefile
116tmtests/tm28/Makefile
117tmtests/tm29/Makefile
118tmtests/tmck/Makefile
119tmtests/tmoverhd/Makefile
120])
[2af6056]121
122AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.