Changeset bdca6fb in rtems
- Timestamp:
- 12/02/03 05:43:27 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cbfc5936
- Parents:
- 6713c14
- Location:
- c/src/lib/libbsp/sparc/leon
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/leon/ChangeLog
r6713c14 rbdca6fb 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am: Remove all-local: $(ARCH). 4 * console/Makefile.am: Remove all-local: $(ARCH). 5 * gnatsupp/Makefile.am: Remove all-local: $(ARCH). 6 * leon_open_eth/Makefile.am: Remove all-local: $(ARCH). 7 * start/Makefile.am: Remove all-local: $(ARCH). 8 * startup/Makefile.am: Remove all-local: $(ARCH). 9 * timer/Makefile.am: Remove all-local: $(ARCH). 10 * wrapup/Makefile.am: Remove all-local: $(ARCH). 11 1 12 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 13 -
c/src/lib/libbsp/sparc/leon/clock/Makefile.am
r6713c14 rbdca6fb 23 23 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 24 24 25 all-local: $( ARCH) $(OBJS) $(PGM)25 all-local: $(OBJS) $(PGM) 26 26 27 27 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sparc/leon/console/Makefile.am
r6713c14 rbdca6fb 23 23 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 24 24 25 all-local: $( ARCH) $(OBJS) $(PGM)25 all-local: $(OBJS) $(PGM) 26 26 27 27 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sparc/leon/gnatsupp/Makefile.am
r6713c14 rbdca6fb 23 23 $(make-rel) 24 24 25 all-local: $( ARCH) $(OBJS) $(PGM)25 all-local: $(OBJS) $(PGM) 26 26 27 27 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am
r6713c14 rbdca6fb 26 26 27 27 if HAS_NETWORKING 28 all-local: $( ARCH) $(OBJS) $(PGM)28 all-local: $(OBJS) $(PGM) 29 29 endif 30 30 -
c/src/lib/libbsp/sparc/leon/start/Makefile.am
r6713c14 rbdca6fb 26 26 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT) 27 27 28 all-local: $( ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)28 all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES) 29 29 30 30 .PRECIOUS: $(ARCH)/start.$(OBJEXT) -
c/src/lib/libbsp/sparc/leon/startup/Makefile.am
r6713c14 rbdca6fb 34 34 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds 35 35 36 all-local: $( ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)36 all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES) 37 37 38 38 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sparc/leon/timer/Makefile.am
r6713c14 rbdca6fb 23 23 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 24 24 25 all-local: $( ARCH) $(OBJS) $(PGM)25 all-local: $(OBJS) $(PGM) 26 26 27 27 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am
r6713c14 rbdca6fb 27 27 $(make-library) 28 28 29 all-local: $( ARCH) $(LIB)29 all-local: $(LIB) 30 30 31 31 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.