forked from Imagelibrary/rtems
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Build into libscore.a.
This commit is contained in:
@@ -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>
|
2002-07-22 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/rtems/score/apimutex.h (_API_Mutex_Lock): Per PR253
|
* include/rtems/score/apimutex.h (_API_Mutex_Lock): Per PR253
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
LIB=$(ARCH)/libscore.a
|
||||||
|
|
||||||
include $(top_srcdir)/automake/multilib.am
|
include $(top_srcdir)/automake/multilib.am
|
||||||
include $(top_srcdir)/automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
@@ -72,7 +73,10 @@ OBJS = $(C_O_FILES)
|
|||||||
|
|
||||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
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
|
EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES) Unlimited.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user