Changeset e4cd431e in rtems
- Timestamp:
- Dec 2, 2003, 5:42:08 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6d871a5f
- Parents:
- 5ceaa08
- Location:
- c/src/lib/libbsp/powerpc/dmv177
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/dmv177/ChangeLog
r5ceaa08 re4cd431e 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 * scv64/Makefile.am: Remove all-local: $(ARCH). 6 * sonic/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 * tod/Makefile.am: Remove all-local: $(ARCH). 11 * wrapup/Makefile.am: Remove all-local: $(ARCH). 12 1 13 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.am
r5ceaa08 re4cd431e 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/dmv177/console/Makefile.am
r5ceaa08 re4cd431e 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/powerpc/dmv177/scv64/Makefile.am
r5ceaa08 re4cd431e 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/dmv177/sonic/Makefile.am
r5ceaa08 re4cd431e 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/powerpc/dmv177/start/Makefile.am
r5ceaa08 re4cd431e 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 -
c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.am
r5ceaa08 re4cd431e 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/powerpc/dmv177/timer/Makefile.am
r5ceaa08 re4cd431e 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/dmv177/tod/Makefile.am
r5ceaa08 re4cd431e 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/powerpc/dmv177/wrapup/Makefile.am
r5ceaa08 re4cd431e 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.