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

4.104.115
Last change on this file since 74c6f36 was 74c6f36, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 22:55:42

2008-12-04 Jukka Pietarinen <jukka.pietarinen@…>

  • ChangeLog?, Makefile.am, configure.ac, preinstall.am, shared/cache/cache.c, shared/cache/cache_.h, shared/misc/memcpy.c: New files.
  • Property mode set to 100644
File size: 781 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.