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

@@ -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