Changeset 84128ef7 in rtems
- Timestamp:
- 12/02/03 05:43:03 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7234bfcd
- Parents:
- 3794531
- Location:
- c/src/lib/libbsp/sh
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh1/ChangeLog
r3794531 r84128ef7 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/Makefile.am: Remove all-local: $(ARCH). 4 * scitab/Makefile.am: Remove all-local: $(ARCH). 5 * start/Makefile.am: Remove all-local: $(ARCH). 6 * startup/Makefile.am: Remove all-local: $(ARCH). 7 * wrapup/Makefile.am: Remove all-local: $(ARCH). 8 1 9 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/sh/gensh1/console/Makefile.am
r3794531 r84128ef7 26 26 # ../wrapup/Makefile 27 27 28 all-local: $( ARCH) $(OBJS) $(PGM)28 all-local: $(OBJS) $(PGM) 29 29 30 30 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
r3794531 r84128ef7 28 28 $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@ 29 29 30 all-local: $( ARCH) $(OBJS) $(PGM)30 all-local: $(OBJS) $(PGM) 31 31 32 32 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sh/gensh1/start/Makefile.am
r3794531 r84128ef7 24 24 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT) 25 25 26 all-local: $( ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)26 all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES) 27 27 28 28 .PRECIOUS: $(ARCH)/start.$(OBJEXT) -
c/src/lib/libbsp/sh/gensh1/startup/Makefile.am
r3794531 r84128ef7 31 31 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds 32 32 33 all-local: $( ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)33 all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES) 34 34 35 35 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am
r3794531 r84128ef7 26 26 $(make-library) 27 27 28 all-local: $( ARCH) $(LIB)28 all-local: $(LIB) 29 29 30 30 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh2/ChangeLog
r3794531 r84128ef7 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/Makefile.am: Remove all-local: $(ARCH). 4 * scitab/Makefile.am: Remove all-local: $(ARCH). 5 * start/Makefile.am: Remove all-local: $(ARCH). 6 * startup/Makefile.am: Remove all-local: $(ARCH). 7 * wrapup/Makefile.am: Remove all-local: $(ARCH). 8 1 9 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/sh/gensh2/console/Makefile.am
r3794531 r84128ef7 26 26 # ../wrapup/Makefile 27 27 28 all-local: $( ARCH) $(OBJS) $(PGM)28 all-local: $(OBJS) $(PGM) 29 29 30 30 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
r3794531 r84128ef7 25 25 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 26 26 27 all-local: $( ARCH) $(OBJS) $(PGM)27 all-local: $(OBJS) $(PGM) 28 28 29 29 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sh/gensh2/start/Makefile.am
r3794531 r84128ef7 24 24 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT) 25 25 26 all-local: $( ARCH) $(OBJS) $(TMPINSTALL_FILES)26 all-local: $(OBJS) $(TMPINSTALL_FILES) 27 27 28 28 EXTRA_DIST = start.S start.ram start.rom -
c/src/lib/libbsp/sh/gensh2/startup/Makefile.am
r3794531 r84128ef7 31 31 PREINSTALL_FILES = $(PROJECT_RELEASE)/lib/linkcmds 32 32 33 all-local: $( ARCH) $(PREINSTALL_FILES) $(OBJS) $(PGM)33 all-local: $(PREINSTALL_FILES) $(OBJS) $(PGM) 34 34 35 35 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am
r3794531 r84128ef7 26 26 $(make-library) 27 27 28 all-local: $( ARCH) $(LIB)28 all-local: $(LIB) 29 29 30 30 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.