4.104.114.84.95
Last change
on this file since 61ba9763 was
61ba9763,
checked in by Joel Sherrill <joel.sherrill@…>, on 02/22/00 at 18:39:52
|
New port of RTEMS to TI C3x and C4x.
|
-
Property mode set to
100644
|
File size:
530 bytes
|
Rev | Line | |
---|
[61ba9763] | 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(c4xsim) |
---|
| 7 | RTEMS_TOP(../../../../..) |
---|
| 8 | AC_CONFIG_AUX_DIR(../../../../..) |
---|
| 9 | |
---|
| 10 | RTEMS_CANONICAL_TARGET_CPU |
---|
| 11 | AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-c4x,$RTEMS_VERSION,no) |
---|
| 12 | AM_MAINTAINER_MODE |
---|
| 13 | |
---|
| 14 | RTEMS_ENV_RTEMSBSP |
---|
| 15 | RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) |
---|
| 16 | RTEMS_CHECK_BSP_CACHE(RTEMS_BSP) |
---|
| 17 | RTEMS_PROJECT_ROOT |
---|
| 18 | |
---|
| 19 | RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir) |
---|
| 20 | AC_CONFIG_SUBDIRS($bspdir) |
---|
| 21 | |
---|
| 22 | # Explicitly list all Makefiles here |
---|
| 23 | AC_OUTPUT( |
---|
| 24 | Makefile |
---|
| 25 | shared/Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.