summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-17 09:27:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-17 09:27:44 +0000
commitfed6210d431edb3466cde96c46ebd5cd5277c313 (patch)
treed2a1465a1d013de9db9bf2c2463ea8620b6192d7 /c/src/exec/score
parent2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fed6210d431edb3466cde96c46ebd5cd5277c313.tar.bz2
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Include $(top_srcdir)/automake/*.am.
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/Makefile.am4
-rw-r--r--c/src/exec/score/cpu/Makefile.am4
-rw-r--r--c/src/exec/score/include/Makefile.am2
-rw-r--r--c/src/exec/score/inline/Makefile.am2
-rw-r--r--c/src/exec/score/macros/Makefile.am2
-rw-r--r--c/src/exec/score/src/Makefile.am8
6 files changed, 11 insertions, 11 deletions
diff --git a/c/src/exec/score/Makefile.am b/c/src/exec/score/Makefile.am
index 4f3391f8df..96648a10e7 100644
--- a/c/src/exec/score/Makefile.am
+++ b/c/src/exec/score/Makefile.am
@@ -5,5 +5,5 @@
SUBDIRS = include inline macros cpu src
-include $(top_srcdir)/../../../automake/subdirs.am
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/subdirs.am
+include $(top_srcdir)/automake/local.am
diff --git a/c/src/exec/score/cpu/Makefile.am b/c/src/exec/score/cpu/Makefile.am
index 3ade9d1639..3e84557494 100644
--- a/c/src/exec/score/cpu/Makefile.am
+++ b/c/src/exec/score/cpu/Makefile.am
@@ -9,5 +9,5 @@ SUBDIRS = $(RTEMS_CPU)
## DIST_SUBDIRS = \
## a29k hppa1.1 i386 i960 m68k mips64orion no_cpu powerpc sh sparc unix
-include $(top_srcdir)/../../../automake/subdirs.am
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/subdirs.am
+include $(top_srcdir)/automake/local.am
diff --git a/c/src/exec/score/include/Makefile.am b/c/src/exec/score/include/Makefile.am
index 1d5175340c..c9c3c730bd 100644
--- a/c/src/exec/score/include/Makefile.am
+++ b/c/src/exec/score/include/Makefile.am
@@ -61,4 +61,4 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
all-local: $(PREINSTALL_FILES)
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/local.am
diff --git a/c/src/exec/score/inline/Makefile.am b/c/src/exec/score/inline/Makefile.am
index 09d815c465..392c18d4b0 100644
--- a/c/src/exec/score/inline/Makefile.am
+++ b/c/src/exec/score/inline/Makefile.am
@@ -40,4 +40,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = $(STD_I_FILES) $(MP_I_FILES)
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/local.am
diff --git a/c/src/exec/score/macros/Makefile.am b/c/src/exec/score/macros/Makefile.am
index 5abd88b5d0..2cefac6a56 100644
--- a/c/src/exec/score/macros/Makefile.am
+++ b/c/src/exec/score/macros/Makefile.am
@@ -40,4 +40,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = $(STD_I_FILES) $(MP_I_FILES) README
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/local.am
diff --git a/c/src/exec/score/src/Makefile.am b/c/src/exec/score/src/Makefile.am
index 249c05e57c..407f9f51fb 100644
--- a/c/src/exec/score/src/Makefile.am
+++ b/c/src/exec/score/src/Makefile.am
@@ -3,9 +3,9 @@
##
-include $(top_srcdir)/../../../automake/multilib.am
-include $(top_srcdir)/../../../automake/compile.am
-include $(top_srcdir)/../../../automake/lib.am
+include $(top_srcdir)/automake/multilib.am
+include $(top_srcdir)/automake/compile.am
+include $(top_srcdir)/automake/lib.am
# We only build multiprocessing related files if HAS_MP was defined
MP_C_FILES = mpci.c objectmp.c threadmp.c
@@ -77,4 +77,4 @@ all-local: ${ARCH} ${OBJS}
EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES) Unlimited.txt
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/local.am