source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am @ 65e6a0f5

4.104.114.84.95
Last change on this file since 65e6a0f5 was 65e6a0f5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/30/04 at 23:56:57

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

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