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

4.104.114.84.95
Last change on this file since a976681e was 4e36a2f, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 15:27:02

Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff from
Ralf Corsepius <corsepiu@…> that contain:

  • Modifications, (minor) corrections, cleanups to most existing Makefile.ams
  • Adds automake support to all remaining BSPs which have not yet been converted to automake.
  • Makefile.am for all remaining wrapup/Makefile.ams
  • Property mode set to 100644
File size: 814 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
23# Explicitly list a Makefile here
24AC_OUTPUT(
25Makefile
26shared/Makefile
27shared/bootloader/Makefile
28shared/clock/Makefile
29shared/console/Makefile
30shared/include/Makefile
31shared/irq/Makefile
32shared/motorola/Makefile
33shared/openpic/Makefile
34shared/pci/Makefile
35shared/residual/Makefile
36shared/start/Makefile
37shared/startup/Makefile
38shared/vectors/Makefile)
Note: See TracBrowser for help on using the repository browser.