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

Makefile.am: Reflect having moved automake.
	mpc505/Makefile.am: Reflect having moved automake.
	mpc505/ictrl/Makefile.am: Reflect having moved automake.
	mpc505/timer/Makefile.am: Reflect having moved automake.
	mpc505/vectors/Makefile.am: Reflect having moved automake.
	mpc6xx/Makefile.am: Reflect having moved automake.
	mpc6xx/clock/Makefile.am: Reflect having moved automake.
	mpc6xx/exceptions/Makefile.am: Reflect having moved automake.
	mpc6xx/mmu/Makefile.am: Reflect having moved automake.
	mpc6xx/timer/Makefile.am: Reflect having moved automake.
	mpc6xx/wrapup/Makefile.am: Reflect having moved automake.
	mpc8260/Makefile.am: Reflect having moved automake.
	mpc8260/clock/Makefile.am: Reflect having moved automake.
	mpc8260/console-generic/Makefile.am: Reflect having moved automake.
	mpc8260/cpm/Makefile.am: Reflect having moved automake.
	mpc8260/exceptions/Makefile.am: Reflect having moved automake.
	mpc8260/mmu/Makefile.am: Reflect having moved automake.
	mpc8260/timer/Makefile.am: Reflect having moved automake.
	mpc8xx/Makefile.am: Reflect having moved automake.
	mpc8xx/clock/Makefile.am: Reflect having moved automake.
	mpc8xx/console-generic/Makefile.am: Reflect having moved automake.
	mpc8xx/cpm/Makefile.am: Reflect having moved automake.
	mpc8xx/exceptions/Makefile.am: Reflect having moved automake.
	mpc8xx/mmu/Makefile.am: Reflect having moved automake.
	mpc8xx/timer/Makefile.am: Reflect having moved automake.
	ppc403/Makefile.am: Reflect having moved automake.
	ppc403/clock/Makefile.am: Reflect having moved automake.
	ppc403/console/Makefile.am: Reflect having moved automake.
	ppc403/ictrl/Makefile.am: Reflect having moved automake.
	ppc403/timer/Makefile.am: Reflect having moved automake.
	ppc403/tty_drv/Makefile.am: Reflect having moved automake.
	ppc403/vectors/Makefile.am: Reflect having moved automake.
	shared/Makefile.am: Reflect having moved automake.
	shared/include/Makefile.am: Reflect having moved automake.
	shared/src/Makefile.am: Reflect having moved automake.
	wrapup/Makefile.am: Reflect having moved automake.
This commit is contained in:
Ralf Corsepius
2003-08-16 12:32:36 +00:00
parent 29993bb033
commit bf0747dbb0
37 changed files with 140 additions and 101 deletions

View File

@@ -1,3 +1,42 @@
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
mpc505/Makefile.am: Reflect having moved automake.
mpc505/ictrl/Makefile.am: Reflect having moved automake.
mpc505/timer/Makefile.am: Reflect having moved automake.
mpc505/vectors/Makefile.am: Reflect having moved automake.
mpc6xx/Makefile.am: Reflect having moved automake.
mpc6xx/clock/Makefile.am: Reflect having moved automake.
mpc6xx/exceptions/Makefile.am: Reflect having moved automake.
mpc6xx/mmu/Makefile.am: Reflect having moved automake.
mpc6xx/timer/Makefile.am: Reflect having moved automake.
mpc6xx/wrapup/Makefile.am: Reflect having moved automake.
mpc8260/Makefile.am: Reflect having moved automake.
mpc8260/clock/Makefile.am: Reflect having moved automake.
mpc8260/console-generic/Makefile.am: Reflect having moved automake.
mpc8260/cpm/Makefile.am: Reflect having moved automake.
mpc8260/exceptions/Makefile.am: Reflect having moved automake.
mpc8260/mmu/Makefile.am: Reflect having moved automake.
mpc8260/timer/Makefile.am: Reflect having moved automake.
mpc8xx/Makefile.am: Reflect having moved automake.
mpc8xx/clock/Makefile.am: Reflect having moved automake.
mpc8xx/console-generic/Makefile.am: Reflect having moved automake.
mpc8xx/cpm/Makefile.am: Reflect having moved automake.
mpc8xx/exceptions/Makefile.am: Reflect having moved automake.
mpc8xx/mmu/Makefile.am: Reflect having moved automake.
mpc8xx/timer/Makefile.am: Reflect having moved automake.
ppc403/Makefile.am: Reflect having moved automake.
ppc403/clock/Makefile.am: Reflect having moved automake.
ppc403/console/Makefile.am: Reflect having moved automake.
ppc403/ictrl/Makefile.am: Reflect having moved automake.
ppc403/timer/Makefile.am: Reflect having moved automake.
ppc403/tty_drv/Makefile.am: Reflect having moved automake.
ppc403/vectors/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/include/Makefile.am: Reflect having moved automake.
shared/src/Makefile.am: Reflect having moved automake.
wrapup/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

@@ -53,5 +53,5 @@ SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) wrapup
all-local: $(TMPINSTALL_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

@@ -5,5 +5,5 @@
SUBDIRS = ictrl vectors timer
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

@@ -11,8 +11,8 @@ include_HEADERS = ictrl.h
ictrl_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):
$(mkinstalldirs) $@
@@ -35,4 +35,4 @@ all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
EXTRA_DIST = ictrl.c ictrl.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

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

