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

4.104.114.84.95
Last change on this file since 0e2094d was 0e2094d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/04 at 14:45:26

2004-02-09 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Convert to automake-building rules.
  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[5edbffe]1##
2## $Id$
3##
4
[0e2094d]5include $(top_srcdir)/../../../../automake/compile.am
[d58c0ff]6
[0e2094d]7EXTRA_LIBRARIES = ../libbsp.a
8CLEANFILES = ../libbsp.a
9___libbsp_a_SOURCES =
10___libbsp_a_LIBADD = ../pclock$(LIB_VARIANT).rel ../irq$(LIB_VARIANT).rel \
11    ../startup$(LIB_VARIANT).rel ../console$(LIB_VARIANT).rel \
12    ../vectors$(LIB_VARIANT).rel
[5edbffe]13if HAS_NETWORKING
[0e2094d]14___libbsp_a_LIBADD += ../network$(LIB_VARIANT).rel
[5edbffe]15endif
[0e2094d]16___libbsp_a_LIBADD += \
17    ../../../../libcpu/powerpc/shared/cpuIdent$(LIB_VARIANT).rel \
[d58c0ff]18    ../../../../libcpu/powerpc/shared/cache$(LIB_VARIANT).rel \
[84b68f5f]19    ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel \
[283dd510]20    ../../../../libcpu/powerpc/mpc8260/clock$(LIB_VARIANT).rel \
21    ../../../../libcpu/powerpc/mpc8260/console-generic$(LIB_VARIANT).rel \
22    ../../../../libcpu/powerpc/mpc8260/cpm$(LIB_VARIANT).rel \
23    ../../../../libcpu/powerpc/mpc8260/mmu$(LIB_VARIANT).rel \
24    ../../../../libcpu/powerpc/mpc8260/timer$(LIB_VARIANT).rel \
25    ../../../../libcpu/powerpc/mpc8260/exceptions$(LIB_VARIANT).rel
[5edbffe]26
[0e2094d]27EXTRA_LIBRARIES += ../libbsp_g.a
28CLEANFILES += ../libbsp_g.a
29___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES)
30___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD)
[5edbffe]31
[0e2094d]32noinst_DATA = ../libbsp$(LIB_VARIANT).a
[5edbffe]33
[7b7b2e82]34include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.