Changeset 7184977 in rtems
- Timestamp:
- 08/16/03 12:50:27 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e665ad1
- Parents:
- c1ea6f3
- Location:
- c/src/lib/libbsp/sh/gensh4
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh4/ChangeLog
rc1ea6f3 r7184977 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 console/Makefile.am: Reflect having moved automake. 5 hw_init/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 wrapup/Makefile.am: Reflect having moved automake. 10 1 11 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 12 -
c/src/lib/libbsp/sh/gensh4/Makefile.am
rc1ea6f3 r7184977 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/sh/gensh4/console/Makefile.am
rc1ea6f3 r7184977 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/gensh4/hw_init/Makefile.am
rc1ea6f3 r7184977 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 # … … 32 32 EXTRA_DIST = hw_init.c 33 33 34 include $(top_srcdir)/../../../../ ../../automake/local.am34 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh4/include/Makefile.am
rc1ea6f3 r7184977 14 14 all-local: $(PREINSTALL_FILES) 15 15 16 include $(top_srcdir)/../../../../ ../../automake/local.am16 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh4/start/Makefile.am
rc1ea6f3 r7184977 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 29 29 30 include $(top_srcdir)/../../../../ ../../automake/local.am30 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh4/startup/Makefile.am
rc1ea6f3 r7184977 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 # … … 45 45 EXTRA_DIST = bspclean.c bspstart.c linkcmds linkcmds.rom linkcmds.rom2ram 46 46 47 include $(top_srcdir)/../../../../ ../../automake/local.am47 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
rc1ea6f3 r7184977 16 16 LIB = $(ARCH)/libbsp.a 17 17 18 include $(top_srcdir)/../../../../ ../../automake/compile.am19 include $(top_srcdir)/../../../../ ../../automake/lib.am18 include $(top_srcdir)/../../../../automake/compile.am 19 include $(top_srcdir)/../../../../automake/lib.am 20 20 21 21 # … … 28 28 all-local: $(ARCH) $(LIB) 29 29 30 include $(top_srcdir)/../../../../ ../../automake/local.am30 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.