source: rtems/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am @ 7d751b6

4.104.114.84.95
Last change on this file since 7d751b6 was bc92457, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:53:29

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
dlentry/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 740 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: $(ARCH) $(LIB)
27
28include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.