Changeset d73e8326 in rtems
- Timestamp:
- 08/16/03 12:49:29 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6836fc9
- Parents:
- 2334e94b
- Location:
- c/src/lib/libbsp/sparc/erc32
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/ChangeLog
r2334e94b rd73e8326 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 erc32sonic/Makefile.am: Reflect having moved automake. 7 gnatsupp/Makefile.am: Reflect having moved automake. 8 include/Makefile.am: Reflect having moved automake. 9 start/Makefile.am: Reflect having moved automake. 10 startup/Makefile.am: Reflect having moved automake. 11 timer/Makefile.am: Reflect having moved automake. 12 wrapup/Makefile.am: Reflect having moved automake. 13 1 14 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 15 -
c/src/lib/libbsp/sparc/erc32/Makefile.am
r2334e94b rd73e8326 14 14 EXTRA_DIST = bsp_specs times 15 15 16 include $(top_srcdir)/../../../../ ../../automake/subdirs.am17 include $(top_srcdir)/../../../../ ../../automake/local.am16 include $(top_srcdir)/../../../../automake/subdirs.am 17 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/erc32/clock/Makefile.am
r2334e94b rd73e8326 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/sparc/erc32/console/Makefile.am
r2334e94b rd73e8326 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 consolereserveresources.c debugputs.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am
r2334e94b rd73e8326 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 # … … 33 33 EXTRA_DIST = erc32sonic.c 34 34 35 include $(top_srcdir)/../../../../ ../../automake/local.am35 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am
r2334e94b rd73e8326 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 # … … 29 29 EXTRA_DIST = gnatsupp.c gnatcommon.c 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/erc32/include/Makefile.am
r2334e94b rd73e8326 17 17 all-local: $(PREINSTALL_FILES) 18 18 19 include $(top_srcdir)/../../../../ ../../automake/local.am19 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/erc32/start/Makefile.am
r2334e94b rd73e8326 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 # … … 33 33 EXTRA_DIST = start.S 34 34 35 include $(top_srcdir)/../../../../ ../../automake/local.am35 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/erc32/startup/Makefile.am
r2334e94b rd73e8326 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 # … … 40 40 EXTRA_DIST = linkcmds setvec.c spurious.c boardinit.S 41 41 42 include $(top_srcdir)/../../../../ ../../automake/local.am42 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/erc32/timer/Makefile.am
r2334e94b rd73e8326 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/sparc/erc32/wrapup/Makefile.am
r2334e94b rd73e8326 17 17 LIB = $(ARCH)/libbsp.a 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 # … … 29 29 all-local: $(ARCH) $(LIB) 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.