Changeset 5200506 in rtems
- Timestamp:
- 12/02/03 05:42:50 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3794531
- Parents:
- 30160cb
- Location:
- c/src/lib/libbsp/powerpc/psim
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/psim/ChangeLog
r30160cb r5200506 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 * shmsupp/Makefile.am: Remove all-local: $(ARCH). 6 * start/Makefile.am: Remove all-local: $(ARCH). 7 * startup/Makefile.am: Remove all-local: $(ARCH). 8 * timer/Makefile.am: Remove all-local: $(ARCH). 9 * vectors/Makefile.am: Remove all-local: $(ARCH). 10 * wrapup/Makefile.am: Remove all-local: $(ARCH). 11 1 12 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 13 -
c/src/lib/libbsp/powerpc/psim/clock/Makefile.am
r30160cb r5200506 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/powerpc/psim/console/Makefile.am
r30160cb r5200506 28 28 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 29 29 30 all-local: $( ARCH) $(OBJS) $(PGM)30 all-local: $(OBJS) $(PGM) 31 31 32 32 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.am
r30160cb r5200506 24 24 25 25 if HAS_MP 26 all-local: $( ARCH) $(OBJS) $(PGM)26 all-local: $(OBJS) $(PGM) 27 27 endif 28 28 -
c/src/lib/libbsp/powerpc/psim/start/Makefile.am
r30160cb r5200506 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/powerpc/psim/startup/Makefile.am
r30160cb r5200506 35 35 $(PROJECT_RELEASE)/lib/device-tree 36 36 37 all-local: $( ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)37 all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES) 38 38 39 39 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/powerpc/psim/timer/Makefile.am
r30160cb r5200506 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/powerpc/psim/vectors/Makefile.am
r30160cb r5200506 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/powerpc/psim/wrapup/Makefile.am
r30160cb r5200506 29 29 $(make-library) 30 30 31 all-local: $( ARCH) $(LIB)31 all-local: $(LIB) 32 32 33 33 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.