summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-31 15:01:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-31 15:01:48 +0000
commit35fc54b18d13672a938677c7dcb3be0ea1662f12 (patch)
tree23078ca11e04d85db96bce391f8006b7bb59cff9 /cpukit/score
parent2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-35fc54b18d13672a938677c7dcb3be0ea1662f12.tar.bz2
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Build into libscore.a.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/ChangeLog4
-rw-r--r--cpukit/score/src/Makefile.am6
2 files changed, 9 insertions, 1 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * src/Makefile.am: Build into libscore.a.
+
2002-07-22 Joel Sherrill <joel@OARcorp.com>
* 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