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

4.104.114.84.95
Last change on this file since f1d96dbd was f1d96dbd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/06 at 14:47:57

Add RTEMS_AMPOLISH3.

  • Property mode set to 100644
File size: 782 bytes
RevLine 
[1e2c611]1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
[11c60096]5AC_PREREQ(2.60)
[fcb0cd46]6AC_INIT([rtems-c-src-lib-libcpu-nios2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
[1e2c611]7RTEMS_TOP([../../../../..],[../../..])
8
9RTEMS_CANONICAL_TARGET_CPU
10
[11c60096]11AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
[1e2c611]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
[f1d96dbd]30RTEMS_AMPOLISH3
31
[1e2c611]32# Explicitly list all Makefiles here
33AC_CONFIG_FILES([Makefile
34])
35AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.