source: rtems/c/src/lib/libbsp/powerpc/configure.in @ 362ec23e

4.104.114.84.95
Last change on this file since 362ec23e was 362ec23e, checked in by Joel Sherrill <joel.sherrill@…>, on 01/10/00 at 18:10:59

Patch rtems-rc-20000104-12.diff from Ralf Corsepius <corsepiu@…>
which converts the PowerPC BSPs to configuration and more automake.

  • Besides adding partial automake support, rsp converting all powerpc BSPs to make them compliant to the new configuration scheme, this patch attempts to fix several configuration bugs in powerpc related Makefiles.
  • Property mode set to 100644
File size: 836 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_ENABLE_LIBCDIR
15
16RTEMS_ENV_RTEMSBSP
17RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
18RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
19
20RTEMS_PROJECT_ROOT
21
22RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir)
23AC_CONFIG_SUBDIRS($bspdir)
24
25# Explicitly list a Makefile 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.