forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* include/itron.h, include/itronsys/eventflags.h,
|
||||
|
||||
@@ -24,7 +24,6 @@ if HAS_ITRON
|
||||
## include
|
||||
|
||||
noinst_HEADERS =
|
||||
noinst_HEADERS += src/config.h
|
||||
|
||||
include_HEADERS = include/itron.h
|
||||
|
||||
@@ -131,7 +130,8 @@ C_FILES = $(TASK_C_FILES) $(TASKSYNC_C_FILES) $(SEMAPHORE_C_FILES) \
|
||||
$(TIME_C_FILES)
|
||||
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}
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* HACK:
|
||||
* Pull-in RTEMS global config-header cpuopts.h as local config.h
|
||||
*/
|
||||
|
||||
#include <rtems/score/cpuopts.h>
|
||||
@@ -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>
|
||||
|
||||
* src/cancelrun.c, src/pthreadexit.c, src/pthreadjoin.c,
|
||||
|
||||
@@ -26,7 +26,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix
|
||||
# include
|
||||
|
||||
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
|
||||
|
||||
@@ -168,7 +167,8 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
|
||||
# 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)
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* HACK:
|
||||
* Pull-in RTEMS global config-header cpuopts.h as local config.h
|
||||
*/
|
||||
|
||||
#include <rtems/score/cpuopts.h>
|
||||
Reference in New Issue
Block a user