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

4.104.114.84.95
Last change on this file since a2ae30c2 was 88a67b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:54:29

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 661 bytes
Line 
1##
2## $Id$
3##
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)/*.$(OBJEXT))) \
9    $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/memcpy.$(OBJEXT))
10LIB = $(ARCH)/libbsp.a
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
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: $(ARCH) $(LIB)
24
25include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.