4.104.114.84.95
Last change
on this file since c9500675 was
b91f0338,
checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 17:58:43
|
2002-01-02 Ralf Corsepius <corsepiu@…>
- ChangeLog?: New.
- configure.ac: New.
- Makefile.am: New.
- rtems/*: Copied from c/src/exec/rtems/optman.
- sapi/*: Copied from c/src/exec/sapi/optman.
|
-
Property mode set to
100644
|
File size:
729 bytes
|
Line | |
---|
1 | ## Process this file with autoconf to produce a configure script. |
---|
2 | ## |
---|
3 | ## $Id$ |
---|
4 | |
---|
5 | AC_PREREQ(2.52) |
---|
6 | AC_INIT |
---|
7 | AC_CONFIG_SRCDIR([rtems]) |
---|
8 | RTEMS_TOP(../../..) |
---|
9 | AC_CONFIG_AUX_DIR(../../..) |
---|
10 | |
---|
11 | RTEMS_CANONICAL_TARGET_CPU |
---|
12 | |
---|
13 | AM_INIT_AUTOMAKE(rtems-c-src-optman,$RTEMS_VERSION,no) |
---|
14 | AM_MAINTAINER_MODE |
---|
15 | |
---|
16 | RTEMS_ENABLE_MULTILIB |
---|
17 | RTEMS_ENABLE_MULTIPROCESSING |
---|
18 | RTEMS_ENABLE_POSIX |
---|
19 | RTEMS_ENABLE_ITRON |
---|
20 | RTEMS_ENABLE_INLINES |
---|
21 | RTEMS_ENABLE_GCC28 |
---|
22 | RTEMS_ENABLE_RTEMS_DEBUG |
---|
23 | |
---|
24 | RTEMS_ENV_RTEMSBSP |
---|
25 | RTEMS_CHECK_RTEMS_DEBUG |
---|
26 | |
---|
27 | RTEMS_CHECK_CPU |
---|
28 | RTEMS_CANONICAL_HOST |
---|
29 | |
---|
30 | RTEMS_PROJECT_ROOT |
---|
31 | |
---|
32 | RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) |
---|
33 | RTEMS_CANONICALIZE_TOOLS |
---|
34 | |
---|
35 | RTEMS_CHECK_NEWLIB |
---|
36 | |
---|
37 | # Explicitly list all Makefiles here |
---|
38 | AC_CONFIG_FILES([Makefile |
---|
39 | rtems/Makefile |
---|
40 | sapi/Makefile |
---|
41 | ]) |
---|
42 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.