Changeset d1b210cd in rtems
- Timestamp:
- 09/29/03 10:39:05 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dfe49b69
- Parents:
- 8d7f47f4
- Location:
- c/src/lib/libbsp
- Files:
-
- 5 deleted
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/bare/ChangeLog
r8d7f47f4 rd1b210cd 1 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Merge-in include/Makefile.am. 4 Reflect changes to bsp.am. 5 * include/Makefile.am: Remove. 6 * configure.ac: Reflect changes above. 7 1 8 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/lib/libbsp/bare/Makefile.am
r8d7f47f4 rd1b210cd 7 7 include $(top_srcdir)/../bsp.am 8 8 9 SUBDIRS = . include 9 nodist_include_HEADERS += $(top_srcdir)/../shared/include/coverhd.h 10 10 11 EXTRA_DIST = bsp_specs build-tools do-bare-bsp-build 11 all-local: $(PREINSTALL_FILES) 12 12 13 include $(top_srcdir)/../../../automake/subdirs.am 13 EXTRA_DIST = build-tools do-bare-bsp-build 14 15 $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../shared/include/coverhd.h 16 $(INSTALL_DATA) $< $@ 17 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 18 14 19 include $(top_srcdir)/../../../automake/local.am -
c/src/lib/libbsp/bare/configure.ac
r8d7f47f4 rd1b210cd 20 20 21 21 # Explicitly list all Makefiles here 22 AC_CONFIG_FILES([Makefile 23 include/Makefile]) 22 AC_CONFIG_FILES([Makefile]) 24 23 AC_OUTPUT -
c/src/lib/libbsp/c4x/c4xsim/ChangeLog
r8d7f47f4 rd1b210cd 1 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Merge-in include/Makefile.am. 4 Reflect changes to bsp.am. 5 * include/Makefile.am: Remove. 6 * configure.ac: Reflect changes above. 7 8 2003-09-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 9 10 * bsp_specs: Remove *lib:. 11 1 12 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 13 -
c/src/lib/libbsp/c4x/c4xsim/Makefile.am
r8d7f47f4 rd1b210cd 6 6 7 7 # wrapup is the one that actually builds and installs the library 8 # 9 SUBDIRS = . start includestartup console clock timer wrapup tools8 # from the individual .rel files built in other directories 9 SUBDIRS = . start startup console clock timer wrapup tools 10 10 11 11 include $(top_srcdir)/../../bsp.am 12 12 13 EXTRA_DIST = bsp_specs times 13 include_HEADERS += include/simio.h 14 nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h 15 16 all-local: $(PREINSTALL_FILES) 17 18 EXTRA_DIST = times 19 20 $(PROJECT_INCLUDE)/simio.h: include/simio.h 21 $(INSTALL_DATA) $< $@ 22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/simio.h 23 24 $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h 25 $(INSTALL_DATA) $< $@ 26 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 14 27 15 28 include $(top_srcdir)/../../../../automake/subdirs.am -
c/src/lib/libbsp/c4x/c4xsim/bsp_specs
r8d7f47f4 rd1b210cd 1 %rename lib old_lib2 1 %rename endfile old_endfile 3 2 %rename startfile old_startfile 4 3 %rename link old_link 5 6 7 *lib:8 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \9 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \10 -lc -lgcc --end-group \11 %{!qnolinkcmds: -T linkcmds%s}}}12 4 13 5 *startfile: -
c/src/lib/libbsp/c4x/c4xsim/configure.ac
r8d7f47f4 rd1b210cd 21 21 clock/Makefile 22 22 console/Makefile 23 include/Makefile24 23 start/Makefile 25 24 startup/Makefile -
c/src/lib/libbsp/i386/i386ex/ChangeLog
r8d7f47f4 rd1b210cd 1 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Merge-in include/Makefile.am. 4 Reflect changes to bsp.am. 5 * include/Makefile.am: Remove. 6 * configure.ac: Reflect changes above. 7 1 8 2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/i386/i386ex/Makefile.am
r8d7f47f4 rd1b210cd 6 6 7 7 # wrapup is the one that actually builds and installs the library 8 # 9 SUBDIRS = . includestart startup clock console timer network wrapup8 # from the individual .rel files built in other directories 9 SUBDIRS = . start startup clock console timer network wrapup 10 10 11 11 include $(top_srcdir)/../../bsp.am 12 12 13 EXTRA_DIST = bsp_specs 13 include_HEADERS += include/coverhd.h 14 15 all-local: $(PREINSTALL_FILES) 16 17 $(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h 18 $(INSTALL_DATA) $< $@ 19 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 14 20 15 21 include $(top_srcdir)/../../../../automake/subdirs.am -
c/src/lib/libbsp/i386/i386ex/configure.ac
r8d7f47f4 rd1b210cd 28 28 clock/Makefile 29 29 console/Makefile 30 include/Makefile31 30 start/Makefile 32 31 startup/Makefile -
c/src/lib/libbsp/i386/pc386/ChangeLog
r8d7f47f4 rd1b210cd 1 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Merge-in include/Makefile.am. 4 Reflect changes to bsp.am. 5 * include/Makefile.am: Remove. 6 * configure.ac: Reflect changes above. 7 1 8 2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/i386/pc386/Makefile.am
r8d7f47f4 rd1b210cd 6 6 7 7 # wrapup is the one that actually builds and installs the library 8 # 9 SUBDIRS = . include tools start startup clock console timer ne2000 wd8003\10 3c509 idewrapup8 # from the individual .rel files built in other directories 9 SUBDIRS = . tools start startup clock console timer ne2000 wd8003 3c509 ide \ 10 wrapup 11 11 12 12 include $(top_srcdir)/../../bsp.am … … 17 17 TMPINSTALL_FILES = $(PROJECT_RELEASE)/BootImgs 18 18 19 EXTRA_DIST = HOWTO README.dec21140 STATUS bsp_specs times_i486dx times_p5 19 # This driver needs to be reworked for the BSD stack. 20 # We only install wd80x3.h if HAS_NETWORKING was defined 21 if HAS_NETWORKING 22 include_HEADERS += include/wd80x3.h 23 endif 24 25 include_HEADERS += include/crt.h 26 nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h 27 28 all-local: $(PREINSTALL_FILES) 29 30 EXTRA_DIST = HOWTO README.dec21140 STATUS times_i486dx times_p5 31 32 if HAS_NETWORKING 33 $(PROJECT_INCLUDE)/wd80x3.h: include/wd80x3.h 34 $(INSTALL_DATA) $< $@ 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/wd80x3.h 36 endif 37 38 $(PROJECT_INCLUDE)/crt.h: include/crt.h 39 $(INSTALL_DATA) $< $@ 40 PREINSTALL_FILES += $(PROJECT_INCLUDE)/crt.h 41 42 $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h 43 $(INSTALL_DATA) $< $@ 44 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 20 45 21 46 include $(top_srcdir)/../../../../automake/subdirs.am -
c/src/lib/libbsp/i386/pc386/configure.ac
r8d7f47f4 rd1b210cd 31 31 clock/Makefile 32 32 console/Makefile 33 include/Makefile34 33 start/Makefile 35 34 startup/Makefile -
c/src/lib/libbsp/i386/ts_386ex/ChangeLog
r8d7f47f4 rd1b210cd 1 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Merge-in include/Makefile.am. 4 Reflect changes to bsp.am. 5 * include/Makefile.am: Remove. 6 * configure.ac: Reflect changes above. 7 1 8 2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/i386/ts_386ex/Makefile.am
r8d7f47f4 rd1b210cd 6 6 7 7 # wrapup is the one that actually builds and installs the library 8 # 9 SUBDIRS = . includetools start startup clock console timer network wrapup8 # from the individual .rel files built in other directories 9 SUBDIRS = . tools start startup clock console timer network wrapup 10 10 11 11 include $(top_srcdir)/../../bsp.am 12 12 13 EXTRA_DIST = bsp_specs 13 if HAS_NETWORKING 14 include_HEADERS += include/wd80x3.h 15 endif 16 17 include_HEADERS += include/coverhd.h 18 19 all-local: $(PREINSTALL_FILES) 20 21 if HAS_NETWORKING 22 $(PROJECT_INCLUDE)/wd80x3.h: include/wd80x3.h 23 $(INSTALL_DATA) $< $@ 24 PREINSTALL_FILES += $(PROJECT_INCLUDE)/wd80x3.h 25 endif 26 27 $(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h 28 $(INSTALL_DATA) $< $@ 29 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 14 30 15 31 include $(top_srcdir)/../../../../automake/subdirs.am -
c/src/lib/libbsp/i386/ts_386ex/configure.ac
r8d7f47f4 rd1b210cd 44 44 clock/Makefile 45 45 console/Makefile 46 include/Makefile47 46 start/Makefile 48 47 startup/Makefile
Note: See TracChangeset
for help on using the changeset viewer.