[PATCH 2/3] PR766: Delete __RTEMS_INSIDE__
Sebastian Huber
sebastian.huber at embedded-brains.de
Tue Aug 6 14:11:30 UTC 2013
---
cpukit/libgnat/Makefile.am | 2 --
cpukit/posix/Makefile.am | 2 --
cpukit/rtems/Makefile.am | 2 --
cpukit/sapi/Makefile.am | 3 ---
cpukit/score/Makefile.am | 2 --
5 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/cpukit/libgnat/Makefile.am b/cpukit/libgnat/Makefile.am
index 4bfbca1..968e6f8 100644
--- a/cpukit/libgnat/Makefile.am
+++ b/cpukit/libgnat/Makefile.am
@@ -3,8 +3,6 @@ include $(top_srcdir)/automake/compile.am
EXTRA_DIST=
if LIBGNAT
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = libgnat.a
libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index 3947db7..1b83eee 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -3,8 +3,6 @@ include $(top_srcdir)/automake/compile.am
EXTRA_DIST =
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = libposix.a
libposix_a_CPPFLAGS = $(AM_CPPFLAGS)
libposix_a_SOURCES =
diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am
index 027cb04..c8fcfa6 100644
--- a/cpukit/rtems/Makefile.am
+++ b/cpukit/rtems/Makefile.am
@@ -1,8 +1,6 @@
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = librtems.a
librtems_a_CPPFLAGS = $(AM_CPPFLAGS)
diff --git a/cpukit/sapi/Makefile.am b/cpukit/sapi/Makefile.am
index 43f5de8..eaea591 100644
--- a/cpukit/sapi/Makefile.am
+++ b/cpukit/sapi/Makefile.am
@@ -20,9 +20,6 @@ include_rtems_HEADERS += include/rtems/timespec.h
EXTRA_DIST = include/rtems/README
-## src
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = libsapi.a
project_lib_LIBRARIES = libsapi.a
libsapi_a_SOURCES = src/debug.c src/extension.c src/extensioncreate.c \
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index 4f9164c..5aa3275 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -106,8 +106,6 @@ endif
## src
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = libscore.a
libscore_a_SOURCES =
libscore_a_CPPFLAGS = $(AM_CPPFLAGS)
--
1.7.7
More information about the devel
mailing list