summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ppc403
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:32:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:32:36 +0000
commitbf0747dbb0ddbbaa046ad8f9b1d80ab505efccca (patch)
treef1590cfb5dac4ef9b47b694e02d3a89e304cf1c1 /c/src/lib/libcpu/powerpc/ppc403
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-bf0747dbb0ddbbaa046ad8f9b1d80ab505efccca.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. mpc505/Makefile.am: Reflect having moved automake. mpc505/ictrl/Makefile.am: Reflect having moved automake. mpc505/timer/Makefile.am: Reflect having moved automake. mpc505/vectors/Makefile.am: Reflect having moved automake. mpc6xx/Makefile.am: Reflect having moved automake. mpc6xx/clock/Makefile.am: Reflect having moved automake. mpc6xx/exceptions/Makefile.am: Reflect having moved automake. mpc6xx/mmu/Makefile.am: Reflect having moved automake. mpc6xx/timer/Makefile.am: Reflect having moved automake. mpc6xx/wrapup/Makefile.am: Reflect having moved automake. mpc8260/Makefile.am: Reflect having moved automake. mpc8260/clock/Makefile.am: Reflect having moved automake. mpc8260/console-generic/Makefile.am: Reflect having moved automake. mpc8260/cpm/Makefile.am: Reflect having moved automake. mpc8260/exceptions/Makefile.am: Reflect having moved automake. mpc8260/mmu/Makefile.am: Reflect having moved automake. mpc8260/timer/Makefile.am: Reflect having moved automake. mpc8xx/Makefile.am: Reflect having moved automake. mpc8xx/clock/Makefile.am: Reflect having moved automake. mpc8xx/console-generic/Makefile.am: Reflect having moved automake. mpc8xx/cpm/Makefile.am: Reflect having moved automake. mpc8xx/exceptions/Makefile.am: Reflect having moved automake. mpc8xx/mmu/Makefile.am: Reflect having moved automake. mpc8xx/timer/Makefile.am: Reflect having moved automake. ppc403/Makefile.am: Reflect having moved automake. ppc403/clock/Makefile.am: Reflect having moved automake. ppc403/console/Makefile.am: Reflect having moved automake. ppc403/ictrl/Makefile.am: Reflect having moved automake. ppc403/timer/Makefile.am: Reflect having moved automake. ppc403/tty_drv/Makefile.am: Reflect having moved automake. ppc403/vectors/Makefile.am: Reflect having moved automake. shared/Makefile.am: Reflect having moved automake. shared/include/Makefile.am: Reflect having moved automake. shared/src/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ppc403')
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/Makefile.am4
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am6
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am6
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am6
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am6
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am6
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am6
7 files changed, 20 insertions, 20 deletions
diff --git a/c/src/lib/libcpu/powerpc/ppc403/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/Makefile.am
index 4987e5e65f..a1d607dad2 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/ppc403/Makefile.am
@@ -10,5 +10,5 @@ if ppc405
SUBDIRS = console tty_drv clock timer vectors ictrl
endif
-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/lib/libcpu/powerpc/ppc403/clock/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am
index ea058e0198..8a8c4a8863 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am
@@ -9,8 +9,8 @@ C_FILES = clock.c
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-include $(top_srcdir)/../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../automake/lib.am
+include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -25,4 +25,4 @@ all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
EXTRA_DIST = clock.c
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am
index 7640d19030..007abbf73e 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am
@@ -14,8 +14,8 @@ endif
console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-include $(top_srcdir)/../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../automake/lib.am
+include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -30,4 +30,4 @@ all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM)
EXTRA_DIST = console.c console.c.polled console405.c
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am
index d039e9dfbb..0e2e055466 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am
@@ -11,8 +11,8 @@ include_HEADERS = ictrl.h
ictrl_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-include $(top_srcdir)/../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../automake/lib.am
+include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../../../automake/lib.am
$(PROJECT_INCLUDE):
$(mkinstalldirs) $@
@@ -35,4 +35,4 @@ all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
EXTRA_DIST = ictrl.c ictrl.h
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am
index c411f1ff83..4babeaccf4 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am
@@ -9,8 +9,8 @@ C_FILES = timer.c
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-include $(top_srcdir)/../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../automake/lib.am
+include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -25,4 +25,4 @@ all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
EXTRA_DIST = timer.c
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am
index f5086a5211..ae651145c6 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am
@@ -11,8 +11,8 @@ C_FILES = tty_drv.c
tty_drv_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-include $(top_srcdir)/../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../automake/lib.am
+include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -27,4 +27,4 @@ all-local: $(ARCH) $(tty_drv_rel_OBJECTS) $(PGM)
EXTRA_DIST = tty_drv.c tty_drv.h
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am
index 5c879c0bc7..839bdb3721 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am
@@ -10,8 +10,8 @@ S_FILES = vectors.S align_h.S
vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT))
-include $(top_srcdir)/../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../automake/lib.am
+include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(S_FILES) README
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am