source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/Makefile.am @ 4107509

4.104.114.84.95
Last change on this file since 4107509 was d58c0ff, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/04 at 09:45:36

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

  • Makefile.am: Merge-in clock/.cvsignore, console/.cvsignore, irq/.cvsignore, network/.cvsignore, startup/.cvsignore, vectors/.cvsignore. Use automake compilation rules.
  • clock/.cvsignore, console/.cvsignore, irq/.cvsignore, network/.cvsignore, startup/.cvsignore, vectors/.cvsignore: Remove.
  • configure.ac: Reflect changes above.
  • wrapup/Makefile: Reflect changes above.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1##
2## $Id$
3##
4
5OBJS = ../pclock$(LIB_VARIANT).rel ../irq$(LIB_VARIANT).rel \
6    ../startup$(LIB_VARIANT).rel \
7    ../console$(LIB_VARIANT).rel ../vectors$(LIB_VARIANT).rel
8
9if HAS_NETWORKING
10OBJS += ../network$(LIB_VARIANT).rel
11endif
12
13# bummer; have to use $foreach since % pattern subst rules only replace 1x
14OBJS += ../../../../libcpu/powerpc/shared/cpuIdent$(LIB_VARIANT).rel \
15    ../../../../libcpu/powerpc/shared/cache$(LIB_VARIANT).rel \
16    ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel \
17    ../../../../libcpu/powerpc/mpc8260/clock$(LIB_VARIANT).rel \
18    ../../../../libcpu/powerpc/mpc8260/console-generic$(LIB_VARIANT).rel \
19    ../../../../libcpu/powerpc/mpc8260/cpm$(LIB_VARIANT).rel \
20    ../../../../libcpu/powerpc/mpc8260/mmu$(LIB_VARIANT).rel \
21    ../../../../libcpu/powerpc/mpc8260/timer$(LIB_VARIANT).rel \
22    ../../../../libcpu/powerpc/mpc8260/exceptions$(LIB_VARIANT).rel
23
24include $(top_srcdir)/../../../../automake/compile.am
25include $(top_srcdir)/../../../../automake/lib.am
26
27$(ARCH)/libbsp.a: $(OBJS)
28        $(make-library)
29
30noinst_DATA = $(ARCH)/libbsp.a
31
32include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.