source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.in @ ec112322

4.104.114.84.95
Last change on this file since ec112322 was 82e87e9, checked in by Joel Sherrill <joel.sherrill@…>, on 04/06/01 at 16:02:40

2001-03-30 Eric Valette <valette@…>

  • configure.in, motorola_powerpc/Makefile.am, motorola_powerpc/configure.in: These modifications are in support of switching the mpc8xx to the use the "new exception processing model."
  • Property mode set to 100644
File size: 960 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(bsp_specs)
7RTEMS_TOP(../../../../../..)
8AC_CONFIG_AUX_DIR(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-powerpc-motorola_powerpc,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_PROG_CC_FOR_TARGET
15RTEMS_CANONICALIZE_TOOLS
16RTEMS_ENABLE_NETWORKING
17
18RTEMS_ENV_RTEMSBSP
19RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
20RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
21RTEMS_CHECK_NETWORKING
22RTEMS_CANONICAL_HOST
23
24AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
25AM_CONDITIONAL(need_motorola_powerpc, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc")
26
27RTEMS_PROJECT_ROOT
28
29# Explicitly list all Makefiles here
30AC_OUTPUT(
31Makefile
32bootloader/Makefile
33clock/Makefile
34console/Makefile
35include/Makefile
36irq/Makefile
37motorola/Makefile
38openpic/Makefile
39pci/Makefile
40residual/Makefile
41start/Makefile
42startup/Makefile
43vectors/Makefile
44wrapup/Makefile)
Note: See TracBrowser for help on using the repository browser.