2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

Makefile.am: Reflect having moved automake.
	bootloader/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.
	irq/Makefile.am: Reflect having moved automake.
	motorola/Makefile.am: Reflect having moved automake.
	openpic/Makefile.am: Reflect having moved automake.
	pci/Makefile.am: Reflect having moved automake.
	residual/Makefile.am: Reflect having moved automake.
	start/Makefile.am: Reflect having moved automake.
	startup/Makefile.am: Reflect having moved automake.
	vectors/Makefile.am: Reflect having moved automake.
	vme/Makefile.am: Reflect having moved automake.
	wrapup/Makefile.am: Reflect having moved automake.
This commit is contained in:
Ralf Corsepius
2003-08-16 12:53:46 +00:00
parent 724cc1e91e
commit 6badcc22a7
16 changed files with 60 additions and 42 deletions

View File

@@ -1,3 +1,21 @@
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
bootloader/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.
irq/Makefile.am: Reflect having moved automake.
motorola/Makefile.am: Reflect having moved automake.
openpic/Makefile.am: Reflect having moved automake.
pci/Makefile.am: Reflect having moved automake.
residual/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
vectors/Makefile.am: Reflect having moved automake.
vme/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address. * configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -14,5 +14,5 @@ include $(top_srcdir)/../../bsp.am
EXTRA_DIST = BOOTING README.MVME2300 README.OTHERBOARDS README.dec21140 \ EXTRA_DIST = BOOTING README.MVME2300 README.OTHERBOARDS README.dec21140 \
bsp_specs times.mcp750 times.mvme2307 bsp_specs times.mcp750 times.mvme2307
include $(top_srcdir)/../../../../../../automake/subdirs.am include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -67,4 +67,4 @@ TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib/bootloader.$(OBJEXT) \
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -10,8 +10,8 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -21,4 +21,4 @@ include $(top_srcdir)/../../../../../../automake/lib.am
all-local: $(ARCH) $(OBJS) all-local: $(ARCH) $(OBJS)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -13,8 +13,8 @@ H_FILES = ../../shared/console/consoleIo.h ../../shared/console/keyboard.h \
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -24,4 +24,4 @@ AM_CPPFLAGS += -DSTATIC_LOG_ALLOC
all-local: $(ARCH) $(OBJS) all-local: $(ARCH) $(OBJS)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -55,5 +55,5 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq.h
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../../../../automake/force-preinstall.am include $(top_srcdir)/../../../../automake/force-preinstall.am
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -16,8 +16,8 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
OBJS = $(S_O_FILES) $(C_O_FILES) OBJS = $(S_O_FILES) $(C_O_FILES)
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -25,4 +25,4 @@ include $(top_srcdir)/../../../../../../automake/lib.am
all-local: $(ARCH) $(OBJS) all-local: $(ARCH) $(OBJS)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -13,8 +13,8 @@ H_FILES = ../../shared/motorola/motorola.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -24,4 +24,4 @@ include $(top_srcdir)/../../../../../../automake/lib.am
all-local: $(ARCH) $(OBJS) all-local: $(ARCH) $(OBJS)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -14,8 +14,8 @@ H_FILES = ../../shared/openpic/openpic.h
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
$(PROJECT_INCLUDE)/bsp: $(PROJECT_INCLUDE)/bsp:
$(mkinstalldirs) $< $@ $(mkinstalldirs) $< $@
@@ -31,4 +31,4 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/openpic.h
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -15,8 +15,8 @@ H_FILES = ../../shared/pci/pci.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -35,4 +35,4 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/pci.h
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -12,8 +12,8 @@ H_FILES = ../../shared/residual/pnp.h ../../shared/residual/residual.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -34,4 +34,4 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/pnp.h \
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -9,8 +9,8 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
OBJS = $(S_O_FILES) OBJS = $(S_O_FILES)
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -33,4 +33,4 @@ $(OBJS): $(ARCH)
.PRECIOUS: $(ARCH)/start.$(OBJEXT) $(ARCH)/rtems_crti.$(OBJEXT) .PRECIOUS: $(ARCH)/start.$(OBJEXT) $(ARCH)/rtems_crti.$(OBJEXT)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -11,8 +11,8 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -33,4 +33,4 @@ all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
EXTRA_DIST = linkcmds EXTRA_DIST = linkcmds
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -15,8 +15,8 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
OBJS = $(S_O_FILES) $(C_O_FILES) OBJS = $(S_O_FILES) $(C_O_FILES)
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -40,5 +40,5 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h
all-local: $(ARCH) $(TMPINSTALL_FILES) $(OBJS) all-local: $(ARCH) $(TMPINSTALL_FILES) $(OBJS)
include $(top_srcdir)/../../../../../../automake/force-preinstall.am include $(top_srcdir)/../../../../automake/force-preinstall.am
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -38,11 +38,11 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp \
all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS)
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -12,8 +12,8 @@ OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
$(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT)) $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libbsp.a LIB = $(ARCH)/libbsp.a
include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -24,4 +24,4 @@ $(LIB): $(OBJS)
all-local: $(ARCH) $(LIB) all-local: $(ARCH) $(LIB)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am