summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:13:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:13:40 +0000
commit59bcc90fee23a9d2794d06d8ae4d3fc9f733dea3 (patch)
tree9101250155bb8b0c73188a29eb7fdcc0a6db39b2
parent2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-59bcc90fee23a9d2794d06d8ae4d3fc9f733dea3.tar.bz2
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. AC_CONFIG_SRCDIR(asm.h).
-rw-r--r--c/src/exec/score/cpu/powerpc/ChangeLog7
-rw-r--r--c/src/exec/score/cpu/powerpc/configure.ac6
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems/Makefile.am10
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems/score/Makefile.am25
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog7
-rw-r--r--cpukit/score/cpu/powerpc/configure.ac6
6 files changed, 18 insertions, 43 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * rtems/Makefile.am: Removed.
+ * rtems/score/Makefile.am: Removed.
+ * configure.ac: Reflect changes above.
+ AC_CONFIG_SRCDIR(asm.h).
+
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index 0e7d162091..e5854db6e9 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -1,3 +1,10 @@
+2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * rtems/Makefile.am: Removed.
+ * rtems/score/Makefile.am: Removed.
+ * configure.ac: Reflect changes above.
+ AC_CONFIG_SRCDIR(asm.h).
+
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: New.
diff --git a/cpukit/score/cpu/powerpc/configure.ac b/cpukit/score/cpu/powerpc/configure.ac
index ac055639bf..59199938b6 100644
--- a/cpukit/score/cpu/powerpc/configure.ac
+++ b/cpukit/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