Changeset f87a9f2 in rtems
- Timestamp:
- Mar 6, 2003, 6:01:31 AM (18 years ago)
- Children:
- 0b5d1b0a
- Parents:
- b3ceb897
- Location:
- c/src
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
rb3ceb897 rf87a9f2 1 2003-03-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Add support/. 4 * support/Makefile.am: New. 5 * support/version.c: New. 6 * wrapup/Makefile.am: Add support/libsupport.a. 7 1 8 2003-03-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/configure.ac
rb3ceb897 rf87a9f2 149 149 ]) 150 150 151 BSP_SUBDIRS="$BSP_SUBDIRS support" 151 152 BSP_SUBDIRS="$BSP_SUBDIRS wrapup" 152 153 … … 191 192 MAKE=${MAKE}]) 192 193 193 AC_CONFIG_FILES([ wrapup/Makefile])194 AC_CONFIG_FILES([support/Makefile wrapup/Makefile]) 194 195 195 196 AC_OUTPUT -
c/src/wrapup/Makefile.am
rb3ceb897 rf87a9f2 10 10 LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a 11 11 12 SRCS = 12 SRCS = ../support/${ARCH}/libsupport.a 13 13 14 14 if HAS_LIBBSP
Note: See TracChangeset
for help on using the changeset viewer.