From 35fc54b18d13672a938677c7dcb3be0ea1662f12 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 31 Jul 2002 15:01:48 +0000 Subject: 2002-07-31 Ralf Corsepius * src/Makefile.am: Build into libscore.a. --- cpukit/score/ChangeLog | 4 ++++ cpukit/score/src/Makefile.am | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'cpukit/score') diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index bddee10c19..50c7be955c 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,3 +1,7 @@ +2002-07-31 Ralf Corsepius + + * src/Makefile.am: Build into libscore.a. + 2002-07-22 Joel Sherrill * include/rtems/score/apimutex.h (_API_Mutex_Lock): Per PR253 diff --git a/cpukit/score/src/Makefile.am b/cpukit/score/src/Makefile.am index d10888d5b7..908bd4c8d9 100644 --- a/cpukit/score/src/Makefile.am +++ b/cpukit/score/src/Makefile.am @@ -2,6 +2,7 @@ ## $Id$ ## +LIB=$(ARCH)/libscore.a include $(top_srcdir)/automake/multilib.am include $(top_srcdir)/automake/compile.am @@ -72,7 +73,10 @@ OBJS = $(C_O_FILES) AM_CPPFLAGS += -D__RTEMS_INSIDE__ -all-local: ${ARCH} ${OBJS} +all-local: ${ARCH} $(LIB) + +$(LIB): ${OBJS} + $(make-library) EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES) Unlimited.txt -- cgit v1.2.3