Changeset 89b253c6 in rtems


Ignore:
Timestamp:
02/06/04 17:24:21 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
37064d8
Parents:
7820451
Message:

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

  • wrapup/Makefile.am: Convert to automake-building rules.
Location:
c/src/lib/libbsp/powerpc/ppcn_60x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog

    r7820451 r89b253c6  
     12004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * wrapup/Makefile.am: Convert to automake-building rules.
     4
    152004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am

    r7820451 r89b253c6  
    33##
    44
    5 OBJS = ../startup$(LIB_VARIANT).rel ../clock$(LIB_VARIANT).rel \
     5include $(top_srcdir)/../../../../automake/compile.am
     6
     7EXTRA_LIBRARIES = ../libbsp.a
     8CLEANFILES = ../libbsp.a
     9___libbsp_a_SOURCES =
     10___libbsp_a_LIBADD = ../startup$(LIB_VARIANT).rel ../clock$(LIB_VARIANT).rel \
    611    ../console$(LIB_VARIANT).rel ../timer$(LIB_VARIANT).rel \
    712    ../tod$(LIB_VARIANT).rel ../nvram$(LIB_VARIANT).rel \
     
    914    ../vectors$(LIB_VARIANT).rel
    1015if HAS_NETWORKING
    11 OBJS += ../network$(LIB_VARIANT).rel
     16___libbsp_a_LIBADD += ../network$(LIB_VARIANT).rel
    1217endif
     18___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel
    1319
    14 OBJS += ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel
     20EXTRA_LIBRARIES += ../libbsp_g.a
     21CLEANFILES += ../libbsp_g.a
     22___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES)
     23___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD)
    1524
    16 include $(top_srcdir)/../../../../automake/compile.am
    17 include $(top_srcdir)/../../../../automake/lib.am
    18 
    19 $(ARCH)/libbsp.a: $(OBJS)
    20         $(make-library)
    21 
    22 noinst_DATA = $(ARCH)/libbsp.a
     25noinst_DATA = ../libbsp$(LIB_VARIANT).a
    2326
    2427include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.