forked from Imagelibrary/rtems
2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Add librtems.a.
This commit is contained in:
@@ -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>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
|
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
LIB = $(ARCH)/librtems.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,11 @@ 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)
|
EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user