2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/config.h: Remove.
	* Makefile.am: Remove src/config.h
	AM_CPPFLAGS += -I$(top_builddir).
This commit is contained in:
Ralf Corsepius
2003-11-20 07:29:52 +00:00
parent 42f22f84f1
commit 738a9ae8e7
6 changed files with 16 additions and 14 deletions

View File

@@ -1,3 +1,9 @@
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/config.h: Remove.
* Makefile.am: Remove src/config.h
AM_CPPFLAGS += -I$(top_builddir).
2003-09-04 Joel Sherrill <joel@OARcorp.com> 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/itron.h, include/itronsys/eventflags.h, * include/itron.h, include/itronsys/eventflags.h,

View File

@@ -24,7 +24,6 @@ if HAS_ITRON
## include ## include
noinst_HEADERS = noinst_HEADERS =
noinst_HEADERS += src/config.h
include_HEADERS = include/itron.h include_HEADERS = include/itron.h
@@ -131,7 +130,8 @@ C_FILES = $(TASK_C_FILES) $(TASKSYNC_C_FILES) $(SEMAPHORE_C_FILES) \
$(TIME_C_FILES) $(TIME_C_FILES)
OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT)) OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
AM_CPPFLAGS += -I$(srcdir)/src -D__RTEMS_INSIDE__ AM_CPPFLAGS += -I$(top_builddir)
AM_CPPFLAGS += -D__RTEMS_INSIDE__
all-local: $(PREINSTALL_FILES) ${ARCH} ${LIB} all-local: $(PREINSTALL_FILES) ${ARCH} ${LIB}

View File

@@ -1,5 +0,0 @@
/* HACK:
* Pull-in RTEMS global config-header cpuopts.h as local config.h
*/
#include <rtems/score/cpuopts.h>

View File

@@ -1,3 +1,9 @@
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/config.h: Remove.
* Makefile.am: Remove src/config.h
AM_CPPFLAGS += -I$(top_builddir).
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/cancelrun.c, src/pthreadexit.c, src/pthreadjoin.c, * src/cancelrun.c, src/pthreadexit.c, src/pthreadjoin.c,

View File

@@ -26,7 +26,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix
# include # include
noinst_HEADERS = include/devctl.h include/intr.h noinst_HEADERS = include/devctl.h include/intr.h
noinst_HEADERS += src/config.h
include_HEADERS = include/sched.h include/aio.h include/mqueue.h include/semaphore.h include_HEADERS = include/sched.h include/aio.h include/mqueue.h include/semaphore.h
@@ -168,7 +167,8 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
# Add local stuff here using += # Add local stuff here using +=
# #
AM_CPPFLAGS += -I$(srcdir)/src -D__RTEMS_INSIDE__ AM_CPPFLAGS += -I$(top_builddir)
AM_CPPFLAGS += -D__RTEMS_INSIDE__
all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB) all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB)

View File

@@ -1,5 +0,0 @@
/* HACK:
* Pull-in RTEMS global config-header cpuopts.h as local config.h
*/
#include <rtems/score/cpuopts.h>