4.104.114.84.95
Last change
on this file since 1d9a2fc was
1d9a2fc,
checked in by Joel Sherrill <joel.sherrill@…>, on 11/29/99 at 15:45:11
|
Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@…>
which (among other things) converted the mptests to automake.
SUB_DIRS was used instead of SUBDIRS in some Makefile.ins
(apparently a leftover from moving the start* directories)
Addtional major bugs:
- psxtests/include was empty (incomplete psxtests changes).
- bogus handling of *.scn in itrontests (screens/sptests vs.
screens/itrontests installation dirs)
In addition I have added a few more changes (I couldn't resist)
- automake support for itrontests
- OPERATION_COUNT support in tmitrontests/
- automake support for tmitrontests
- automake suppport for mptests
- Some (minor) corrections to several configure.in/Makefile.ams
=> c/src/tests/ is completly under automake control, now.
=> we could start to sort out the structural issues with c/src/tests
(tests/support, stubdr, tools, get "make dist" working)
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | dnl |
---|
3 | dnl $Id$ |
---|
4 | |
---|
5 | dnl |
---|
6 | dnl This script configures the configuration files below c/make/ |
---|
7 | dnl |
---|
8 | |
---|
9 | AC_PREREQ(2.13) |
---|
10 | AC_INIT(target.cfg.in) |
---|
11 | RTEMS_TOP(../..) |
---|
12 | AC_CONFIG_AUX_DIR(../..) |
---|
13 | |
---|
14 | RTEMS_CANONICAL_TARGET_CPU |
---|
15 | |
---|
16 | AM_INIT_AUTOMAKE(rtems-c-make,$RTEMS_VERSION,no) |
---|
17 | AM_MAINTAINER_MODE |
---|
18 | |
---|
19 | RTEMS_ENABLE_MULTIPROCESSING |
---|
20 | RTEMS_ENABLE_POSIX |
---|
21 | RTEMS_ENABLE_ITRON |
---|
22 | RTEMS_ENABLE_NETWORKING |
---|
23 | RTEMS_ENABLE_RDBG |
---|
24 | RTEMS_ENABLE_INLINES |
---|
25 | RTEMS_ENABLE_CXX |
---|
26 | RTEMS_ENABLE_GCC28 |
---|
27 | RTEMS_ENABLE_LIBCDIR |
---|
28 | |
---|
29 | RTEMS_CHECK_CPU |
---|
30 | RTEMS_CANONICAL_HOST |
---|
31 | |
---|
32 | RTEMS_PROJECT_ROOT |
---|
33 | |
---|
34 | dnl check target cc |
---|
35 | RTEMS_PROG_CC_FOR_TARGET |
---|
36 | |
---|
37 | dnl check for g++ |
---|
38 | if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then |
---|
39 | RTEMS_PROG_CXX_FOR_TARGET |
---|
40 | fi |
---|
41 | |
---|
42 | RTEMS_CANONICALIZE_TOOLS |
---|
43 | |
---|
44 | AC_SUBST(rtems_cv_prog_cc_cross) |
---|
45 | AC_SUBST(RTEMS_HAS_POSIX) |
---|
46 | AC_SUBST(RTEMS_HOST) |
---|
47 | AC_SUBST(RTEMS_HAS_MULTIPROCESSING) |
---|
48 | AC_SUBST(RTEMS_HAS_POSIX_API) |
---|
49 | AC_SUBST(RTEMS_HAS_ITRON_API) |
---|
50 | AC_SUBST(RTEMS_HAS_NETWORKING) |
---|
51 | AC_SUBST(RTEMS_HAS_RDBG) |
---|
52 | AC_SUBST(RTEMS_HAS_CPLUSPLUS) |
---|
53 | AC_SUBST(RTEMS_USE_MACROS) |
---|
54 | AC_SUBST(RTEMS_USE_GCC272) |
---|
55 | AC_SUBST(RTEMS_LIBC_DIR) |
---|
56 | AC_SUBST(RTEMS_CPU) |
---|
57 | |
---|
58 | AC_OUTPUT( |
---|
59 | Makefile |
---|
60 | target.cfg |
---|
61 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.