Changeset 54beee6 in rtems
- Timestamp:
- 08/16/03 12:50:38 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2cd784d
- Parents:
- e665ad1
- Location:
- c/src/lib/libbsp/sh/simsh4
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/simsh4/ChangeLog
re665ad1 r54beee6 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 start/Makefile.am: Reflect having moved automake. 8 startup/Makefile.am: Reflect having moved automake. 9 timer/Makefile.am: Reflect having moved automake. 10 tools/Makefile.am: Reflect having moved automake. 11 wrapup/Makefile.am: Reflect having moved automake. 12 1 13 2003-08-14 Joel Sherrill <joel@OARcorp.com> 2 14 -
c/src/lib/libbsp/sh/simsh4/Makefile.am
re665ad1 r54beee6 16 16 EXTRA_DIST = bsp_specs 17 17 18 include $(top_srcdir)/../../../../ ../../automake/subdirs.am19 include $(top_srcdir)/../../../../ ../../automake/local.am18 include $(top_srcdir)/../../../../automake/subdirs.am 19 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/simsh4/clock/Makefile.am
re665ad1 r54beee6 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/sh/simsh4/console/Makefile.am
re665ad1 r54beee6 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 # … … 28 28 .PRECIOUS: $(PGM) 29 29 30 include $(top_srcdir)/../../../../ ../../automake/local.am30 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/simsh4/include/Makefile.am
re665ad1 r54beee6 13 13 all-local: $(PREINSTALL_FILES) 14 14 15 include $(top_srcdir)/../../../../ ../../automake/local.am15 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/simsh4/start/Makefile.am
re665ad1 r54beee6 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 # … … 28 28 EXTRA_DIST = start.S trap.S 29 29 30 include $(top_srcdir)/../../../../ ../../automake/local.am30 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/simsh4/startup/Makefile.am
re665ad1 r54beee6 14 14 OBJS = $(C_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 # … … 46 46 linkcmds-le.coff 47 47 48 include $(top_srcdir)/../../../../ ../../automake/local.am48 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/simsh4/timer/Makefile.am
re665ad1 r54beee6 13 13 OBJS = $(C_O_FILES) $(S_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 = timer.c timerisr.S 32 32 33 include $(top_srcdir)/../../../../ ../../automake/local.am33 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am
re665ad1 r54beee6 19 19 LIB = $(ARCH)/libbsp.a 20 20 21 include $(top_srcdir)/../../../../ ../../automake/compile.am22 include $(top_srcdir)/../../../../ ../../automake/lib.am21 include $(top_srcdir)/../../../../automake/compile.am 22 include $(top_srcdir)/../../../../automake/lib.am 23 23 24 24 # … … 31 31 all-local: $(ARCH) $(LIB) 32 32 33 include $(top_srcdir)/../../../../ ../../automake/local.am33 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.