2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/Makefile.am: Add librtems.a.
This commit is contained in:
Ralf Corsepius
2002-08-01 12:00:31 +00:00
parent 48dad29704
commit d66ca675cf
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Add librtems.a.
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -2,6 +2,7 @@
## $Id$
##
LIB = $(ARCH)/librtems.a
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
@@ -72,7 +73,11 @@ 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)