source: rtems/c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.am @ 14b7d360

4.104.114.84.95
Last change on this file since 14b7d360 was 4d5d97b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/03 at 12:37:33

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

  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • wrapup/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 574 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5BSP_PIECES = startup clock console timer
6
7# bummer; have to use $foreach since % pattern subst rules only replace 1x
[4d5d97b]8OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
9    $(wildcard \
[d4ee0ce]10    ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT))
[4e36a2f]11LIB = $(ARCH)/libbsp.a
12
[a4aeb92]13include $(top_srcdir)/../../../../automake/compile.am
14include $(top_srcdir)/../../../../automake/lib.am
[4e36a2f]15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
20$(LIB): $(OBJS)
21        $(make-library)
22
[5ceaa08]23all-local: $(LIB)
[4e36a2f]24
[a4aeb92]25include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.