4.104.114.84.95
Last change
on this file since cc63e08 was
cc63e08,
checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 18:40:53
|
Patch from Ralf Corsepius <corsepiu@…> to make libnetworking
a top level more independently configured package.
|
-
Property mode set to
100644
|
File size:
814 bytes
|
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 | |
---|
13 | RTEMS_CANONICAL_TARGET_CPU |
---|
14 | RTEMS_CANONICAL_HOST |
---|
15 | |
---|
16 | AM_INIT_AUTOMAKE(rtems-c-src,$RTEMS_VERSION,no) |
---|
17 | AM_MAINTAINER_MODE |
---|
18 | |
---|
19 | RTEMS_ENV_RTEMSBSP |
---|
20 | RTEMS_CHECK_CPU |
---|
21 | RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) |
---|
22 | |
---|
23 | RTEMS_CHECK_NETWORKING(RTEMS_BSP) |
---|
24 | |
---|
25 | ## Note: the order of the directories below is essential |
---|
26 | AC_CONFIG_SUBDIRS(make) |
---|
27 | AC_CONFIG_SUBDIRS(exec) |
---|
28 | AC_CONFIG_SUBDIRS(lib) |
---|
29 | if test "$HAS_NETWORKING" = "yes"; then |
---|
30 | cfg_subdirs="libnetworking librpc" |
---|
31 | fi |
---|
32 | if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then |
---|
33 | cfg_subdirs="$cfg_subdirs librtems++"; |
---|
34 | fi |
---|
35 | AC_CONFIG_SUBDIRS($cfg_subdirs) |
---|
36 | AC_CONFIG_SUBDIRS(tests) |
---|
37 | |
---|
38 | RTEMS_PROJECT_ROOT |
---|
39 | |
---|
40 | AC_OUTPUT( |
---|
41 | Makefile |
---|
42 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.