source: rtems/c/src/lib/libcpu/nios2/configure.ac @ 754610f

4.104.114.84.95
Last change on this file since 754610f was 1e2c611, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/06 at 21:01:16

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
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.59)
6AC_INIT([rtems-c-src-lib-libcpu-nios2],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
7RTEMS_TOP([../../../../..],[../../..])
8
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.9])
12AM_MAINTAINER_MODE
13
14RTEMS_ENV_RTEMSBSP
15
16RTEMS_PROJECT_ROOT
17
18RTEMS_PROG_CC_FOR_TARGET
19AM_PROG_CC_C_O
20RTEMS_CANONICALIZE_TOOLS
21RTEMS_PROG_CCAS
22
23# At this time all models should use the shared directory so do this
24AM_CONDITIONAL(shared, true)
25
26AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
27AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
28  && test -n "$AMPOLISH3"])
29
30# Explicitly list all Makefiles here
31AC_CONFIG_FILES([Makefile
32])
33AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.