2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/Makefile.am: Build into libscore.a.
This commit is contained in:
Ralf Corsepius
2002-07-31 15:01:48 +00:00
parent 532fad2825
commit 35fc54b18d
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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