source: rtems/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am @ 11a4a3b2

4.104.114.84.95
Last change on this file since 11a4a3b2 was 11a4a3b2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/03 at 14:52:00

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

  • startup/Makefile.am: Misc cleanups and fixes.
  • startup/linkcmds: Preparations to gcc-3.3.x.
  • wrapup/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 720 bytes
RevLine 
[57ed393]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
[11a4a3b2]10OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
11    ../@exceptions@/$(ARCH)/rtems-cpu.rel $(foreach piece, $(CPU_PIECES), \
[e1f6878]12    ../../../../libcpu/$(RTEMS_CPU)/ppc403/$(piece)/$(ARCH)/$(piece).rel)
[57ed393]13
14LIB = $(ARCH)/libbsp.a
15
[bc92457]16include $(top_srcdir)/../../../../automake/compile.am
17include $(top_srcdir)/../../../../automake/lib.am
[57ed393]18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23$(LIB): $(OBJS)
24        $(make-library)
25
[4a679419]26all-local: $(LIB)
[57ed393]27
[bc92457]28include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.