source: rtems/c/src/lib/libcpu/lm32/configure.ac @ c193baad

4.104.115
Last change on this file since c193baad was 309dbd0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/28/09 at 06:28:41

Whitespace removal.

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