source: rtems/c/src/lib/libbsp/powerpc/configure.in @ 4055e6f8

4.104.114.84.95
Last change on this file since 4055e6f8 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: 892 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(dmv177)
7RTEMS_TOP(../../../../..)
8AC_CONFIG_AUX_DIR(../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-powerpc,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_ENV_RTEMSBSP
15RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
16RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
17
18RTEMS_PROJECT_ROOT
19
20RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir)
21AC_CONFIG_SUBDIRS($bspdir)
22
23AM_CONDITIONAL(need_shared, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc")
24
25# Explicitly list all Makefiles here
26AC_OUTPUT(
27Makefile
28shared/Makefile
29shared/bootloader/Makefile
30shared/clock/Makefile
31shared/console/Makefile
32shared/include/Makefile
33shared/irq/Makefile
34shared/motorola/Makefile
35shared/openpic/Makefile
36shared/pci/Makefile
37shared/residual/Makefile
38shared/start/Makefile
39shared/startup/Makefile
40shared/vectors/Makefile)
Note: See TracBrowser for help on using the repository browser.