source: rtems/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am @ 9fce0fd

4.104.114.84.95
Last change on this file since 9fce0fd was 9fce0fd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 15:09:49

2004-01-21 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add PREINSTALL_DIRS.
  • wrapup/Makefile.am: Reflect changes to libcpu.
  • Property mode set to 100644
File size: 642 bytes
Line 
1##
2## $Id$
3##
4
5# We only build the network device driver if HAS_NETWORK was defined
6if HAS_NETWORKING
7NETWORK = network
8endif
9
10BSP_PIECES = startup clock console timer tod $(NETWORK) nvram universe pci \
11    vectors
12
13# bummer; have to use $foreach since % pattern subst rules only replace 1x
14OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
15    ../@exceptions@/$(ARCH)/rtems-cpu.rel
16
17include $(top_srcdir)/../../../../automake/compile.am
18include $(top_srcdir)/../../../../automake/lib.am
19
20$(ARCH)/libbsp.a: $(OBJS)
21        $(make-library)
22
23noinst_DATA = $(ARCH)/libbsp.a
24
25include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.