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

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