mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to RTEMS_BSP. * src/Makefile.am: Add libitron.a.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove references to RTEMS_BSP.
|
||||
* src/Makefile.am: Add libitron.a.
|
||||
|
||||
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
|
||||
@@ -26,7 +26,7 @@ RTEMS_PROJECT_ROOT
|
||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||
RTEMS_CANONICALIZE_TOOLS
|
||||
|
||||
RTEMS_CHECK_ITRON_API(RTEMS_BSP)
|
||||
RTEMS_CHECK_ITRON_API
|
||||
|
||||
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
|
||||
if test "$RTEMS_USE_MACROS" = "yes"; then
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
LIB=$(ARCH)/libitron.a
|
||||
|
||||
INCLUDES = -I.
|
||||
|
||||
@@ -52,7 +53,10 @@ include $(top_srcdir)/../automake/lib.am
|
||||
|
||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||
|
||||
all-local: ${ARCH} ${OBJS}
|
||||
all-local: ${ARCH} ${LIB}
|
||||
|
||||
$(LIB): ${OBJS}
|
||||
$(make-library)
|
||||
|
||||
UNUSED_C_FILES = cre_mbx.c del_mbx.c mboxtranslatereturncode.c network.c \
|
||||
prcv_mbx.c rcv_mbx.c ref_mbx.c snd_mbx.c sysmgmt.c trcv_mbx.c
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove references to RTEMS_BSP.
|
||||
* src/Makefile.am: Add libitron.a.
|
||||
|
||||
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
|
||||
@@ -26,7 +26,7 @@ RTEMS_PROJECT_ROOT
|
||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||
RTEMS_CANONICALIZE_TOOLS
|
||||
|
||||
RTEMS_CHECK_ITRON_API(RTEMS_BSP)
|
||||
RTEMS_CHECK_ITRON_API
|
||||
|
||||
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
|
||||
if test "$RTEMS_USE_MACROS" = "yes"; then
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
LIB=$(ARCH)/libitron.a
|
||||
|
||||
INCLUDES = -I.
|
||||
|
||||
@@ -52,7 +53,10 @@ include $(top_srcdir)/../automake/lib.am
|
||||
|
||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||
|
||||
all-local: ${ARCH} ${OBJS}
|
||||
all-local: ${ARCH} ${LIB}
|
||||
|
||||
$(LIB): ${OBJS}
|
||||
$(make-library)
|
||||
|
||||
UNUSED_C_FILES = cre_mbx.c del_mbx.c mboxtranslatereturncode.c network.c \
|
||||
prcv_mbx.c rcv_mbx.c ref_mbx.c snd_mbx.c sysmgmt.c trcv_mbx.c
|
||||
|
||||
Reference in New Issue
Block a user