source: rtems/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am @ 4a679419

4.104.114.84.95
Last change on this file since 4a679419 was 4a679419, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:42:18

2003-12-02 Ralf Corsepius <corsepiu@…>

  • dlentry/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 732 bytes
Line 
1##
2## $Id$
3##
4
5BSP_PIECES = startup dlentry
6# pieces to pick up out of libcpu/ppc
7CPU_PIECES = clock timer console tty_drv 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)/ppc403/$(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: $(LIB)
27
28include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.