summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/h8300/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-30 17:48:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-30 17:48:22 +0000
commit14926c2e4b5f64755e63d9fcb813501b2f5ae9ac (patch)
tree5f48846738f28173eb333e9d7fec304170b342a0 /c/src/exec/score/cpu/h8300/rtems
parent2002-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-14926c2e4b5f64755e63d9fcb813501b2f5ae9ac.tar.bz2
2002-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. * Makefile.am: Reflect changes above.
Diffstat (limited to 'c/src/exec/score/cpu/h8300/rtems')
-rw-r--r--c/src/exec/score/cpu/h8300/rtems/Makefile.am10
-rw-r--r--c/src/exec/score/cpu/h8300/rtems/score/Makefile.am25
2 files changed, 0 insertions, 35 deletions
diff --git a/c/src/exec/score/cpu/h8300/rtems/Makefile.am b/c/src/exec/score/cpu/h8300/rtems/Makefile.am
deleted file mode 100644
index ef7df82af7..0000000000
--- a/c/src/exec/score/cpu/h8300/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/h8300/rtems/score/Makefile.am b/c/src/exec/score/cpu/h8300/rtems/score/Makefile.am
deleted file mode 100644
index f8dc349940..0000000000
--- a/c/src/exec/score/cpu/h8300/rtems/score/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-##
-## $Id$
-##
-
-AUTOMAKE_OPTIONS = foreign 1.4
-
-include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = cpu.h h8300.h h8300types.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