source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am @ 71cbb66

4.104.114.84.95
Last change on this file since 71cbb66 was 71cbb66, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/03/05 at 04:16:13

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am, wrapup/Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 838 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/../../../../automake/compile.am
6
7noinst_LIBRARIES = ../libbsp.a
8CLEANFILES = ../libbsp.a
9___libbsp_a_SOURCES =
10
11___libbsp_a_LIBADD = ../pclock.rel ../irq.rel ../ide.rel ../startup.rel \
12    ../console.rel ../vectors.rel
13if HAS_NETWORKING
14___libbsp_a_LIBADD += ../network.rel
15endif
16
17___libbsp_a_LIBADD += ../../../../libcpu/powerpc/shared/cpuIdent.rel \
18    ../../../../libcpu/powerpc/shared/cache.rel \
19    ../@exceptions@/rtems-cpu.rel \
20    ../../../../libcpu/powerpc/mpc8xx/clock.rel \
21    ../../../../libcpu/powerpc/mpc8xx/console-generic.rel \
22    ../../../../libcpu/powerpc/mpc8xx/cpm.rel \
23    ../../../../libcpu/powerpc/mpc8xx/mmu.rel \
24    ../../../../libcpu/powerpc/mpc8xx/timer.rel \
25    ../../../../libcpu/powerpc/mpc8xx/exceptions.rel
26
27include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.