source: rtems/c/src/lib/libbsp/sh/gensh2/configure.ac @ 7a5a3a41

4.104.114.84.95
Last change on this file since 7a5a3a41 was 7a5a3a41, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/04 at 07:17:01

2004-01-05 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Remove.
  • Makefile.am: Merge-in start/Makefile.am.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[d7aecdc]1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
[810720b6]5AC_PREREQ(2.59)
[7dcc3fe]6AC_INIT([rtems-c-src-lib-libbsp-sh-gensh2],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
[d7aecdc]7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
[810720b6]11AM_INIT_AUTOMAKE([no-define foreign 1.8])
[9e1ae79]12RTEMS_BSP_CONFIGURE
[d7aecdc]13
14RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
15RTEMS_CANONICALIZE_TOOLS
16
17## bsp-specific options
[d516bbf]18RTEMS_BSPOPTS_SET([CPU_CLOCK_RATE_HZ],[*],[29491200])
19RTEMS_BSPOPTS_HELP([CPU_CLOCK_RATE_HZ],[cpu clock rate in HZ])
[d7aecdc]20
21## Used in scitab/Makefile.am
22AC_SUBST(CPU_CLOCK_RATE_HZ)
23
[d516bbf]24RTEMS_BSPOPTS_SET([START_HW_INIT],[*],[])
25RTEMS_BSPOPTS_HELP([START_HW_INIT],
26[If defined, selects whether 'early_hw_init()' is called from 'start.S';
27 'bsp_hw_init()' is always called from 'bspstart.c'])
28
29RTEMS_BSPOPTS_SET([STANDALONE_EVB],[*],[])
30RTEMS_BSPOPTS_HELP([STANDALONE_EVB],
31[If defined, compiles code to jump-start from FLASH, without a monitor])
32
[d7aecdc]33# Explicitly list all Makefiles here
34AC_CONFIG_FILES([Makefile
35console/Makefile
36scitab/Makefile
37startup/Makefile
38wrapup/Makefile])
39AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.