- Timestamp:
- 08/16/03 12:49:34 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c1ea6f3
- Parents:
- d73e8326
- Location:
- c/src/lib/libbsp/sparc/leon
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/leon/ChangeLog
rd73e8326 r6836fc9 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 gnatsupp/Makefile.am: Reflect having moved automake. 7 include/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/sparc/leon/Makefile.am
rd73e8326 r6836fc9 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/sparc/leon/clock/Makefile.am
rd73e8326 r6836fc9 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/leon/console/Makefile.am
rd73e8326 r6836fc9 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/leon/gnatsupp/Makefile.am
rd73e8326 r6836fc9 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 30 30 31 include $(top_srcdir)/../../../../ ../../automake/local.am31 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/leon/include/Makefile.am
rd73e8326 r6836fc9 16 16 all-local: $(PREINSTALL_FILES) 17 17 18 include $(top_srcdir)/../../../../ ../../automake/local.am18 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/leon/start/Makefile.am
rd73e8326 r6836fc9 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 # … … 32 32 EXTRA_DIST = start.S 33 33 34 include $(top_srcdir)/../../../../ ../../automake/local.am34 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/leon/startup/Makefile.am
rd73e8326 r6836fc9 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/leon/timer/Makefile.am
rd73e8326 r6836fc9 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/leon/wrapup/Makefile.am
rd73e8326 r6836fc9 12 12 LIB = $(ARCH)/libbsp.a 13 13 14 include $(top_srcdir)/../../../../ ../../automake/compile.am15 include $(top_srcdir)/../../../../ ../../automake/lib.am14 include $(top_srcdir)/../../../../automake/compile.am 15 include $(top_srcdir)/../../../../automake/lib.am 16 16 17 17 # … … 24 24 all-local: $(ARCH) $(LIB) 25 25 26 include $(top_srcdir)/../../../../ ../../automake/local.am26 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.