source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac @ 7409426

4.104.114.84.95
Last change on this file since 7409426 was 1ea5087, checked in by Joel Sherrill <joel.sherrill@…>, on 11/14/01 at 18:39:53

2001-11-08 Ralf Corsepius <corsepiu@…>

  • bootloader/Makefile.am: completely reworked.
  • configure.ac: Add AM_PROG_AS.
  • Property mode set to 100644
File size: 1.0 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.52)
6AC_INIT
7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9AC_CONFIG_AUX_DIR(../../../../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-powerpc-motorola_powerpc,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
16RTEMS_CANONICALIZE_TOOLS
17RTEMS_ENABLE_NETWORKING
18
19RTEMS_ENV_RTEMSBSP
20RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
21RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
22RTEMS_CHECK_NETWORKING
23RTEMS_CANONICAL_HOST
24
25AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
26AM_CONDITIONAL(need_motorola_powerpc, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc")
27
28AS=$CC
29AM_PROG_AS
30
31RTEMS_PROJECT_ROOT
32
33# Explicitly list all Makefiles here
34AC_CONFIG_FILES([Makefile
35bootloader/Makefile
36clock/Makefile
37console/Makefile
38include/Makefile
39irq/Makefile
40motorola/Makefile
41openpic/Makefile
42pci/Makefile
43residual/Makefile
44start/Makefile
45startup/Makefile
46vectors/Makefile
47wrapup/Makefile])
48AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.