From c3a79faaf23b5680623f513da31e3243408f9c05 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 Jan 2002 14:13:31 +0000 Subject: 2002-01-23 Ralf Corsepius * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. --- c/src/exec/score/cpu/sh/ChangeLog | 6 +++++ c/src/exec/score/cpu/sh/configure.ac | 4 +--- c/src/exec/score/cpu/sh/rtems/Makefile.am | 10 --------- c/src/exec/score/cpu/sh/rtems/score/Makefile.am | 26 ---------------------- c/src/exec/score/cpu/sparc/ChangeLog | 6 +++++ c/src/exec/score/cpu/sparc/configure.ac | 4 +--- c/src/exec/score/cpu/sparc/rtems/Makefile.am | 10 --------- c/src/exec/score/cpu/sparc/rtems/score/Makefile.am | 26 ---------------------- 8 files changed, 14 insertions(+), 78 deletions(-) delete mode 100644 c/src/exec/score/cpu/sh/rtems/Makefile.am delete mode 100644 c/src/exec/score/cpu/sh/rtems/score/Makefile.am delete mode 100644 c/src/exec/score/cpu/sparc/rtems/Makefile.am delete mode 100644 c/src/exec/score/cpu/sparc/rtems/score/Makefile.am (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/cpu/sh/ChangeLog b/c/src/exec/score/cpu/sh/ChangeLog index d6518549f9..5960301a81 100644 --- a/c/src/exec/score/cpu/sh/ChangeLog +++ b/c/src/exec/score/cpu/sh/ChangeLog @@ -1,3 +1,9 @@ +2002-01-23 Ralf Corsepius + + * rtems/Makefile.am: Removed. + * rtems/score/Makefile.am: Removed. + * configure.ac: Reflect changes above. + 2001-12-19 Ralf Corsepius * Makefile.am: Add multilib support. diff --git a/c/src/exec/score/cpu/sh/configure.ac b/c/src/exec/score/cpu/sh/configure.ac index e5d8a307ee..46575c5821 100644 --- a/c/src/exec/score/cpu/sh/configure.ac +++ b/c/src/exec/score/cpu/sh/configure.ac @@ -26,7 +26,5 @@ RTEMS_CANONICALIZE_TOOLS RTEMS_CHECK_NEWLIB # Explicitly list all Makefiles here -AC_CONFIG_FILES([Makefile -rtems/Makefile -rtems/score/Makefile]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT diff --git a/c/src/exec/score/cpu/sh/rtems/Makefile.am b/c/src/exec/score/cpu/sh/rtems/Makefile.am deleted file mode 100644 index ef7df82af7..0000000000 --- a/c/src/exec/score/cpu/sh/rtems/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -## -## $Id$ -## - -AUTOMAKE_OPTIONS = foreign 1.4 - -SUBDIRS = score - -include $(top_srcdir)/../../../../../../automake/subdirs.am -include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/sh/rtems/score/Makefile.am b/c/src/exec/score/cpu/sh/rtems/score/Makefile.am deleted file mode 100644 index 5083ce29a1..0000000000 --- a/c/src/exec/score/cpu/sh/rtems/score/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## -## $Id$ -## - -AUTOMAKE_OPTIONS = foreign 1.4 - -include_rtems_scoredir = $(includedir)/rtems/score - -include_rtems_score_HEADERS = cpu.h shtypes.h sh.h sh_io.h - -# -# (OPTIONAL) Add local stuff here using += -# - -PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ - $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) - -$(PROJECT_INCLUDE)/rtems/score: - $(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/rtems/score/%.h: %.h - $(INSTALL_DATA) $< $@ - -all-local: $(PREINSTALL_FILES) - -include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/sparc/ChangeLog b/c/src/exec/score/cpu/sparc/ChangeLog index 66010258c7..8a5f0f2095 100644 --- a/c/src/exec/score/cpu/sparc/ChangeLog +++ b/c/src/exec/score/cpu/sparc/ChangeLog @@ -1,3 +1,9 @@ +2002-01-23 Ralf Corsepius + + * rtems/Makefile.am: Removed. + * rtems/score/Makefile.am: Removed. + * configure.ac: Reflect changes above. + 2001-12-19 Ralf Corsepius * Makefile.am: Add multilib support. diff --git a/c/src/exec/score/cpu/sparc/configure.ac b/c/src/exec/score/cpu/sparc/configure.ac index b3898a6879..353fa1b05c 100644 --- a/c/src/exec/score/cpu/sparc/configure.ac +++ b/c/src/exec/score/cpu/sparc/configure.ac @@ -26,7 +26,5 @@ RTEMS_CANONICALIZE_TOOLS RTEMS_CHECK_NEWLIB # Explicitly list all Makefiles here -AC_CONFIG_FILES([Makefile -rtems/Makefile -rtems/score/Makefile]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT diff --git a/c/src/exec/score/cpu/sparc/rtems/Makefile.am b/c/src/exec/score/cpu/sparc/rtems/Makefile.am deleted file mode 100644 index ef7df82af7..0000000000 --- a/c/src/exec/score/cpu/sparc/rtems/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -## -## $Id$ -## - -AUTOMAKE_OPTIONS = foreign 1.4 - -SUBDIRS = score - -include $(top_srcdir)/../../../../../../automake/subdirs.am -include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/sparc/rtems/score/Makefile.am b/c/src/exec/score/cpu/sparc/rtems/score/Makefile.am deleted file mode 100644 index ddd1d73b43..0000000000 --- a/c/src/exec/score/cpu/sparc/rtems/score/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## -## $Id$ -## - -AUTOMAKE_OPTIONS = foreign 1.4 - -include_rtems_scoredir = $(includedir)/rtems/score - -include_rtems_score_HEADERS = cpu.h sparc.h sparctypes.h - -# -# (OPTIONAL) Add local stuff here using += -# - -PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ - $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) - -$(PROJECT_INCLUDE)/rtems/score: - $(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/rtems/score/%.h: %.h - $(INSTALL_DATA) $< $@ - -all-local: $(PREINSTALL_FILES) - -include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3