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

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

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

Makefile.am: Reflect having moved automake.
dlentry/Makefile.am: Reflect having moved automake.
flashentry/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: 755 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5BSP_PIECES = startup dlentry flashentry
6# pieces to pick up out of libcpu/ppc
[9e3e2d6]7CPU_PIECES = clock timer console vectors ictrl
[4e36a2f]8
9# bummer; have to use $foreach since % pattern subst rules only replace 1x
[8f8dd40c]10OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \
[b64367d]11    ../@exceptions@/$(ARCH)/rtems-cpu.rel \
[b93db2d]12    $(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(piece)/$(ARCH)/$(piece).rel)
[9e3e2d6]13
[4e36a2f]14LIB = $(ARCH)/libbsp.a
15
[7d751b6]16include $(top_srcdir)/../../../../automake/compile.am
17include $(top_srcdir)/../../../../automake/lib.am
[4e36a2f]18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23$(LIB): $(OBJS)
24        $(make-library)
25
[445c0a0]26all-local: $(ARCH) $(LIB)
[4e36a2f]27
[7d751b6]28include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.