source: rtems/c/src/lib/libcpu/sparc64/configure.ac @ c56982c

4.115
Last change on this file since c56982c was c56982c, checked in by Joel Sherrill <joel.sherrill@…>, on 06/17/10 at 16:16:25

2010-06-17 Joel Sherrill <joel.sherrill@…>

  • .cvsignore, ChangeLog?, Makefile.am, configure.ac, preinstall.am, shared/cache/cache.c, shared/cache/cache_.h, shared/interrupts/installisrentries.c, shared/score/cpu.c, shared/score/interrupt.S, shared/syscall/sparc64-syscall.S, shared/syscall/sparc64-syscall.h: New files.
  • Property mode set to 100644
File size: 1010 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-sparc64],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([shared])
8RTEMS_TOP([../../../../..],[../../..])
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
13AM_MAINTAINER_MODE
14
15RTEMS_ENV_RTEMSBSP
16
17RTEMS_PROJECT_ROOT
18
19RTEMS_PROG_CC_FOR_TARGET
20AM_PROG_CC_C_O
21RTEMS_CANONICALIZE_TOOLS
22RTEMS_PROG_CCAS
23
24AM_CONDITIONAL(shared, test x"$RTEMS_CPU_MODEL" = x"sun4v" || \
25                       test x"$RTEMS_CPU_MODEL" = x"sun4u")
26
27AM_CONDITIONAL([sun4u],[test x"$RTEMS_CPU_MODEL" = x"sun4u"])
28AM_CONDITIONAL([sun4v],[test x"$RTEMS_CPU_MODEL" = x"sun4v"])
29
30## How to add a conditional simexample for the Makefile.am, based on a
31## RTEMS_CPU_MODEL defined as simulator.
32#AM_CONDITIONAL([simexample],[test x"$RTEMS_CPU_MODEL" = x"simulator"])
33
34RTEMS_AMPOLISH3
35
36# Explicitly list all Makefiles here
37AC_CONFIG_FILES([Makefile])
38AC_OUTPUT
39
Note: See TracBrowser for help on using the repository browser.