4.104.114.84.95
Last change
on this file since 3330ecb was
3330ecb,
checked in by Joel Sherrill <joel.sherrill@…>, on 10/26/99 at 02:45:04
|
Patch rtems-rc-19991011-0.diff from Ralf Corsepius <corsepiu@…>
fixes a minor configuration bug.
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | dnl |
---|
3 | dnl $Id$ |
---|
4 | |
---|
5 | AC_PREREQ(2.13) |
---|
6 | AC_INIT(exec) |
---|
7 | RTEMS_TOP(../..) |
---|
8 | AC_CONFIG_AUX_DIR(../..) |
---|
9 | |
---|
10 | RTEMS_ENABLE_CXX |
---|
11 | RTEMS_ENABLE_NETWORKING |
---|
12 | RTEMS_ENABLE_RDBG |
---|
13 | |
---|
14 | RTEMS_CANONICAL_TARGET_CPU |
---|
15 | RTEMS_CANONICAL_HOST |
---|
16 | |
---|
17 | AM_INIT_AUTOMAKE(rtems-c-src,$RTEMS_VERSION,no) |
---|
18 | AM_MAINTAINER_MODE |
---|
19 | |
---|
20 | RTEMS_ENV_RTEMSBSP |
---|
21 | RTEMS_CHECK_CPU |
---|
22 | RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) |
---|
23 | |
---|
24 | RTEMS_CHECK_NETWORKING(RTEMS_BSP) |
---|
25 | |
---|
26 | ## Note: the order of the directories below is essential |
---|
27 | cfg_subdirs="make" |
---|
28 | cfg_subdirs="$cfg_subdirs exec" |
---|
29 | cfg_subdirs="$cfg_subdirs lib" |
---|
30 | |
---|
31 | if test "$HAS_NETWORKING" = "yes"; then |
---|
32 | cfg_subdirs="$cfg_subdirs libnetworking librpc" |
---|
33 | if test "$RTEMS_HAS_RDBG" = "yes"; then |
---|
34 | RTEMS_CHECK_RDBG(RTEMS_BSP) |
---|
35 | fi |
---|
36 | fi |
---|
37 | |
---|
38 | if test "$HAS_RDBG" = "yes"; then |
---|
39 | cfg_subdirs="$cfg_subdirs librdbg" |
---|
40 | fi |
---|
41 | |
---|
42 | if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then |
---|
43 | cfg_subdirs="$cfg_subdirs librtems++"; |
---|
44 | fi |
---|
45 | |
---|
46 | AC_CONFIG_SUBDIRS($cfg_subdirs) |
---|
47 | AC_SUBST(cfg_subdirs) |
---|
48 | AC_CONFIG_SUBDIRS(tests) |
---|
49 | |
---|
50 | RTEMS_PROJECT_ROOT |
---|
51 | |
---|
52 | AC_OUTPUT( |
---|
53 | Makefile |
---|
54 | wrapup/Makefile |
---|
55 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.