4.104.114.84.95
Last change
on this file since df8ba46 was
1612af0,
checked in by Joel Sherrill <joel.sherrill@…>, on 06/17/05 at 14:06:05
|
2005-06-17 Mike Bertosh <mbertosh@…>
- .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac,
clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
startup/bspstart.c, startup/init5235.c, startup/linkcmds,
startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
|
-
Property mode set to
100644
|
File size:
570 bytes
|
Rev | Line | |
---|
[1612af0] | 1 | ## Process this file with autoconf to produce a configure script. |
---|
| 2 | ## |
---|
| 3 | ## $Id$ |
---|
| 4 | |
---|
| 5 | AC_PREREQ(2.59) |
---|
| 6 | AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5235],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) |
---|
| 7 | AC_CONFIG_SRCDIR([bsp_specs]) |
---|
| 8 | RTEMS_TOP(../../../../../..) |
---|
| 9 | |
---|
| 10 | RTEMS_CANONICAL_TARGET_CPU |
---|
| 11 | AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.9]) |
---|
| 12 | RTEMS_BSP_CONFIGURE |
---|
| 13 | |
---|
| 14 | RTEMS_PROG_CC_FOR_TARGET |
---|
| 15 | RTEMS_CANONICALIZE_TOOLS |
---|
| 16 | RTEMS_PROG_CCAS |
---|
| 17 | |
---|
| 18 | RTEMS_CHECK_NETWORKING |
---|
| 19 | |
---|
| 20 | AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") |
---|
| 21 | |
---|
| 22 | # Explicitly list all Makefiles here |
---|
| 23 | AC_CONFIG_FILES([Makefile]) |
---|
| 24 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.