source: rtems/c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am @ 7984a69

4.104.114.84.95
Last change on this file since 7984a69 was 7984a69, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 07:37:53

2004-01-21 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add PREINSTALL_DIRS.
  • wrapup/Makefile.am: Reflect changes to libcpu.
  • Property mode set to 100644
File size: 599 bytes
Line 
1##
2## $Id$
3##
4## build and install libbsp
5##
6
7BSP_PIECES = startup console clock timer
8
9# FIXME: This is missing.
10# BSP_PIECES = ramdisk
11
12# bummer; have to use $foreach since % pattern subst rules only replace 1x
13OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
14    ../../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score$(LIB_VARIANT).rel
15
16include $(top_srcdir)/../../../../automake/compile.am
17include $(top_srcdir)/../../../../automake/lib.am
18
19$(ARCH)/libbsp.a: $(OBJS)
20        $(make-library)
21
22noinst_DATA = $(ARCH)/libbsp.a
23
24include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.