summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sh/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:13:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:13:31 +0000
commitc3a79faaf23b5680623f513da31e3243408f9c05 (patch)
treeae15f5f0ca233fed011c79cb06122c0f64fe8ece /c/src/exec/score/cpu/sh/rtems/score
parent2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c3a79faaf23b5680623f513da31e3243408f9c05.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.
Diffstat (limited to 'c/src/exec/score/cpu/sh/rtems/score')
-rw-r--r--c/src/exec/score/cpu/sh/rtems/score/Makefile.am26
1 files changed, 0 insertions, 26 deletions
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