forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
@@ -6,5 +6,5 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal
|
||||
|
||||
SUBDIRS = cache reg_win syscall
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
6
c/src/lib/libcpu/sparc/cache/Makefile.am
vendored
6
c/src/lib/libcpu/sparc/cache/Makefile.am
vendored
@@ -13,8 +13,8 @@ include_libcpudir = $(includedir)/libcpu
|
||||
include_libcpu_HEADERS = cache.h
|
||||
noinst_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
|
||||
|
||||
if has_instruction_cache
|
||||
CACHE_DEFINE = -DHAS_INSTRUCTION_CACHE
|
||||
@@ -40,4 +40,4 @@ CLEANFILES = cache.h
|
||||
|
||||
EXTRA_DIST = cache.c cache_.h
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -8,8 +8,8 @@ PGM = $(ARCH)/reg_win.rel
|
||||
S_FILES = window.S
|
||||
reg_win_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 +=
|
||||
@@ -27,4 +27,4 @@ all-local: $(ARCH) $(reg_win_rel_OBJECTS) $(PGM)
|
||||
|
||||
EXTRA_DIST = window.S
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -12,8 +12,8 @@ noinst_HEADERS = syscall.h
|
||||
|
||||
syscall_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 +=
|
||||
@@ -31,4 +31,4 @@ all-local: $(ARCH) $(syscall_rel_OBJECTS) $(PGM)
|
||||
|
||||
EXTRA_DIST = syscall.S syscall.h
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user