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

4.104.114.84.95
Last change on this file since 15d7f766 was d4ee0ce, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 07:34:16

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 586 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 \
9    ../$(piece)/$(ARCH)/*.$(OBJEXT))) $(wildcard \
10    ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT))
11LIB = $(ARCH)/libbsp.a
12
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: $(LIB)
24
25include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.