2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* rtems/score/cpu.h: Removed.
	* Makefile.am: Reflect changes above.
This commit is contained in:
Joel Sherrill
2002-04-18 20:55:27 +00:00
parent cd35cf9fb3
commit c178d3497d
8 changed files with 22 additions and 2202 deletions
@@ -1,3 +1,8 @@
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Removed.
* Makefile.am: Reflect changes above.
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
@@ -10,7 +10,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = rtems/score/cpu.h
include_rtems_score_HEADERS =
S_FILES = cpu_asm.S
S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
@@ -26,9 +26,6 @@ include $(top_srcdir)/../../../../../../../automake/lib.am
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \
$(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%)
# FIXME: This should not be here.
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score/cpu.h
$(PROJECT_INCLUDE):
$(mkinstalldirs) $@
File diff suppressed because it is too large Load Diff
@@ -1,3 +1,8 @@
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Removed.
* Makefile.am: Reflect changes above.
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
@@ -12,7 +12,7 @@ C_FILES = cpu.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/ppc_offs.h
include_rtems_score_HEADERS = rtems/score/ppc_offs.h
# Assembly source names
S_FILES = cpu_asm.S
@@ -25,9 +25,6 @@ include $(top_srcdir)/../../../../../../../automake/lib.am
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \
$(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%)
# FIXME: This should not be here.
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score/cpu.h
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o
$(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
File diff suppressed because it is too large Load Diff
@@ -1,3 +1,8 @@
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Removed.
* Makefile.am: Reflect changes above.
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
@@ -1,3 +1,8 @@
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Removed.
* Makefile.am: Reflect changes above.
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.