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

Makefile.am: Reflect having moved automake.
	clock/Makefile.am: Reflect having moved automake.
	mongoosev/Makefile.am: Reflect having moved automake.
	mongoosev/duart/Makefile.am: Reflect having moved automake.
	mongoosev/vectorisrs/Makefile.am: Reflect having moved automake.
	r46xx/Makefile.am: Reflect having moved automake.
	r46xx/vectorisrs/Makefile.am: Reflect having moved automake.
	shared/Makefile.am: Reflect having moved automake.
	shared/cache/Makefile.am: Reflect having moved automake.
	shared/interrupts/Makefile.am: Reflect having moved automake.
	timer/Makefile.am: Reflect having moved automake.
	tx39/Makefile.am: Reflect having moved automake.
	tx39/include/Makefile.am: Reflect having moved automake.
	tx39/vectorisrs/Makefile.am: Reflect having moved automake.
This commit is contained in:
Ralf Corsepius
2003-08-16 12:32:25 +00:00
parent b9e196bfcd
commit 29993bb033
15 changed files with 52 additions and 35 deletions

View File

@@ -1,3 +1,20 @@
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
mongoosev/Makefile.am: Reflect having moved automake.
mongoosev/duart/Makefile.am: Reflect having moved automake.
mongoosev/vectorisrs/Makefile.am: Reflect having moved automake.
r46xx/Makefile.am: Reflect having moved automake.
r46xx/vectorisrs/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/interrupts/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
tx39/Makefile.am: Reflect having moved automake.
tx39/include/Makefile.am: Reflect having moved automake.
tx39/vectorisrs/Makefile.am: Reflect having moved automake.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -21,5 +21,5 @@ endif
SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -13,8 +13,8 @@ noinst_HEADERS = clock.h
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(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 +=
@@ -29,4 +29,4 @@ all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
EXTRA_DIST = ckinit.c clock.S clock.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -20,5 +20,5 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -9,8 +9,8 @@ C_FILES = mg5uart.c mg5uart_reg.c
mg5uart_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)/libchip:
@$(mkinstalldirs) $@
@@ -36,4 +36,4 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(mg5uart_rel_OBJECTS) $(PGM)
EXTRA_DIST = mg5uart.c README.mguart mg5uart.c mg5uart.h mg5uart_reg.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -9,8 +9,8 @@ C_FILES = maxvectors.c vectorisrs.c
vectorisrs_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) $(vectorisrs_rel_OBJECTS) $(PGM)
EXTRA_DIST = vectorisrs.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -6,5 +6,5 @@ ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
SUBDIRS = vectorisrs
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -9,8 +9,8 @@ C_FILES = maxvectors.c vectorisrs.c
vectorisrs_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) $(vectorisrs_rel_OBJECTS) $(PGM)
EXTRA_DIST = vectorisrs.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -5,5 +5,5 @@
SUBDIRS = cache interrupts
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -13,8 +13,8 @@ include_libcpudir = $(includedir)/libcpu
noinst_HEADERS = cache_.h
include_libcpu_HEADERS = cache.h
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 += -I$(srcdir)
@@ -36,4 +36,4 @@ CLEANFILES = cache.h
EXTRA_DIST = cache.c cache_.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -11,8 +11,8 @@ S_FILES = isr_entries.S
interrupts_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(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 +=
@@ -37,4 +37,4 @@ all-local: $(ARCH) $(interrupts_rel_OBJECTS) $(PGM)
EXTRA_DIST = maxvectors.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -11,8 +11,8 @@ S_FILES = gettime.S
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(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 +=
@@ -27,4 +27,4 @@ all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
EXTRA_DIST = gettime.S timer.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -6,5 +6,5 @@ ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
SUBDIRS = include vectorisrs
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -20,4 +20,4 @@ all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = tx3904.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -9,8 +9,8 @@ C_FILES = maxvectors.c vectorisrs.c
vectorisrs_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) $(vectorisrs_rel_OBJECTS) $(PGM)
EXTRA_DIST = vectorisrs.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am