source: rtems/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am @ 6777b24

4.104.114.84.95
Last change on this file since 6777b24 was 6777b24, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 14:38:28

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

  • Makefile.am: Add preinstallation dirstamp support.
  • PCI_bus/Makefile.am: Cosmetics.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • tod/Makefile.am: Cosmetics.
  • vectors/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 601 bytes
Line 
1##
2## $Id$
3##
4
5BSP_PIECES = startup clock console timer tod vectors PCI_bus
6# pieces to pick up out of libcpu/$(RTEMS_CPU)
7
8# bummer; have to use $foreach since % pattern subst rules only replace 1x
9OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard \
10    ../$(piece)/$(ARCH)/*.$(OBJEXT))) ../@exceptions@/$(ARCH)/*.rel
11LIB = $(ARCH)/libbsp.a
12
13include $(top_srcdir)/../../../../automake/compile.am
14include $(top_srcdir)/../../../../automake/lib.am
15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
20$(LIB): $(OBJS)
21        $(make-library)
22
23all-local: $(LIB)
24
25include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.