mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-18 05:18:54 +00:00
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
|
||||||
|
|
||||||
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: RTEMS_TOP(../..).
|
* configure.ac: RTEMS_TOP(../..).
|
||||||
|
|||||||
@@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
LIB=$(ARCH)/libitron.a
|
LIB=$(ARCH)/libitron.a
|
||||||
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
TASK_C_FILES = task.c cre_tsk.c del_tsk.c sta_tsk.c ext_tsk.c exd_tsk.c \
|
TASK_C_FILES = task.c cre_tsk.c del_tsk.c sta_tsk.c ext_tsk.c exd_tsk.c \
|
||||||
ter_tsk.c dis_dsp.c ena_dsp.c chg_pri.c rot_rdq.c rel_wai.c get_tid.c \
|
ter_tsk.c dis_dsp.c ena_dsp.c chg_pri.c rot_rdq.c rel_wai.c get_tid.c \
|
||||||
ref_tsk.c
|
ref_tsk.c
|
||||||
@@ -51,7 +49,7 @@ include $(top_srcdir)/../automake/multilib.am
|
|||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
include $(top_srcdir)/../automake/lib.am
|
include $(top_srcdir)/../automake/lib.am
|
||||||
|
|
||||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
AM_CPPFLAGS += -I. -D__RTEMS_INSIDE__
|
||||||
|
|
||||||
all-local: ${ARCH} ${LIB}
|
all-local: ${ARCH} ${LIB}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
|
||||||
|
|
||||||
2002-07-05 Joel Sherrill <joel@OARcorp.com>
|
2002-07-05 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/rtems/posix/cancel.h, src/cancel.c, src/cancelrun.c,
|
* include/rtems/posix/cancel.h, src/cancel.c, src/cancelrun.c,
|
||||||
|
|||||||
@@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
LIB=$(ARCH)/libposix.a
|
LIB=$(ARCH)/libposix.a
|
||||||
|
|
||||||
INCLUDES = -I.
|
|
||||||
|
|
||||||
# following are semi-implemented and untested
|
# following are semi-implemented and untested
|
||||||
UNUSED_C_FILES = devctl.c intr.c
|
UNUSED_C_FILES = devctl.c intr.c
|
||||||
|
|
||||||
@@ -95,7 +93,7 @@ include $(top_srcdir)/../automake/lib.am
|
|||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
AM_CPPFLAGS += -I. -D__RTEMS_INSIDE__
|
||||||
|
|
||||||
all-local: ${ARCH} $(LIB)
|
all-local: ${ARCH} $(LIB)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user