From 59bcc90fee23a9d2794d06d8ae4d3fc9f733dea3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 Jan 2002 14:13:40 +0000 Subject: 2002-01-23 Ralf Corsepius * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. AC_CONFIG_SRCDIR(asm.h). --- c/src/exec/score/cpu/powerpc/ChangeLog | 7 ++++++ c/src/exec/score/cpu/powerpc/configure.ac | 6 ++---- c/src/exec/score/cpu/powerpc/rtems/Makefile.am | 10 --------- .../exec/score/cpu/powerpc/rtems/score/Makefile.am | 25 ---------------------- 4 files changed, 9 insertions(+), 39 deletions(-) delete mode 100644 c/src/exec/score/cpu/powerpc/rtems/Makefile.am delete mode 100644 c/src/exec/score/cpu/powerpc/rtems/score/Makefile.am (limited to 'c/src/exec/score/cpu/powerpc') diff --git a/c/src/exec/score/cpu/powerpc/ChangeLog b/c/src/exec/score/cpu/powerpc/ChangeLog index 0e7d162091..e5854db6e9 100644 --- a/c/src/exec/score/cpu/powerpc/ChangeLog +++ b/c/src/exec/score/cpu/powerpc/ChangeLog @@ -1,3 +1,10 @@ +2002-01-23 Ralf Corsepius + + * rtems/Makefile.am: Removed. + * rtems/score/Makefile.am: Removed. + * configure.ac: Reflect changes above. + AC_CONFIG_SRCDIR(asm.h). + 2002-01-21 Ralf Corsepius * rtems/Makefile.am: New. diff --git a/c/src/exec/score/cpu/powerpc/configure.ac b/c/src/exec/score/cpu/powerpc/configure.ac index ac055639bf..59199938b6 100644 --- a/c/src/exec/score/cpu/powerpc/configure.ac +++ b/c/src/exec/score/cpu/powerpc/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.52) AC_INIT -AC_CONFIG_SRCDIR([shared]) +AC_CONFIG_SRCDIR([asm.h]) RTEMS_TOP(../../../../../..) AC_CONFIG_AUX_DIR(../../../../../..) @@ -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/powerpc/rtems/Makefile.am b/c/src/exec/score/cpu/powerpc/rtems/Makefile.am deleted file mode 100644 index 86e260666c..0000000000 --- a/c/src/exec/score/cpu/powerpc/rtems/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -## -## $Id$ -## - -AUTOMAKE_OPTIONS = foreign 1.5 - -SUBDIRS = score - -include $(top_srcdir)/../../../../../../automake/subdirs.am -include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.am b/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.am deleted file mode 100644 index 6c10af1ba2..0000000000 --- a/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -## -## $Id$ -## - -AUTOMAKE_OPTIONS = foreign 1.5 - -include_rtems_scoredir = $(includedir)/rtems/score -include_rtems_score_HEADERS = ppc.h ppctypes.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