source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am @ 82e87e9

4.104.114.84.95
Last change on this file since 82e87e9 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: 636 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
7
8# wrapup is the one that actually builds and installs the library
9#  from the individual .rel files built in other directories
10if need_motorola_powerpc
11SUBDIRS = include clock console pci residual openpic irq vectors start \
12    startup bootloader motorola wrapup
13endif
14
15include $(top_srcdir)/../../bsp.am
16
17EXTRA_DIST = BOOTING README.MVME2300 README.OTHERBOARDS README.dec21140 \
18    bsp_specs times.mcp750 times.mvme2307
19
20include $(top_srcdir)/../../../../../../automake/subdirs.am
21include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.