2003-03-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Build librtems++$(LIB_VARIANT).a
This commit is contained in:
Ralf Corsepius
2003-03-04 17:12:06 +00:00
parent 64e52730a8
commit b3ceb8973d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-03-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build librtems++$(LIB_VARIANT).a
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Eliminate *_O_FILES.

View File

@@ -26,7 +26,7 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems++ \
endif
LIB = ${ARCH}/librtems++.a
LIB = ${ARCH}/librtems++$(LIB_VARIANT).a
CC_FILES = src/rtemsEvent.cc src/rtemsInterrupt.cc src/rtemsMessageQueue.cc \
src/rtemsSemaphore.cc src/rtemsStatusCode.cc src/rtemsTask.cc src/rtemsTimer.cc