View File

@@ -10,8 +10,8 @@ S_FILES = vectors.S
vectors_rel_OBJECTS = $(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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = vectors.S
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -5,5 +5,5 @@
SUBDIRS = exceptions mmu clock timer wrapup
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

@@ -11,8 +11,8 @@ include_libcpu_HEADERS = c_clock.h
c_clock_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)/libcpu:
$(mkinstalldirs) $@
@@ -30,4 +30,4 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS)
EXTRA_DIST = c_clock.c c_clock.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -16,8 +16,8 @@ include_libcpu_HEADERS = raw_exception.h
exceptions_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
$(PROJECT_INCLUDE)/libcpu:
$(mkinstalldirs) $@
@@ -40,4 +40,4 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
EXTRA_DIST = asm_utils.S raw_exception.c raw_exception.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -15,8 +15,8 @@ include_libcpu_HEADERS = bat.h pte121.h
mmu_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
$(PROJECT_INCLUDE)/libcpu:
$(mkinstalldirs) $@
@@ -39,4 +39,4 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM)
EXTRA_DIST = bat.c bat.h mmuAsm.S pte121.c pte121.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

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

View File

@@ -13,8 +13,8 @@ OBJS = \
$(foreach piece, $(GENERIC_FILES), ../../mpc6xx/$(piece)/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libcpuspec.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 +=
@@ -27,4 +27,4 @@ $(LIB): ${OBJS}
all-local: ${ARCH} $(LIB)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -24,5 +24,5 @@ $(PROJECT_INCLUDE)/mpc8260/%.h: include/%.h
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

@@ -10,8 +10,8 @@ C_FILES = clock.c
clock_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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,8 +10,8 @@ C_FILES = console-generic.c
console_generic_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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,8 +10,8 @@ C_FILES = cp.c dpram.c brg.c
cpm_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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -15,8 +15,8 @@ include_libcpu_HEADERS = raw_exception.h
exceptions_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
$(PROJECT_INCLUDE)/libcpu:
$(mkinstalldirs) $@
@@ -39,4 +39,4 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
EXTRA_DIST = asm_utils.S raw_exception.c raw_exception.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,8 +10,8 @@ C_FILES = mmu.c
clock_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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,8 +10,8 @@ C_FILES = timer.c
timer_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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -24,5 +24,5 @@ $(PROJECT_INCLUDE)/mpc8xx/%.h: include/%.h
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

@@ -10,8 +10,8 @@ C_FILES = clock.c
clock_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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,8 +10,8 @@ C_FILES = console-generic.c
console_generic_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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,8 +10,8 @@ C_FILES = cp.c dpram.c
clock_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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -15,8 +15,8 @@ include_libcpu_HEADERS = raw_exception.h
exceptions_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
$(PROJECT_INCLUDE)/libcpu:
$(mkinstalldirs) $@
@@ -39,4 +39,4 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
EXTRA_DIST = asm_utils.S raw_exception.c raw_exception.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,8 +10,8 @@ C_FILES = mmu.c
clock_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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,8 +10,8 @@ C_FILES = timer.c
timer_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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,5 +10,5 @@ if ppc405
SUBDIRS = console tty_drv clock timer vectors ictrl
endif
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 = clock.c
clock_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) $(clock_rel_OBJECTS) $(PGM)
EXTRA_DIST = clock.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -14,8 +14,8 @@ endif
console_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 +=
@@ -30,4 +30,4 @@ all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM)
EXTRA_DIST = console.c console.c.polled console405.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -11,8 +11,8 @@ include_HEADERS = ictrl.h
ictrl_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):
$(mkinstalldirs) $@
@@ -35,4 +35,4 @@ all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
EXTRA_DIST = ictrl.c ictrl.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

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

View File

@@ -11,8 +11,8 @@ C_FILES = tty_drv.c
tty_drv_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 +=
@@ -27,4 +27,4 @@ all-local: $(ARCH) $(tty_drv_rel_OBJECTS) $(PGM)
EXTRA_DIST = tty_drv.c tty_drv.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,8 +10,8 @@ S_FILES = vectors.S align_h.S
vectors_rel_OBJECTS = $(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 +=
@@ -24,4 +24,4 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(S_FILES) README
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -5,5 +5,5 @@
SUBDIRS = include src
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_libcpu_HEADERS = spr.h io.h mmu.h page.h byteorder.h pgtable.h \
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
LIB = $(ARCH)/libcpuspec.a
@@ -40,4 +40,4 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
EXTRA_DIST = cpuIdent.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -14,8 +14,8 @@ include_libcpu_HEADERS = cache_.h cache.h stackTrace.h
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 += -I$(srcdir)
@@ -37,4 +37,4 @@ CLEANFILES = cache.h
EXTRA_DIST = cache.c cache_.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -14,8 +14,8 @@ FAMILY_OBJS = \
LIB = $(ARCH)/libcpu.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 +=
@@ -33,4 +33,4 @@ $(LIB): $(libcpu_a_OBJECTS)
all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am