Changeset 88792dc in rtems
- Timestamp:
- 08/16/03 12:55:34 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d6b4d93
- Parents:
- 7670ca8
- Location:
- c/src/lib/libbsp/m68k
- Files:
-
- 40 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/dmv152/ChangeLog
r7670ca8 r88792dc 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 clock/Makefile.am: Reflect having moved automake. 5 console/Makefile.am: Reflect having moved automake. 6 include/Makefile.am: Reflect having moved automake. 7 spurious/Makefile.am: Reflect having moved automake. 8 start/Makefile.am: Reflect having moved automake. 9 startup/Makefile.am: Reflect having moved automake. 10 timer/Makefile.am: Reflect having moved automake. 11 wrapup/Makefile.am: Reflect having moved automake. 12 1 13 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/lib/libbsp/m68k/dmv152/Makefile.am
r7670ca8 r88792dc 13 13 EXTRA_DIST = bsp_specs times 14 14 15 include $(top_srcdir)/../../../../ ../../automake/subdirs.am16 include $(top_srcdir)/../../../../ ../../automake/local.am15 include $(top_srcdir)/../../../../automake/subdirs.am 16 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/dmv152/clock/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = ckinit.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/dmv152/console/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 AM_CPPFLAGS += $(BSP_CPPFLAGS) … … 31 31 EXTRA_DIST = console.c 32 32 33 include $(top_srcdir)/../../../../ ../../automake/local.am33 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/dmv152/include/Makefile.am
r7670ca8 r88792dc 17 17 all-local: $(TMPINSTALL_FILES) 18 18 19 include $(top_srcdir)/../../../../ ../../automake/local.am19 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = spinit.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/dmv152/start/Makefile.am
r7670ca8 r88792dc 10 10 OBJS = $(S_O_FILES) 11 11 12 include $(top_srcdir)/../../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../../automake/compile.am 13 include $(top_srcdir)/../../../../automake/lib.am 14 14 15 15 # … … 30 30 .PRECIOUS: $(ARCH)/start.$(OBJEXT) 31 31 32 include $(top_srcdir)/../../../../ ../../automake/local.am32 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/dmv152/startup/Makefile.am
r7670ca8 r88792dc 15 15 OBJS = $(C_O_FILES) 16 16 17 include $(top_srcdir)/../../../../ ../../automake/compile.am18 include $(top_srcdir)/../../../../ ../../automake/lib.am17 include $(top_srcdir)/../../../../automake/compile.am 18 include $(top_srcdir)/../../../../automake/lib.am 19 19 20 20 # … … 38 38 EXTRA_DIST = bspclean.c bspstart.c linkcmds vmeintr.c 39 39 40 include $(top_srcdir)/../../../../ ../../automake/local.am40 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/dmv152/timer/Makefile.am
r7670ca8 r88792dc 14 14 OBJS = $(C_O_FILES) $(S_O_FILES) 15 15 16 include $(top_srcdir)/../../../../ ../../automake/compile.am17 include $(top_srcdir)/../../../../ ../../automake/lib.am16 include $(top_srcdir)/../../../../automake/compile.am 17 include $(top_srcdir)/../../../../automake/lib.am 18 18 19 19 # … … 32 32 EXTRA_DIST = timer.c timerisr.S 33 33 34 include $(top_srcdir)/../../../../ ../../automake/local.am34 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am
r7670ca8 r88792dc 10 10 LIB = $(ARCH)/libbsp.a 11 11 12 include $(top_srcdir)/../../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../../automake/compile.am 13 include $(top_srcdir)/../../../../automake/lib.am 14 14 15 15 # … … 22 22 all-local: $(ARCH) $(LIB) 23 23 24 include $(top_srcdir)/../../../../ ../../automake/local.am24 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi332/ChangeLog
r7670ca8 r88792dc 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 clock/Makefile.am: Reflect having moved automake. 5 console/Makefile.am: Reflect having moved automake. 6 include/Makefile.am: Reflect having moved automake. 7 spurious/Makefile.am: Reflect having moved automake. 8 start/Makefile.am: Reflect having moved automake. 9 startup/Makefile.am: Reflect having moved automake. 10 timer/Makefile.am: Reflect having moved automake. 11 wrapup/Makefile.am: Reflect having moved automake. 12 1 13 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/lib/libbsp/m68k/efi332/Makefile.am
r7670ca8 r88792dc 13 13 EXTRA_DIST = bsp_specs times 14 14 15 include $(top_srcdir)/../../../../ ../../automake/subdirs.am16 include $(top_srcdir)/../../../../ ../../automake/local.am15 include $(top_srcdir)/../../../../automake/subdirs.am 16 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi332/clock/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = ckinit.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi332/console/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = console.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi332/include/Makefile.am
r7670ca8 r88792dc 21 21 all-local: $(TMPINSTALL_FILES) 22 22 23 include $(top_srcdir)/../../../../ ../../automake/local.am23 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi332/spurious/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = spinit.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi332/start/Makefile.am
r7670ca8 r88792dc 8 8 OBJS += $(S_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 9 9 10 include $(top_srcdir)/../../../../ ../../automake/compile.am11 include $(top_srcdir)/../../../../ ../../automake/lib.am10 include $(top_srcdir)/../../../../automake/compile.am 11 include $(top_srcdir)/../../../../automake/lib.am 12 12 13 13 # … … 68 68 EXTRA_DIST = start.c except_vect_332_ROM.S ram_init.ld ram_init.sed 69 69 70 include $(top_srcdir)/../../../../ ../../automake/local.am70 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi332/startup/Makefile.am
r7670ca8 r88792dc 17 17 OBJS = $(C_O_FILES) $(S_O_FILES) 18 18 19 include $(top_srcdir)/../../../../ ../../automake/compile.am20 include $(top_srcdir)/../../../../ ../../automake/lib.am19 include $(top_srcdir)/../../../../automake/compile.am 20 include $(top_srcdir)/../../../../automake/lib.am 21 21 22 22 # … … 45 45 EXTRA_DIST = bspclean.c bspstart.c linkcmds linkcmds_ROM 46 46 47 include $(top_srcdir)/../../../../ ../../automake/local.am47 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi332/timer/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = timer.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am
r7670ca8 r88792dc 10 10 LIB = $(ARCH)/libbsp.a 11 11 12 include $(top_srcdir)/../../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../../automake/compile.am 13 include $(top_srcdir)/../../../../automake/lib.am 14 14 15 15 # … … 22 22 all-local: $(ARCH) $(LIB) 23 23 24 include $(top_srcdir)/../../../../ ../../automake/local.am24 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi68k/ChangeLog
r7670ca8 r88792dc 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 clock/Makefile.am: Reflect having moved automake. 5 console/Makefile.am: Reflect having moved automake. 6 include/Makefile.am: Reflect having moved automake. 7 spurious/Makefile.am: Reflect having moved automake. 8 start/Makefile.am: Reflect having moved automake. 9 startup/Makefile.am: Reflect having moved automake. 10 timer/Makefile.am: Reflect having moved automake. 11 wrapup/Makefile.am: Reflect having moved automake. 12 1 13 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/lib/libbsp/m68k/efi68k/Makefile.am
r7670ca8 r88792dc 13 13 EXTRA_DIST = bsp_specs times 14 14 15 include $(top_srcdir)/../../../../ ../../automake/subdirs.am16 include $(top_srcdir)/../../../../ ../../automake/local.am15 include $(top_srcdir)/../../../../automake/subdirs.am 16 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi68k/clock/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = ckinit.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi68k/console/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = console.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi68k/include/Makefile.am
r7670ca8 r88792dc 21 21 all-local: $(TMPINSTALL_FILES) 22 22 23 include $(top_srcdir)/../../../../ ../../automake/local.am23 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = spinit.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi68k/start/Makefile.am
r7670ca8 r88792dc 8 8 OBJS = $(C_O_FILES) 9 9 10 include $(top_srcdir)/../../../../ ../../automake/compile.am11 include $(top_srcdir)/../../../../ ../../automake/lib.am10 include $(top_srcdir)/../../../../automake/compile.am 11 include $(top_srcdir)/../../../../automake/lib.am 12 12 13 13 # … … 30 30 EXTRA_DIST = start.c 31 31 32 include $(top_srcdir)/../../../../ ../../automake/local.am32 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi68k/startup/Makefile.am
r7670ca8 r88792dc 15 15 OBJS = $(C_O_FILES) 16 16 17 include $(top_srcdir)/../../../../ ../../automake/compile.am18 include $(top_srcdir)/../../../../ ../../automake/lib.am17 include $(top_srcdir)/../../../../automake/compile.am 18 include $(top_srcdir)/../../../../automake/lib.am 19 19 20 20 # … … 40 40 m68k-stub.c setvec.c 41 41 42 include $(top_srcdir)/../../../../ ../../automake/local.am42 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi68k/timer/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = timer.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.am
r7670ca8 r88792dc 10 10 LIB = $(ARCH)/libbsp.a 11 11 12 include $(top_srcdir)/../../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../../automake/compile.am 13 include $(top_srcdir)/../../../../automake/lib.am 14 14 15 15 # … … 22 22 all-local: $(ARCH) $(LIB) 23 23 24 include $(top_srcdir)/../../../../ ../../automake/local.am24 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/ChangeLog
r7670ca8 r88792dc 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 clock/Makefile.am: Reflect having moved automake. 5 console/Makefile.am: Reflect having moved automake. 6 include/Makefile.am: Reflect having moved automake. 7 spurious/Makefile.am: Reflect having moved automake. 8 start/Makefile.am: Reflect having moved automake. 9 startup/Makefile.am: Reflect having moved automake. 10 timer/Makefile.am: Reflect having moved automake. 11 wrapup/Makefile.am: Reflect having moved automake. 12 1 13 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/lib/libbsp/m68k/mrm332/Makefile.am
r7670ca8 r88792dc 13 13 EXTRA_DIST = bsp_specs times 14 14 15 include $(top_srcdir)/../../../../ ../../automake/subdirs.am16 include $(top_srcdir)/../../../../ ../../automake/local.am15 include $(top_srcdir)/../../../../automake/subdirs.am 16 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/clock/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = ckinit.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/console/Makefile.am
r7670ca8 r88792dc 13 13 OBJS = $(C_O_FILES) 14 14 15 include $(top_srcdir)/../../../../ ../../automake/compile.am16 include $(top_srcdir)/../../../../ ../../automake/lib.am15 include $(top_srcdir)/../../../../automake/compile.am 16 include $(top_srcdir)/../../../../automake/lib.am 17 17 18 18 # … … 31 31 EXTRA_DIST = console.c 32 32 33 include $(top_srcdir)/../../../../ ../../automake/local.am33 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/include/Makefile.am
r7670ca8 r88792dc 20 20 all-local: $(TMPINSTALL_FILES) 21 21 22 include $(top_srcdir)/../../../../ ../../automake/local.am22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/spurious/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = spinit.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/start/Makefile.am
r7670ca8 r88792dc 8 8 OBJS = $(S_O_FILES) 9 9 10 include $(top_srcdir)/../../../../ ../../automake/compile.am11 include $(top_srcdir)/../../../../ ../../automake/lib.am10 include $(top_srcdir)/../../../../automake/compile.am 11 include $(top_srcdir)/../../../../automake/lib.am 12 12 13 13 # … … 30 30 EXTRA_DIST = start.S 31 31 32 include $(top_srcdir)/../../../../ ../../automake/local.am32 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/startup/Makefile.am
r7670ca8 r88792dc 17 17 OBJS = $(C_O_FILES) $(S_O_FILES) 18 18 19 include $(top_srcdir)/../../../../ ../../automake/compile.am20 include $(top_srcdir)/../../../../ ../../automake/lib.am19 include $(top_srcdir)/../../../../automake/compile.am 20 include $(top_srcdir)/../../../../automake/lib.am 21 21 22 22 # … … 51 51 linkcmds_ROM 52 52 53 include $(top_srcdir)/../../../../ ../../automake/local.am53 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/timer/Makefile.am
r7670ca8 r88792dc 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(top_srcdir)/../../../../ ../../automake/compile.am14 include $(top_srcdir)/../../../../ ../../automake/lib.am13 include $(top_srcdir)/../../../../automake/compile.am 14 include $(top_srcdir)/../../../../automake/lib.am 15 15 16 16 # … … 29 29 EXTRA_DIST = timer.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/wrapup/Makefile.am
r7670ca8 r88792dc 10 10 LIB = $(ARCH)/libbsp.a 11 11 12 include $(top_srcdir)/../../../../ ../../automake/compile.am13 include $(top_srcdir)/../../../../ ../../automake/lib.am12 include $(top_srcdir)/../../../../automake/compile.am 13 include $(top_srcdir)/../../../../automake/lib.am 14 14 15 15 # … … 22 22 all-local: $(ARCH) $(LIB) 23 23 24 include $(top_srcdir)/../../../../ ../../automake/local.am24 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.