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

4.104.114.84.95
Last change on this file since e6594ae was f4d702d7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/05/03 at 04:47:51

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

  • console/Makefile.am: Remove all: $(ARCH).
  • irq/Makefile.am: Remove all: $(ARCH).
  • startup/Makefile.am: Remove all: $(ARCH).
  • wrapup/Makefile.am: Remove all: $(ARCH).
  • Property mode set to 100644
File size: 512 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: $(OBJS) $(LIB) $(TMPINSTALL_FILES)
22
23include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.