Changeset 82a7f58 in rtems
- Timestamp:
- 09/29/03 09:56:23 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d348010c
- Parents:
- 87576f7
- Location:
- c/src/lib/libbsp
- Files:
-
- 4 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/or32/orp/ChangeLog
r87576f7 r82a7f58 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/or32/orp/Makefile.am
r87576f7 r82a7f58 6 6 7 7 # wrapup is the one that actually builds and installs the library 8 # 9 SUBDIRS = . includeclock console startup timer start wrapup8 # from the individual .rel files built in other directories 9 SUBDIRS = . clock console startup timer start 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/or32/orp/configure.ac
r87576f7 r82a7f58 19 19 clock/Makefile 20 20 console/Makefile 21 include/Makefile22 21 start/Makefile 23 22 startup/Makefile -
c/src/lib/libbsp/sparc/erc32/ChangeLog
r87576f7 r82a7f58 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/sparc/erc32/Makefile.am
r87576f7 r82a7f58 6 6 7 7 # wrapup is the one that actually builds and installs the library 8 # 9 SUBDIRS = . include start startup gnatsupp console clock timer erc32sonic\10 wrapuptools8 # from the individual .rel files built in other directories 9 SUBDIRS = . start startup gnatsupp console clock timer erc32sonic wrapup \ 10 tools 11 11 12 12 include $(top_srcdir)/../../bsp.am 13 13 14 EXTRA_DIST = bsp_specs times 14 include_HEADERS += include/erc32.h 15 16 all-local: $(PREINSTALL_FILES) 17 18 EXTRA_DIST = times 19 20 $(PROJECT_INCLUDE)/erc32.h: include/erc32.h 21 $(INSTALL_DATA) $< $@ 22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/erc32.h 15 23 16 24 include $(top_srcdir)/../../../../automake/subdirs.am -
c/src/lib/libbsp/sparc/erc32/configure.ac
r87576f7 r82a7f58 43 43 erc32sonic/Makefile 44 44 gnatsupp/Makefile 45 include/Makefile46 45 start/Makefile 47 46 startup/Makefile -
c/src/lib/libbsp/sparc/leon/ChangeLog
r87576f7 r82a7f58 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/sparc/leon/Makefile.am
r87576f7 r82a7f58 6 6 7 7 # wrapup is the one that actually builds and installs the library 8 # 9 SUBDIRS = . include start startup gnatsupp console clock timer\10 leon_open_eth wrapuptools8 # from the individual .rel files built in other directories 9 SUBDIRS = . start startup gnatsupp console clock timer leon_open_eth wrapup \ 10 tools 11 11 12 12 include $(top_srcdir)/../../bsp.am 13 13 14 EXTRA_DIST = bsp_specs times 14 include_HEADERS += include/leon.h 15 16 all-local: $(PREINSTALL_FILES) 17 18 EXTRA_DIST = times 19 20 $(PROJECT_INCLUDE)/leon.h: include/leon.h 21 $(INSTALL_DATA) $< $@ 22 PREINSTALL_FILES += $(PROJECT_INCLUDE)/leon.h 15 23 16 24 include $(top_srcdir)/../../../../automake/subdirs.am -
c/src/lib/libbsp/sparc/leon/configure.ac
r87576f7 r82a7f58 43 43 leon_open_eth/Makefile 44 44 gnatsupp/Makefile 45 include/Makefile46 45 start/Makefile 47 46 startup/Makefile -
c/src/lib/libbsp/unix/posix/ChangeLog
r87576f7 r82a7f58 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-26 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/lib/libbsp/unix/posix/Makefile.am
r87576f7 r82a7f58 6 6 7 7 # wrapup is the one that actually builds and installs the library 8 # 9 SUBDIRS = . includestartup clock console timer shmsupp wrapup tools8 # from the individual .rel files built in other directories 9 SUBDIRS = . startup clock console timer shmsupp wrapup tools 10 10 11 11 include $(top_srcdir)/../../bsp.am 12 12 13 EXTRA_DIST = bsp_specs times 13 nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h 14 15 all-local: $(PREINSTALL_FILES) 16 17 EXTRA_DIST = times 18 19 $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h 20 $(INSTALL_DATA) $< $@ 21 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 14 22 15 23 include $(top_srcdir)/../../../../automake/subdirs.am -
c/src/lib/libbsp/unix/posix/configure.ac
r87576f7 r82a7f58 41 41 clock/Makefile 42 42 console/Makefile 43 include/Makefile44 43 shmsupp/Makefile 45 44 startup/Makefile
Note: See TracChangeset
for help on using the changeset viewer.