forked from Imagelibrary/rtems
PR766: Delete __RTEMS_INSIDE__
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 =
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -106,8 +106,6 @@ endif
|
||||
|
||||
## src
|
||||
|
||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||
|
||||
noinst_LIBRARIES = libscore.a
|
||||
libscore_a_SOURCES =
|
||||
libscore_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user