mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. m68040/Makefile.am: Reflect having moved automake. m68040/fpsp/Makefile.am: Reflect having moved automake. shared/Makefile.am: Reflect having moved automake. shared/cache/Makefile.am: Reflect having moved automake. shared/misc/Makefile.am: Reflect having moved automake.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
Makefile.am: Reflect having moved automake.
|
||||
m68040/Makefile.am: Reflect having moved automake.
|
||||
m68040/fpsp/Makefile.am: Reflect having moved automake.
|
||||
shared/Makefile.am: Reflect having moved automake.
|
||||
shared/cache/Makefile.am: Reflect having moved automake.
|
||||
shared/misc/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.
|
||||
|
||||
@@ -18,5 +18,5 @@ endif
|
||||
|
||||
SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
|
||||
SUBDIRS = fpsp
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
|
||||
PGM = $(ARCH)/fpsp.rel
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../automake/lib.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
|
||||
C_FILES = rtems_fpsp.c
|
||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
@@ -41,4 +41,4 @@ EXTRA_DIST = README bindec.S binstr.S bugfix.S decbin.S do_func.S fpsp.defs \
|
||||
stan.S stanh.S sto_res.S stwotox.S tbldo.S util.S x_bsun.S x_fline.S \
|
||||
x_operr.S x_ovfl.S x_snan.S x_store.S x_unfl.S x_unimp.S x_unsupp.S
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
Makefile.am: Reflect having moved automake.
|
||||
clock/Makefile.am: Reflect having moved automake.
|
||||
console/Makefile.am: Reflect having moved automake.
|
||||
include/Makefile.am: Reflect having moved automake.
|
||||
mbus/Makefile.am: Reflect having moved automake.
|
||||
timer/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,6 +6,6 @@ ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
||||
|
||||
SUBDIRS = include clock console mbus 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
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ PGM = $(ARCH)/clock.rel
|
||||
C_FILES = ckinit.c
|
||||
OBJS = $(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 +=
|
||||
@@ -26,4 +26,4 @@ all: $(ARCH) $(OBJS) $(PGM)
|
||||
|
||||
EXTRA_DIST = $(C_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
@@ -8,8 +8,8 @@ PGM = $(ARCH)/console.rel
|
||||
C_FILES = mcfuart.c
|
||||
OBJS = $(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) $(OBJS) $(PGM)
|
||||
|
||||
EXTRA_DIST = $(C_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
@@ -20,4 +20,4 @@ all-local: $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST = $(include_mcf5206_HEADERS)
|
||||
|
||||
include $(top_srcdir)/../../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
@@ -7,8 +7,8 @@ PGM = $(ARCH)/mbus.rel
|
||||
C_FILES = mcfmbus.c
|
||||
OBJS = $(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: $(ARCH) $(OBJS) $(PGM)
|
||||
|
||||
EXTRA_DIST = $(C_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
@@ -10,8 +10,8 @@ OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
S_FILES = timerisr.S
|
||||
OBJS += $(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 +=
|
||||
@@ -28,4 +28,4 @@ all: $(ARCH) $(OBJS) $(PGM)
|
||||
|
||||
EXTRA_DIST = $(C_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
|
||||
SUBDIRS = cache misc
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -12,8 +12,8 @@ include_libcpudir = $(includedir)/libcpu
|
||||
noinst_HEADERS = cache_.h
|
||||
include_libcpu_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
|
||||
|
||||
AM_CPPFLAGS += -I$(srcdir)
|
||||
|
||||
@@ -35,4 +35,4 @@ CLEANFILES = cache.h
|
||||
|
||||
EXTRA_DIST = cache.c cache_.h
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
C_FILES = memcpy.c m68kidle.c
|
||||
OBJS = $(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
|
||||
|
||||
# gcc doesn't recognize difference between the cpu32 and cpu32+ so we have to
|
||||
if mcpu32p
|
||||
@@ -24,4 +24,4 @@ all-local: $(ARCH) $(OBJS)
|
||||
|
||||
EXTRA_DIST = memcpy.c m68kidle.c
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user