Changeset 80847a34 in rtems
- Timestamp:
- 02/05/01 18:23:49 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8b5d0db3
- Parents:
- 1db8d62f
- Location:
- c/src/librtems++
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/librtems++/ChangeLog
r1db8d62f r80847a34 1 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rtems++/Makefile.am: Apply include_*HEADERS instead of 4 H_FILES. 5 1 6 2001-01-08 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/librtems++/include/rtems++/Makefile.am
r1db8d62f r80847a34 6 6 7 7 if HAS_CXX 8 H_FILES = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h rtemsSemaphore.h \ 8 include_rtems__dir = $(includedir)/rtems++ 9 include_rtems___HEADERS = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h rtemsSemaphore.h \ 9 10 rtemsStatusCode.h rtemsTask.h rtemsTaskMode.h rtemsTimer.h 10 11 11 noinst_HEADERS = $(H_FILES)12 13 12 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++ \ 14 $( noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%)13 $(include_rtems___HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%) 15 14 16 15 $(PROJECT_INCLUDE)/rtems++:
Note: See TracChangeset
for help on using the changeset viewer.