source: rtems/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am @ 0a0fdc6

4.104.114.84.95
Last change on this file since 0a0fdc6 was e1f6878, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 14:37:30

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

  • Makefile.am: Add preinstallation dirstamp support.
  • dlentry/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 738 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 \
11    ../$(piece)/$(ARCH)/*.$(OBJEXT))) ../@exceptions@/$(ARCH)/rtems-cpu.rel \
12    $(foreach piece, $(CPU_PIECES), \
13    ../../../../libcpu/$(RTEMS_CPU)/ppc403/$(piece)/$(ARCH)/$(piece).rel)
14
15LIB = $(ARCH)/libbsp.a
16
17include $(top_srcdir)/../../../../automake/compile.am
18include $(top_srcdir)/../../../../automake/lib.am
19
20#
21# (OPTIONAL) Add local stuff here using +=
22#
23
24$(LIB): $(OBJS)
25        $(make-library)
26
27all-local: $(LIB)
28
29include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.