Changeset 89b253c6 in rtems
- Timestamp:
- 02/06/04 17:24:21 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 37064d8
- Parents:
- 7820451
- 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 1 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Convert to automake-building rules. 4 1 5 2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am
r7820451 r89b253c6 3 3 ## 4 4 5 OBJS = ../startup$(LIB_VARIANT).rel ../clock$(LIB_VARIANT).rel \ 5 include $(top_srcdir)/../../../../automake/compile.am 6 7 EXTRA_LIBRARIES = ../libbsp.a 8 CLEANFILES = ../libbsp.a 9 ___libbsp_a_SOURCES = 10 ___libbsp_a_LIBADD = ../startup$(LIB_VARIANT).rel ../clock$(LIB_VARIANT).rel \ 6 11 ../console$(LIB_VARIANT).rel ../timer$(LIB_VARIANT).rel \ 7 12 ../tod$(LIB_VARIANT).rel ../nvram$(LIB_VARIANT).rel \ … … 9 14 ../vectors$(LIB_VARIANT).rel 10 15 if HAS_NETWORKING 11 OBJS+= ../network$(LIB_VARIANT).rel16 ___libbsp_a_LIBADD += ../network$(LIB_VARIANT).rel 12 17 endif 18 ___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel 13 19 14 OBJS += ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel 20 EXTRA_LIBRARIES += ../libbsp_g.a 21 CLEANFILES += ../libbsp_g.a 22 ___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES) 23 ___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD) 15 24 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 25 noinst_DATA = ../libbsp$(LIB_VARIANT).a 23 26 24 27 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.