4.104.114.84.95
Last change
on this file since 1bfedfe was
1e2c611,
checked in by Joel Sherrill <joel.sherrill@…>, on Aug 9, 2006 at 9:01:16 PM
|
2006-08-09 Kolja Waschk <waschk@…>
- nios2/Makefile.am, nios2/configure.ac, nios2/preinstall.am,
nios2/shared/cache/cache.c, nios2/shared/cache/cache_.h,
nios2/shared/misc/memcpy.c: New files.
|
-
Property mode set to
100644
|
File size:
755 bytes
|
Rev | Line | |
---|
[1e2c611] | 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-libcpu-nios2],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) |
---|
| 7 | RTEMS_TOP([../../../../..],[../../..]) |
---|
| 8 | |
---|
| 9 | RTEMS_CANONICAL_TARGET_CPU |
---|
| 10 | |
---|
| 11 | AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.9]) |
---|
| 12 | AM_MAINTAINER_MODE |
---|
| 13 | |
---|
| 14 | RTEMS_ENV_RTEMSBSP |
---|
| 15 | |
---|
| 16 | RTEMS_PROJECT_ROOT |
---|
| 17 | |
---|
| 18 | RTEMS_PROG_CC_FOR_TARGET |
---|
| 19 | AM_PROG_CC_C_O |
---|
| 20 | RTEMS_CANONICALIZE_TOOLS |
---|
| 21 | RTEMS_PROG_CCAS |
---|
| 22 | |
---|
| 23 | # At this time all models should use the shared directory so do this |
---|
| 24 | AM_CONDITIONAL(shared, true) |
---|
| 25 | |
---|
| 26 | AC_PATH_PROG([AMPOLISH3],[ampolish3],[]) |
---|
| 27 | AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \ |
---|
| 28 | && test -n "$AMPOLISH3"]) |
---|
| 29 | |
---|
| 30 | # Explicitly list all Makefiles here |
---|
| 31 | AC_CONFIG_FILES([Makefile |
---|
| 32 | ]) |
---|
| 33 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.