From 6836fc9c67d6e1a71364df61b6c12452031c199a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 12:49:34 +0000 Subject: 2003-08-16 Ralf Corsepius Makefile.am: Reflect having moved automake. clock/Makefile.am: Reflect having moved automake. console/Makefile.am: Reflect having moved automake. gnatsupp/Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. start/Makefile.am: Reflect having moved automake. startup/Makefile.am: Reflect having moved automake. timer/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake. --- c/src/lib/libbsp/sparc/leon/ChangeLog | 12 ++++++++++++ c/src/lib/libbsp/sparc/leon/Makefile.am | 4 ++-- c/src/lib/libbsp/sparc/leon/clock/Makefile.am | 6 +++--- c/src/lib/libbsp/sparc/leon/console/Makefile.am | 6 +++--- c/src/lib/libbsp/sparc/leon/gnatsupp/Makefile.am | 6 +++--- c/src/lib/libbsp/sparc/leon/include/Makefile.am | 2 +- c/src/lib/libbsp/sparc/leon/start/Makefile.am | 6 +++--- c/src/lib/libbsp/sparc/leon/startup/Makefile.am | 6 +++--- c/src/lib/libbsp/sparc/leon/timer/Makefile.am | 6 +++--- c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am | 6 +++--- 10 files changed, 36 insertions(+), 24 deletions(-) diff --git a/c/src/lib/libbsp/sparc/leon/ChangeLog b/c/src/lib/libbsp/sparc/leon/ChangeLog index 35951ca013..d2e7ca7c84 100644 --- a/c/src/lib/libbsp/sparc/leon/ChangeLog +++ b/c/src/lib/libbsp/sparc/leon/ChangeLog @@ -1,3 +1,15 @@ +2003-08-16 Ralf Corsepius + + Makefile.am: Reflect having moved automake. + clock/Makefile.am: Reflect having moved automake. + console/Makefile.am: Reflect having moved automake. + gnatsupp/Makefile.am: Reflect having moved automake. + include/Makefile.am: Reflect having moved automake. + start/Makefile.am: Reflect having moved automake. + startup/Makefile.am: Reflect having moved automake. + timer/Makefile.am: Reflect having moved automake. + wrapup/Makefile.am: Reflect having moved automake. + 2003-08-11 Ralf Corsepius PR 452/bsps diff --git a/c/src/lib/libbsp/sparc/leon/Makefile.am b/c/src/lib/libbsp/sparc/leon/Makefile.am index a187aa6e32..7c5fd91585 100644 --- a/c/src/lib/libbsp/sparc/leon/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/Makefile.am @@ -12,5 +12,5 @@ include $(top_srcdir)/../../bsp.am EXTRA_DIST = bsp_specs times -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/libbsp/sparc/leon/clock/Makefile.am b/c/src/lib/libbsp/sparc/leon/clock/Makefile.am index 43dbc6aadc..46f8b07c9f 100644 --- a/c/src/lib/libbsp/sparc/leon/clock/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/clock/Makefile.am @@ -10,8 +10,8 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) -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 += @@ -28,4 +28,4 @@ all-local: $(ARCH) $(OBJS) $(PGM) EXTRA_DIST = ckinit.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/sparc/leon/console/Makefile.am b/c/src/lib/libbsp/sparc/leon/console/Makefile.am index 0d5e07e99e..a4453d4dcf 100644 --- a/c/src/lib/libbsp/sparc/leon/console/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/console/Makefile.am @@ -10,8 +10,8 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) -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 += @@ -28,4 +28,4 @@ all-local: $(ARCH) $(OBJS) $(PGM) EXTRA_DIST = console.c consolereserveresources.c debugputs.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/sparc/leon/gnatsupp/Makefile.am b/c/src/lib/libbsp/sparc/leon/gnatsupp/Makefile.am index a877e1d466..96c0661871 100644 --- a/c/src/lib/libbsp/sparc/leon/gnatsupp/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/gnatsupp/Makefile.am @@ -12,8 +12,8 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) -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 += @@ -28,4 +28,4 @@ all-local: $(ARCH) $(OBJS) $(PGM) EXTRA_DIST = gnatsupp.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/sparc/leon/include/Makefile.am b/c/src/lib/libbsp/sparc/leon/include/Makefile.am index 7bc6a8b8a1..bb045b8560 100644 --- a/c/src/lib/libbsp/sparc/leon/include/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/include/Makefile.am @@ -15,4 +15,4 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) all-local: $(PREINSTALL_FILES) -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/sparc/leon/start/Makefile.am b/c/src/lib/libbsp/sparc/leon/start/Makefile.am index 4b1c8a1c00..6972d99cc1 100644 --- a/c/src/lib/libbsp/sparc/leon/start/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/start/Makefile.am @@ -9,8 +9,8 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) OBJS = $(S_O_FILES) -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 += @@ -31,4 +31,4 @@ all-local: $(ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES) EXTRA_DIST = start.S -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/sparc/leon/startup/Makefile.am b/c/src/lib/libbsp/sparc/leon/startup/Makefile.am index 4b7e9d36ed..6e558c0ca8 100644 --- a/c/src/lib/libbsp/sparc/leon/startup/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/startup/Makefile.am @@ -16,8 +16,8 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) $(S_O_FILES) -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 += @@ -39,4 +39,4 @@ all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) EXTRA_DIST = linkcmds setvec.c spurious.c boardinit.S -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/sparc/leon/timer/Makefile.am b/c/src/lib/libbsp/sparc/leon/timer/Makefile.am index 0e51a50a0a..851b24af48 100644 --- a/c/src/lib/libbsp/sparc/leon/timer/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/timer/Makefile.am @@ -10,8 +10,8 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) -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 += @@ -28,4 +28,4 @@ all-local: $(ARCH) $(OBJS) $(PGM) EXTRA_DIST = timer.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am b/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am index cd04967ed2..670d8ba44e 100644 --- a/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am @@ -11,8 +11,8 @@ OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT $(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT)) LIB = $(ARCH)/libbsp.a -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 += @@ -23,4 +23,4 @@ $(LIB): $(OBJS) all-local: $(ARCH) $(LIB) -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3