forked from Imagelibrary/rtems
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -38,18 +38,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S sig.S
|
S_FILES = cpu_asm.S sig.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.S sig.S
|
EXTRA_DIST = cpu.c cpu_asm.S sig.S
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -38,18 +38,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all: $(ARCH) $(PREINSTALL_FILES) $(libscorecpu_a_OBJECTS) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.S
|
EXTRA_DIST = cpu.c cpu_asm.S
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -38,18 +38,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c irq.c cpu_asm.S
|
EXTRA_DIST = cpu.c irq.c cpu_asm.S
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -37,18 +37,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.S
|
EXTRA_DIST = cpu.c cpu_asm.S
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -39,18 +39,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) rtems/score/offsets.h $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) rtems/score/offsets.h $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.S
|
EXTRA_DIST = cpu.c cpu_asm.S
|
||||||
|
|
||||||
# FIXME: We should get rid of genoffsets
|
# FIXME: We should get rid of genoffsets
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ include_rtems_score_HEADERS = \
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
||||||
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
|
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
C_FILES = cpu.c
|
C_FILES = cpu.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
@@ -43,16 +43,14 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.S
|
EXTRA_DIST = cpu.c cpu_asm.S
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -37,18 +37,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.S i960RP.h
|
EXTRA_DIST = cpu.c cpu_asm.S i960RP.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -37,18 +37,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.S memcpy.c
|
EXTRA_DIST = cpu.c cpu_asm.S memcpy.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -37,18 +37,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.S
|
EXTRA_DIST = cpu.c cpu_asm.S
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -37,18 +37,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.S
|
EXTRA_DIST = cpu.c cpu_asm.S
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -35,18 +35,16 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
|||||||
C_FILES = cpu.c cpu_asm.c
|
C_FILES = cpu.c cpu_asm.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.c
|
EXTRA_DIST = cpu.c cpu_asm.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -35,18 +35,16 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
|||||||
C_FILES = cpu.c cpu_asm.c
|
C_FILES = cpu.c cpu_asm.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.c
|
EXTRA_DIST = cpu.c cpu_asm.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -35,18 +35,16 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
|||||||
C_FILES = cpu.c cpu_asm.c
|
C_FILES = cpu.c cpu_asm.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.c
|
EXTRA_DIST = cpu.c cpu_asm.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ $(PROJECT_INCLUDE)/rtems/new-exceptions:
|
|||||||
include_rtems_new_exceptionsdir = $(includedir)/rtems/new-exceptions
|
include_rtems_new_exceptionsdir = $(includedir)/rtems/new-exceptions
|
||||||
include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
|
include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
|
||||||
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/powerpc:
|
$(PROJECT_INCLUDE)/rtems/powerpc:
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
@@ -61,16 +60,18 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions \
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc \
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc \
|
||||||
$(include_rtems_powerpc_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
|
$(include_rtems_powerpc_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
|
||||||
|
|
||||||
# $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).$(OBJEXT): $(ARCH)/rtems.$(OBJEXT)
|
C_FILES = # cpu.c
|
||||||
# $(INSTALL_DATA) $< $@
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
# $(REL): $(rtems_cpu_rel_OBJECTS)
|
S_FILES = # cpu_asm.S
|
||||||
# $(make-rel)
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
# TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).$(OBJEXT)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -35,18 +35,16 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
|||||||
C_FILES = cpu.c
|
C_FILES = cpu.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c
|
EXTRA_DIST = cpu.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -37,18 +37,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
S_FILES = cpu_asm.S
|
S_FILES = cpu_asm.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c cpu_asm.S
|
EXTRA_DIST = cpu.c cpu_asm.S
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|||||||
@@ -34,16 +34,14 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \
|
|||||||
C_FILES = cpu.c
|
C_FILES = cpu.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
REL = $(ARCH)/rtems-cpu.rel
|
LIB = $(ARCH)/libscorecpu.a
|
||||||
|
|
||||||
rtems_cpu_rel_OBJECTS = $(C_O_FILES)
|
libscorecpu_a_OBJECTS = $(C_O_FILES)
|
||||||
|
|
||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(LIB): $(libscorecpu_a_OBJECTS)
|
||||||
$(make-rel)
|
$(make-library)
|
||||||
|
|
||||||
all-local: $(ARCH) $(rtems_cpu_rel_OBJECTS) $(REL)
|
all-local: $(ARCH) $(LIB)
|
||||||
|
|
||||||
.PRECIOUS: $(REL)
|
|
||||||
|
|
||||||
EXTRA_DIST = cpu.c
|
EXTRA_DIST = cpu.c
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user