From 1528c0e7ffd3b8be46190275dba8403b8c720d5d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 12:35:07 +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. 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/c4x/c4xsim/ChangeLog | 11 +++++++++++ c/src/lib/libbsp/c4x/c4xsim/Makefile.am | 4 ++-- c/src/lib/libbsp/c4x/c4xsim/clock/Makefile.am | 6 +++--- c/src/lib/libbsp/c4x/c4xsim/console/Makefile.am | 6 +++--- c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am | 2 +- c/src/lib/libbsp/c4x/c4xsim/start/Makefile.am | 6 +++--- c/src/lib/libbsp/c4x/c4xsim/startup/Makefile.am | 6 +++--- c/src/lib/libbsp/c4x/c4xsim/timer/Makefile.am | 6 +++--- c/src/lib/libbsp/c4x/c4xsim/tools/ChangeLog | 4 ++++ c/src/lib/libbsp/c4x/c4xsim/tools/Makefile.am | 2 +- c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am | 6 +++--- 11 files changed, 37 insertions(+), 22 deletions(-) (limited to 'c/src/lib/libbsp/c4x') diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog index 8a703dc56d..f912f418d8 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog +++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog @@ -1,3 +1,14 @@ +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. + 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/c4x/c4xsim/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am index fe81ce38c7..a0b16c01dc 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/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/c4x/c4xsim/clock/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/clock/Makefile.am index 821bed1c4f..61b4d1f750 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/clock/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/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/c4x/c4xsim/console/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/console/Makefile.am index bd03d441f8..a86bce8486 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/console/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/console/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 += @@ -30,4 +30,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/c4x/c4xsim/include/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am index 84319c2f42..211d42d09c 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am @@ -20,4 +20,4 @@ PREINSTALL_FILES = $(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/c4x/c4xsim/start/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/start/Makefile.am index ab006bacdd..17f821fb26 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/start/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/start/Makefile.am @@ -7,8 +7,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) EXTRA_DIST = start.S -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/c4x/c4xsim/startup/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/startup/Makefile.am index 75445432c7..c1c0c08bdc 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/startup/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/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 setvec.c spurious.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/c4x/c4xsim/timer/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/timer/Makefile.am index 0e51a50a0a..851b24af48 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/timer/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/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/c4x/c4xsim/tools/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/tools/ChangeLog index 7d405c504a..422d452f59 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/tools/ChangeLog +++ b/c/src/lib/libbsp/c4x/c4xsim/tools/ChangeLog @@ -1,3 +1,7 @@ +2003-08-16 Ralf Corsepius + + Makefile.am: Reflect having moved automake. + 2003-08-14 Joel Sherrill * runtest.in: Add fileio to list of interactive tests. diff --git a/c/src/lib/libbsp/c4x/c4xsim/tools/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/tools/Makefile.am index 702c1dfd00..52b3dd881c 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/tools/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/tools/Makefile.am @@ -11,4 +11,4 @@ all-local: $(SCRIPTS) $(mkinstalldirs) $(PROJECT_ROOT)/$(RTEMS_BSP)/tests $(INSTALL_SCRIPT) runtest $(PROJECT_ROOT)/$(RTEMS_BSP)/tests/runtest -include $(top_srcdir)/../../../../../../../automake/local.am +include $(top_srcdir)/../../../../../automake/local.am diff --git a/c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am index f4bcc79c10..cb079ac110 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/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)/$(piece).rel) 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