source: rtems/c/src/lib/libbsp/m68k/mcf52235/configure.ac @ 8d26950

4.104.114.95
Last change on this file since 8d26950 was 3aac2db, checked in by Chris Johns <chrisj@…>, on 06/11/08 at 07:59:03

2008-06-10 Matthew Riek <matthew.riek@…>

  • .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, clock/clock.c, configure.ac, console/console.c, gdb-init, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, preinstall.am, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/cfinit.c, startup/init52235.c, startup/linkcmds, timer/timer.c: New.
  • Property mode set to 100644
File size: 625 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-libbsp-m68k-mcf52235],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
12RTEMS_BSP_CONFIGURE
13
14RTEMS_PROG_CC_FOR_TARGET
15RTEMS_CANONICALIZE_TOOLS
16RTEMS_PROG_CCAS
17
18RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION
19
20#RTEMS_CHECK_NETWORKING
21#AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
22
23# Explicitly list all Makefiles here
24AC_CONFIG_FILES([Makefile])
25AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.