source: rtems/c/src/lib/libbsp/arm/arm_bare_bsp/wrapup/Makefile.am @ f1c62bb

4.104.114.84.95
Last change on this file since f1c62bb was ad5c7fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 12:08:14

2002-12-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 538 bytes
Line 
1##
2## $Id$
3##
4
5BSP_PIECES = clock console startup timer irq
6
7# bummer; have to use $foreach since % pattern subst rules only replace 1x
8OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
9LIB = $(ARCH)/libbsp.a
10
11include $(top_srcdir)/../../../../../../automake/compile.am
12include $(top_srcdir)/../../../../../../automake/lib.am
13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
18$(LIB): $(OBJS)
19        $(make-library)
20
21all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
22
23include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.