source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am @ e00763df

4.104.114.84.95
Last change on this file since e00763df was e00763df, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/03 at 21:57:26

2003-02-20 Till Straumann <strauman@…>

PR 349/bsps

  • Makefile.am, configure.ac: Add glue to the powerpc/shared BSP to use the vmeUniverse VME-PCI bridge driver.
  • vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
  • Property mode set to 100644
File size: 845 bytes
Line 
1##
2## $Id$
3##
4
5BSP_PIECES = clock console irq openpic pci residual startup vectors motorola vme
6
7# bummer; have to use $foreach since % pattern subst rules only replace 1x
8OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
9    $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) \
10    $(wildcard ../../../../libcpu/$(RTEMS_CPU)/mpc6xx/*/$(ARCH)/*.$(OBJEXT)) \
11    ../@exceptions@/$(ARCH)/rtems-cpu.rel \
12    $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT))
13LIB = $(ARCH)/libbsp.a
14
15include $(top_srcdir)/../../../../../../automake/compile.am
16include $(top_srcdir)/../../../../../../automake/lib.am
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22$(LIB): $(OBJS)
23        $(make-library)
24
25all-local: $(ARCH) $(LIB)
26
27include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.