source: rtems/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am @ a3dfa39

4.104.114.84.95
Last change on this file since a3dfa39 was 8361b50, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/02 at 09:06:43

2002-12-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 773 bytes
Line 
1##
2## $Id$
3##
4
5BSP_PIECES = startup dlentry flashentry
6# pieces to pick up out of libcpu/ppc
7CPU_PIECES = clock timer console vectors ictrl
8
9# bummer; have to use $foreach since % pattern subst rules only replace 1x
10OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \
11    ../@exceptions@/$(ARCH)/rtems-cpu.rel \
12    $(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(piece)/$(ARCH)/$(piece).rel)
13
14LIB = $(ARCH)/libbsp.a
15
16include $(top_srcdir)/../../../../../../automake/compile.am
17include $(top_srcdir)/../../../../../../automake/lib.am
18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23$(LIB): $(OBJS)
24        $(make-library)
25
26all-local: $(ARCH) $(LIB)
27
28include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.