From 05b37c50d05f20733f66c5acfe6034995bd2b761 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Jan 2005 02:32:38 +0000 Subject: 2005-01-28 Ralf Corsepius * itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am: Remove AM_CPPFLAGS += -I$(top_builddir). --- cpukit/itron/Makefile.am | 1 - cpukit/libblock/Makefile.am | 2 -- cpukit/libcsupport/Makefile.am | 2 -- cpukit/libfs/Makefile.am | 2 -- cpukit/libmisc/Makefile.am | 2 -- cpukit/posix/Makefile.am | 1 - cpukit/rtems/Makefile.am | 1 - cpukit/sapi/Makefile.am | 1 - 8 files changed, 12 deletions(-) (limited to 'cpukit') diff --git a/cpukit/itron/Makefile.am b/cpukit/itron/Makefile.am index b978e3fdf9..3618cc6907 100644 --- a/cpukit/itron/Makefile.am +++ b/cpukit/itron/Makefile.am @@ -103,7 +103,6 @@ C_FILES = $(TASK_C_FILES) $(TASKSYNC_C_FILES) $(SEMAPHORE_C_FILES) \ $(VARIABLE_MEMORY_POOL_C_FILES) $(FIXED_MEMORY_POOL_C_FILES) \ $(TIME_C_FILES) -AM_CPPFLAGS += -I$(top_builddir) AM_CPPFLAGS += -D__RTEMS_INSIDE__ noinst_LIBRARIES = libitron.a diff --git a/cpukit/libblock/Makefile.am b/cpukit/libblock/Makefile.am index b080348da1..cab60ca68a 100644 --- a/cpukit/libblock/Makefile.am +++ b/cpukit/libblock/Makefile.am @@ -5,8 +5,6 @@ include $(top_srcdir)/automake/multilib.am include $(top_srcdir)/automake/compile.am -AM_CPPFLAGS += -I$(top_builddir) - CLEANFILES = if !UNIX diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index 31a8007eb7..875aee7385 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -5,8 +5,6 @@ include $(top_srcdir)/automake/multilib.am include $(top_srcdir)/automake/compile.am -AM_CPPFLAGS += -I$(top_builddir) - noinst_LIBRARIES = libcsupport.a libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS) diff --git a/cpukit/libfs/Makefile.am b/cpukit/libfs/Makefile.am index dd9363c878..0935d89d5f 100644 --- a/cpukit/libfs/Makefile.am +++ b/cpukit/libfs/Makefile.am @@ -5,8 +5,6 @@ include $(top_srcdir)/automake/multilib.am include $(top_srcdir)/automake/compile.am -AM_CPPFLAGS += -I$(top_builddir) - EXTRA_DIST = README include_rtemsdir = $(includedir)/rtems diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am index b57de74a10..1aa266047e 100644 --- a/cpukit/libmisc/Makefile.am +++ b/cpukit/libmisc/Makefile.am @@ -6,8 +6,6 @@ include $(top_srcdir)/automake/compile.am EXTRA_DIST = README -AM_CPPFLAGS += -I$(top_builddir) - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = noinst_LIBRARIES = diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am index 88b51bfff7..f7fb44c3d2 100644 --- a/cpukit/posix/Makefile.am +++ b/cpukit/posix/Makefile.am @@ -147,7 +147,6 @@ C_FILES = src/adasupp.c $(CANCEL_C_FILES) $(CONDITION_VARIABLE_C_FILES) \ $(SEMAPHORE_C_FILES) src/sysconf.c $(TIME_C_FILES) $(TIMER_C_FILES) \ src/types.c $(ENOSYS_C_FILES) $(BUILD_FOR_NOW_C_FILES) -AM_CPPFLAGS += -I$(top_builddir) AM_CPPFLAGS += -D__RTEMS_INSIDE__ noinst_LIBRARIES = libposix.a diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am index 0e923c8a58..2728935ed1 100644 --- a/cpukit/rtems/Makefile.am +++ b/cpukit/rtems/Makefile.am @@ -5,7 +5,6 @@ include $(top_srcdir)/automake/multilib.am include $(top_srcdir)/automake/compile.am -AM_CPPFLAGS += -I$(top_builddir) AM_CPPFLAGS += -D__RTEMS_INSIDE__ noinst_LIBRARIES = librtems.a diff --git a/cpukit/sapi/Makefile.am b/cpukit/sapi/Makefile.am index 9dde51736f..da5190b043 100644 --- a/cpukit/sapi/Makefile.am +++ b/cpukit/sapi/Makefile.am @@ -21,7 +21,6 @@ include_rtems_HEADERS += macros/rtems/extension.inl endif ## src -AM_CPPFLAGS += -I$(top_builddir) AM_CPPFLAGS += -D__RTEMS_INSIDE__ noinst_LIBRARIES = libsapi.a -- cgit v1.2.3