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

Makefile.am: Reflect having moved automake.
	cache/Makefile.am: Reflect having moved automake.
	reg_win/Makefile.am: Reflect having moved automake.
	syscall/Makefile.am: Reflect having moved automake.
This commit is contained in:
Ralf Corsepius
2003-08-16 12:32:49 +00:00
parent bf0747dbb0
commit f581aa6fac
5 changed files with 18 additions and 11 deletions

View File

@@ -1,3 +1,10 @@
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
cache/Makefile.am: Reflect having moved automake.
reg_win/Makefile.am: Reflect having moved automake.
syscall/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

@@ -6,5 +6,5 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal
SUBDIRS = cache reg_win syscall SUBDIRS = cache reg_win syscall
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

@@ -13,8 +13,8 @@ include_libcpudir = $(includedir)/libcpu
include_libcpu_HEADERS = cache.h include_libcpu_HEADERS = cache.h
noinst_HEADERS = cache_.h noinst_HEADERS = cache_.h
include $(top_srcdir)/../../../../../automake/compile.am include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am
if has_instruction_cache if has_instruction_cache
CACHE_DEFINE = -DHAS_INSTRUCTION_CACHE CACHE_DEFINE = -DHAS_INSTRUCTION_CACHE
@@ -40,4 +40,4 @@ CLEANFILES = cache.h
EXTRA_DIST = cache.c cache_.h EXTRA_DIST = cache.c cache_.h
include $(top_srcdir)/../../../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -8,8 +8,8 @@ PGM = $(ARCH)/reg_win.rel
S_FILES = window.S S_FILES = window.S
reg_win_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) reg_win_rel_OBJECTS = $(S_FILES:%.S=$(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
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -27,4 +27,4 @@ all-local: $(ARCH) $(reg_win_rel_OBJECTS) $(PGM)
EXTRA_DIST = window.S EXTRA_DIST = window.S
include $(top_srcdir)/../../../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -12,8 +12,8 @@ noinst_HEADERS = syscall.h
syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) syscall_rel_OBJECTS = $(S_FILES:%.S=$(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
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
@@ -31,4 +31,4 @@ all-local: $(ARCH) $(syscall_rel_OBJECTS) $(PGM)
EXTRA_DIST = syscall.S syscall.h EXTRA_DIST = syscall.S syscall.h
include $(top_srcdir)/../../../../../automake/local.am include $(top_srcdir)/../../../automake/local.am