Changeset 7a5a3a41 in rtems
- Timestamp:
- 01/05/04 07:17:01 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 48a1abf
- Parents:
- 1b186e5
- Location:
- c/src/lib/libbsp/sh
- Files:
-
- 5 deleted
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh1/ChangeLog
r1b186e5 r7a5a3a41 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * start/Makefile.am: Remove. 4 * Makefile.am: Merge-in start/Makefile.am. 5 * configure.ac: Reflect changes above. 6 1 7 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/sh/gensh1/Makefile.am
r1b186e5 r7a5a3a41 5 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 6 7 include $(top_srcdir)/../../../../automake/compile.am 8 include $(top_srcdir)/../../bsp.am 9 7 10 # wrapup is the one that actually builds and installs the library 8 11 # from the individual .rel files built in other directories 9 SUBDIRS = . start startup scitab console wrapup 10 11 include $(top_srcdir)/../../bsp.am 12 SUBDIRS = . startup scitab console wrapup 12 13 13 14 include_HEADERS += include/coverhd.h 14 15 15 all-local: $(PREINSTALL_FILES) 16 S_FILES = start/start.S 17 $(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp) 18 ${CCASCOMPILE} -DASM -o $@ -c $< 16 19 17 EXTRA_DIST = times 20 project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) 21 22 all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) 23 24 EXTRA_DIST = $(S_FILES) 25 26 EXTRA_DIST += times 27 28 TMPINSTALL_FILES = 18 29 19 30 $(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp) … … 21 32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 22 33 34 $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) $(PROJECT_LIB)/$(dirstamp) 35 $(INSTALL_DATA) $< $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT) 36 TMPINSTALL_FILES += $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT) 37 23 38 include $(top_srcdir)/../../../../automake/subdirs.am 24 39 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh1/configure.ac
r1b186e5 r7a5a3a41 26 26 console/Makefile 27 27 scitab/Makefile 28 start/Makefile29 28 startup/Makefile 30 29 wrapup/Makefile]) -
c/src/lib/libbsp/sh/gensh2/ChangeLog
r1b186e5 r7a5a3a41 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * start/Makefile.am: Remove. 4 * Makefile.am: Merge-in start/Makefile.am. 5 * configure.ac: Reflect changes above. 6 1 7 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/sh/gensh2/Makefile.am
r1b186e5 r7a5a3a41 5 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 6 7 include $(top_srcdir)/../../../../automake/compile.am 8 include $(top_srcdir)/../../bsp.am 9 7 10 ## wrapup is the one that actually builds and installs the library 8 11 ## from the individual .rel files built in other directories 9 SUBDIRS = . start startup scitab console wrapup 10 11 include $(top_srcdir)/../../bsp.am 12 SUBDIRS = . startup scitab console wrapup 12 13 13 14 include_HEADERS += include/coverhd.h 14 15 15 all-local: $(PREINSTALL_FILES) 16 S_FILES = start/start.S 17 $(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp) 18 ${CCASCOMPILE} -DASM -o $@ -c $< 19 20 project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) 21 22 all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) 23 24 TMPINSTALL_FILES = 16 25 17 26 $(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp) … … 19 28 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 20 29 30 $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) $(PROJECT_LIB)/$(dirstamp) 31 $(INSTALL_DATA) $< $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT) 32 TMPINSTALL_FILES += $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT) 33 21 34 include $(top_srcdir)/../../../../automake/subdirs.am 22 35 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh2/configure.ac
r1b186e5 r7a5a3a41 35 35 console/Makefile 36 36 scitab/Makefile 37 start/Makefile38 37 startup/Makefile 39 38 wrapup/Makefile]) -
c/src/lib/libbsp/sh/gensh4/ChangeLog
r1b186e5 r7a5a3a41 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * start/Makefile.am: Remove. 4 * Makefile.am: Merge-in start/Makefile.am. 5 * configure.ac: Reflect changes above. 6 1 7 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/sh/gensh4/Makefile.am
r1b186e5 r7a5a3a41 5 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 6 7 include $(top_srcdir)/../../../../automake/compile.am 8 include $(top_srcdir)/../../bsp.am 9 7 10 ## wrapup is the one that actually builds and installs the library 8 11 ## from the individual .rel files built in other directories 9 SUBDIRS = . start startup console hw_init wrapup 10 11 include $(top_srcdir)/../../bsp.am 12 SUBDIRS = . startup console hw_init wrapup 12 13 13 14 include_HEADERS += include/sdram.h 14 15 include_HEADERS += include/coverhd.h 15 16 16 all-local: $(PREINSTALL_FILES) 17 S_FILES = start/start.S 18 $(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp) 19 ${CCASCOMPILE} -DASM -o $@ -c $< 20 21 project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) 22 23 all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) 17 24 18 25 EXTRA_DIST = times 26 27 TMPINSTALL_FILES = 19 28 20 29 $(PROJECT_INCLUDE)/sdram.h: include/sdram.h $(PROJECT_INCLUDE)/$(dirstamp) … … 26 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 27 36 37 $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) $(PROJECT_LIB)/$(dirstamp) 38 $(INSTALL_DATA) $< $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT) 39 TMPINSTALL_FILES += $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT) 40 28 41 include $(top_srcdir)/../../../../automake/subdirs.am 29 42 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh4/configure.ac
r1b186e5 r7a5a3a41 34 34 # Explicitly list all Makefiles here 35 35 AC_CONFIG_FILES([Makefile 36 start/Makefile37 36 startup/Makefile 38 37 hw_init/Makefile -
c/src/lib/libbsp/sh/shsim/ChangeLog
r1b186e5 r7a5a3a41 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * start/Makefile.am: Remove. 4 * Makefile.am: Merge-in start/Makefile.am. 5 * configure.ac: Reflect changes above. 6 1 7 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/sh/shsim/Makefile.am
r1b186e5 r7a5a3a41 5 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 6 7 include $(top_srcdir)/../../../../automake/compile.am 8 include $(top_srcdir)/../../bsp.am 9 7 10 # wrapup is the one that actually builds and installs the library 8 11 # from the individual .rel files built in other directories 9 SUBDIRS = . start startup clock scitab gdbsci console wrapup 10 11 include $(top_srcdir)/../../bsp.am 12 SUBDIRS = . startup clock scitab gdbsci console wrapup 12 13 13 14 include_HEADERS += include/gdbsci.h 14 15 nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h 15 16 16 all-local: $(PREINSTALL_FILES) 17 S_FILES = start/start.S 18 $(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp) 19 ${CCASCOMPILE} -DASM -o $@ -c $< 20 21 project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) 22 23 all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) 24 25 EXTRA_DIST = $(S_FILES) 26 27 TMPINSTALL_FILES = 17 28 18 29 $(PROJECT_INCLUDE)/gdbsci.h: include/gdbsci.h $(PROJECT_INCLUDE)/$(dirstamp) … … 24 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 25 36 37 $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) $(PROJECT_LIB)/$(dirstamp) 38 $(INSTALL_DATA) $< $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT) 39 TMPINSTALL_FILES += $(PROJECT_LIB)/start$(LIB_VARIANT).$(OBJEXT) 40 26 41 include $(top_srcdir)/../../../../automake/subdirs.am 27 42 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/shsim/configure.ac
r1b186e5 r7a5a3a41 70 70 scitab/Makefile 71 71 gdbsci/Makefile 72 start/Makefile73 72 startup/Makefile 74 73 wrapup/Makefile]) -
c/src/lib/libbsp/sh/simsh4/ChangeLog
r1b186e5 r7a5a3a41 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * start/Makefile.am: Remove. 4 * Makefile.am: Merge-in start/Makefile.am. 5 * configure.ac: Reflect changes above. 6 1 7 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/sh/simsh4/Makefile.am
r1b186e5 r7a5a3a41 5 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 6 7 include $(top_srcdir)/../../../../automake/compile.am 8 include $(top_srcdir)/../../bsp.am 9 7 10 ## wrapup is the one that actually builds and installs the library 8 11 ## from the individual .rel files built in other directories 9 SUBDIRS = . start startup console clock timer wrapup12 SUBDIRS = . startup console clock timer wrapup 10 13 SUBDIRS += tools 11 14 … … 13 16 # ramdisk 14 17 15 include $(top_srcdir)/../../bsp.am16 17 18 include_HEADERS += include/syscall.h 18 19 include_HEADERS += include/ramdisk.h 19 20 include_HEADERS += include/coverhd.h 20 21 21 all-local: $(PREINSTALL_FILES) 22 S_FILES = start/start.S 23 $(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp) 24 ${CCASCOMPILE} -DASM -o $@ -c $< 25 26 project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) 27 28 all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) 29 30 EXTRA_DIST = $(S_FILES) 22 31 23 32 $(PROJECT_INCLUDE)/syscall.h: include/syscall.h $(PROJECT_INCLUDE)/$(dirstamp) -
c/src/lib/libbsp/sh/simsh4/configure.ac
r1b186e5 r7a5a3a41 37 37 AC_CONFIG_FILES([Makefile 38 38 console/Makefile 39 start/Makefile40 39 startup/Makefile 41 40 clock/Makefile
Note: See TracChangeset
for help on using the changeset viewer.