From 88792dc16b56ba00dcdd641c4cd802d2e315ef4f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 12:55: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. include/Makefile.am: Reflect having moved automake. spurious/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/m68k/dmv152/ChangeLog | 12 ++++++++++++ c/src/lib/libbsp/m68k/dmv152/Makefile.am | 4 ++-- c/src/lib/libbsp/m68k/dmv152/clock/Makefile.am | 6 +++--- c/src/lib/libbsp/m68k/dmv152/console/Makefile.am | 6 +++--- c/src/lib/libbsp/m68k/dmv152/include/Makefile.am | 2 +- c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.am | 6 +++--- c/src/lib/libbsp/m68k/dmv152/start/Makefile.am | 6 +++--- c/src/lib/libbsp/m68k/dmv152/startup/Makefile.am | 6 +++--- c/src/lib/libbsp/m68k/dmv152/timer/Makefile.am | 6 +++--- c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am | 6 +++--- 10 files changed, 36 insertions(+), 24 deletions(-) (limited to 'c/src/lib/libbsp/m68k/dmv152') diff --git a/c/src/lib/libbsp/m68k/dmv152/ChangeLog b/c/src/lib/libbsp/m68k/dmv152/ChangeLog index b5329fb3a5..e2b3c11bae 100644 --- a/c/src/lib/libbsp/m68k/dmv152/ChangeLog +++ b/c/src/lib/libbsp/m68k/dmv152/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. + include/Makefile.am: Reflect having moved automake. + spurious/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/m68k/dmv152/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/Makefile.am index 845e754c99..f19357f5c5 100644 --- a/c/src/lib/libbsp/m68k/dmv152/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/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/m68k/dmv152/clock/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/clock/Makefile.am index 43dbc6aadc..46f8b07c9f 100644 --- a/c/src/lib/libbsp/m68k/dmv152/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/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/m68k/dmv152/console/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/console/Makefile.am index dd22a0bd88..b835b6f961 100644 --- a/c/src/lib/libbsp/m68k/dmv152/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/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 AM_CPPFLAGS += $(BSP_CPPFLAGS) @@ -30,4 +30,4 @@ all-local: $(ARCH) $(OBJS) $(PGM) EXTRA_DIST = console.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/m68k/dmv152/include/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/include/Makefile.am index 6082bc950a..ee2cf9a04b 100644 --- a/c/src/lib/libbsp/m68k/dmv152/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/include/Makefile.am @@ -16,4 +16,4 @@ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \ all-local: $(TMPINSTALL_FILES) -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.am index fc21727869..3cabd71c90 100644 --- a/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/spurious/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 = spinit.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/m68k/dmv152/start/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/start/Makefile.am index ae98adad04..8d8045b7de 100644 --- a/c/src/lib/libbsp/m68k/dmv152/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/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 += @@ -29,4 +29,4 @@ all-local: $(ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES) .PRECIOUS: $(ARCH)/start.$(OBJEXT) -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.am index db703af980..1c0daef9b2 100644 --- a/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.am @@ -14,8 +14,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 += @@ -37,4 +37,4 @@ all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) EXTRA_DIST = bspclean.c bspstart.c linkcmds vmeintr.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.am index a8416f3286..d2216aec90 100644 --- a/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.am @@ -13,8 +13,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 += @@ -31,4 +31,4 @@ all-local: $(ARCH) $(OBJS) $(PGM) EXTRA_DIST = timer.c timerisr.S -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am index 8e96af27cf..21864266c3 100644 --- a/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am @@ -9,8 +9,8 @@ OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(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 += @@ -21,4 +21,4 @@ $(LIB): $(OBJS) all-local: $(ARCH) $(LIB) -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3