Changeset 77072181 in rtems
- Timestamp:
- Dec 2, 2003, 5:07:53 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fe7a377e
- Parents:
- d4116e44
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
rd4116e44 r77072181 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * mpc505/ictrl/Makefile.am: Remove all-local: $(ARCH). 4 * mpc505/timer/Makefile.am: Remove all-local: $(ARCH). 5 * mpc505/vectors/Makefile.am: Remove all-local: $(ARCH). 6 * mpc6xx/clock/Makefile.am: Remove all-local: $(ARCH). 7 * mpc6xx/exceptions/Makefile.am: Remove all-local: $(ARCH). 8 * mpc6xx/mmu/Makefile.am: Remove all-local: $(ARCH). 9 * mpc6xx/timer/Makefile.am: Remove all-local: $(ARCH). 10 * mpc6xx/wrapup/Makefile.am: Remove all-local: $(ARCH). 11 * mpc8260/clock/Makefile.am: Remove all-local: $(ARCH). 12 * mpc8260/console-generic/Makefile.am: Remove all-local: $(ARCH). 13 * mpc8260/cpm/Makefile.am: Remove all-local: $(ARCH). 14 * mpc8260/exceptions/Makefile.am: Remove all-local: $(ARCH). 15 * mpc8260/mmu/Makefile.am: Remove all-local: $(ARCH). 16 * mpc8260/timer/Makefile.am: Remove all-local: $(ARCH). 17 * mpc8xx/clock/Makefile.am: Remove all-local: $(ARCH). 18 * mpc8xx/console-generic/Makefile.am: Remove all-local: $(ARCH). 19 * mpc8xx/cpm/Makefile.am: Remove all-local: $(ARCH). 20 * mpc8xx/exceptions/Makefile.am: Remove all-local: $(ARCH). 21 * mpc8xx/mmu/Makefile.am: Remove all-local: $(ARCH). 22 * mpc8xx/timer/Makefile.am: Remove all-local: $(ARCH). 23 * ppc403/clock/Makefile.am: Remove all-local: $(ARCH). 24 * ppc403/console/Makefile.am: Remove all-local: $(ARCH). 25 * ppc403/ictrl/Makefile.am: Remove all-local: $(ARCH). 26 * ppc403/timer/Makefile.am: Remove all-local: $(ARCH). 27 * ppc403/tty_drv/Makefile.am: Remove all-local: $(ARCH). 28 * ppc403/vectors/Makefile.am: Remove all-local: $(ARCH). 29 * shared/include/Makefile.am: Remove all-local: $(ARCH). 30 * shared/src/Makefile.am: Remove all-local: $(ARCH). 31 * wrapup/Makefile.am: Remove all-local: $(ARCH). 32 1 33 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 34 -
c/src/lib/libcpu/powerpc/mpc505/ictrl/Makefile.am
rd4116e44 r77072181 21 21 $(make-rel) 22 22 23 all-local: $( ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)23 all-local: $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) 24 24 25 25 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am
rd4116e44 r77072181 19 19 $(make-rel) 20 20 21 all-local: $( ARCH) $(timer_rel_OBJECTS) $(PGM)21 all-local: $(timer_rel_OBJECTS) $(PGM) 22 22 23 23 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = vectors.S -
c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am
rd4116e44 r77072181 18 18 # 19 19 20 all-local: $( ARCH) $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS)20 all-local: $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS) 21 21 22 22 EXTRA_DIST = c_clock.c c_clock.h -
c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am
rd4116e44 r77072181 26 26 $(make-rel) 27 27 28 all-local: $( ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)28 all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) 29 29 30 30 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am
rd4116e44 r77072181 26 26 $(make-rel) 27 27 28 all-local: $( ARCH) $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM)28 all-local: $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM) 29 29 30 30 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am
rd4116e44 r77072181 19 19 $(make-rel) 20 20 21 all-local: $( ARCH) $(timer_rel_OBJECTS) $(PGM)21 all-local: $(timer_rel_OBJECTS) $(PGM) 22 22 23 23 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am
rd4116e44 r77072181 25 25 cp $(LIB) .. 26 26 27 all-local: $ {ARCH} $(LIB)27 all-local: $(LIB) 28 28 29 29 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libcpu/powerpc/mpc8260/clock/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(C_FILES) -
c/src/lib/libcpu/powerpc/mpc8260/console-generic/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(C_FILES) -
c/src/lib/libcpu/powerpc/mpc8260/cpm/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(C_FILES) -
c/src/lib/libcpu/powerpc/mpc8260/exceptions/Makefile.am
rd4116e44 r77072181 25 25 $(make-rel) 26 26 27 all-local: $( ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)27 all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) 28 28 29 29 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/mpc8260/mmu/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(C_FILES) -
c/src/lib/libcpu/powerpc/mpc8260/timer/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(C_FILES) -
c/src/lib/libcpu/powerpc/mpc8xx/clock/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(C_FILES) -
c/src/lib/libcpu/powerpc/mpc8xx/console-generic/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(C_FILES) -
c/src/lib/libcpu/powerpc/mpc8xx/cpm/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(C_FILES) -
c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am
rd4116e44 r77072181 25 25 $(make-rel) 26 26 27 all-local: $( ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)27 all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) 28 28 29 29 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/mpc8xx/mmu/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(C_FILES) -
c/src/lib/libcpu/powerpc/mpc8xx/timer/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(C_FILES) -
c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am
rd4116e44 r77072181 19 19 $(make-rel) 20 20 21 all-local: $( ARCH) $(clock_rel_OBJECTS) $(PGM)21 all-local: $(clock_rel_OBJECTS) $(PGM) 22 22 23 23 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am
rd4116e44 r77072181 24 24 $(make-rel) 25 25 26 all-local: $( ARCH) $(console_rel_OBJECTS) $(PGM)26 all-local: $(console_rel_OBJECTS) $(PGM) 27 27 28 28 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am
rd4116e44 r77072181 21 21 $(make-rel) 22 22 23 all-local: $( ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)23 all-local: $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) 24 24 25 25 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am
rd4116e44 r77072181 19 19 $(make-rel) 20 20 21 all-local: $( ARCH) $(timer_rel_OBJECTS) $(PGM)21 all-local: $(timer_rel_OBJECTS) $(PGM) 22 22 23 23 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am
rd4116e44 r77072181 21 21 $(make-rel) 22 22 23 all-local: $( ARCH) $(tty_drv_rel_OBJECTS) $(PGM)23 all-local: $(tty_drv_rel_OBJECTS) $(PGM) 24 24 25 25 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am
rd4116e44 r77072181 20 20 $(make-rel) 21 21 22 all-local: $ {ARCH} $(PGM)22 all-local: $(PGM) 23 23 24 24 EXTRA_DIST = $(S_FILES) README -
c/src/lib/libcpu/powerpc/shared/include/Makefile.am
rd4116e44 r77072181 25 25 $(make-library) 26 26 27 all-local: $( ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)27 all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB) 28 28 29 29 .PRECIOUS: $(LIB) -
c/src/lib/libcpu/powerpc/shared/src/Makefile.am
rd4116e44 r77072181 22 22 cp $< $@ 23 23 24 all-local: $( ARCH) $(PREINSTALL_FILES) $(OBJS)24 all-local: $(PREINSTALL_FILES) $(OBJS) 25 25 26 26 CLEANFILES = cache.h -
c/src/lib/libcpu/powerpc/wrapup/Makefile.am
rd4116e44 r77072181 30 30 #TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a 31 31 32 all-local: $ {ARCH} $(LIB) $(TMPINSTALL_FILES)32 all-local: $(LIB) $(TMPINSTALL_FILES) 33 33 34 34 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.