source: rtems/c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.am @ 445c0a0

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

2002-07-04 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
  • Property mode set to 100644
File size: 566 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
8OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o))
9LIB = $(ARCH)/libbsp.a
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[476b632]12include $(top_srcdir)/../../../../../../automake/compile.am
[4e36a2f]13include $(top_srcdir)/../../../../../../automake/lib.am
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19$(LIB): $(OBJS)
20        $(make-library)
21
[445c0a0]22all-local: $(ARCH) $(LIB)
[4e36a2f]23
24include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.