summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/or32/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-30 14:34:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-30 14:34:00 +0000
commit7a01fba12790e07ac0754717471e98569f26c230 (patch)
treedad9a96fd97790733a72558c0c7f47add8ecc81c /c/src/exec/score/cpu/or32/rtems
parent2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7a01fba12790e07ac0754717471e98569f26c230.tar.bz2
2002-01-28 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/or32/rtems')
-rw-r--r--c/src/exec/score/cpu/or32/rtems/Makefile.am10
-rw-r--r--c/src/exec/score/cpu/or32/rtems/score/Makefile.am25
2 files changed, 0 insertions, 35 deletions
diff --git a/c/src/exec/score/cpu/or32/rtems/Makefile.am b/c/src/exec/score/cpu/or32/rtems/Makefile.am
index ef7df82af7..e69de29bb2 100644
--- a/c/src/exec/score/cpu/or32/rtems/Makefile.am
+++ b/c/src/exec/score/cpu/or32/rtems/Makefile.am
@@ -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/or32/rtems/score/Makefile.am b/c/src/exec/score/cpu/or32/rtems/score/Makefile.am
index 511f86fffe..e69de29bb2 100644
--- a/c/src/exec/score/cpu/or32/rtems/score/Makefile.am
+++ b/c/src/exec/score/cpu/or32/rtems/score/Makefile.am
@@ -1,25 +0,0 @@
-##
-## $Id$
-##
-
-AUTOMAKE_OPTIONS = foreign 1.4
-
-include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = cpu.h or32.h cpu_asm.h or32types.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