Changeset 7820451 in rtems
- Timestamp:
- 02/06/04 17:10:56 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 89b253c6
- Parents:
- f3d07e5
- Location:
- c/src/lib/libbsp/powerpc/mbx8xx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
rf3d07e5 r7820451 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/mbx8xx/wrapup/Makefile.am
rf3d07e5 r7820451 3 3 ## 4 4 5 OBJS = ../pclock$(LIB_VARIANT).rel ../irq$(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 11 ___libbsp_a_LIBADD = ../pclock$(LIB_VARIANT).rel ../irq$(LIB_VARIANT).rel \ 6 12 ../ide$(LIB_VARIANT).rel ../startup$(LIB_VARIANT).rel \ 7 13 ../console$(LIB_VARIANT).rel ../vectors$(LIB_VARIANT).rel 8 14 if HAS_NETWORKING 9 OBJS+= ../network$(LIB_VARIANT).rel15 ___libbsp_a_LIBADD += ../network$(LIB_VARIANT).rel 10 16 endif 11 17 12 OBJS += ../../../../libcpu/powerpc/shared/cpuIdent$(LIB_VARIANT).rel \ 18 ___libbsp_a_LIBADD += \ 19 ../../../../libcpu/powerpc/shared/cpuIdent$(LIB_VARIANT).rel \ 13 20 ../../../../libcpu/powerpc/shared/cache$(LIB_VARIANT).rel \ 14 21 ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel \ … … 20 27 ../../../../libcpu/powerpc/mpc8xx/exceptions$(LIB_VARIANT).rel 21 28 22 include $(top_srcdir)/../../../../automake/compile.am 23 include $(top_srcdir)/../../../../automake/lib.am 29 EXTRA_LIBRARIES += ../libbsp_g.a 30 CLEANFILES += ../libbsp_g.a 31 ___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES) 32 ___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD) 24 33 25 $(ARCH)/libbsp.a: $(OBJS) 26 $(make-library) 27 28 noinst_DATA = $(ARCH)/libbsp.a 34 noinst_DATA = ../libbsp$(LIB_VARIANT).a 29 35 30 36 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.