Changeset 8917506d in rtems for c/src/librtems++/include/Makefile.am
- Timestamp:
- 10/16/01 18:51:47 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 059a3714
- Parents:
- 49ed8e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/librtems++/include/Makefile.am
r49ed8e7 r8917506d 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 7 SUBDIRS =rtems++7 include_rtems__dir = $(includedir)/rtems++ 8 8 9 include $(top_srcdir)/../../../automake/subdirs.am 9 $(PROJECT_INCLUDE)/%.h: %.h 10 $(INSTALL_DATA) $< $@ 11 12 $(PROJECT_INCLUDE)/rtems++: 13 @$(mkinstalldirs) $@ 14 15 if HAS_CXX 16 include_rtems___HEADERS = rtems++/rtemsEvent.h \ 17 rtems++/rtemsInterrupt.h rtems++/rtemsMessageQueue.h rtems++/rtemsSemaphore.h \ 18 rtems++/rtemsStatusCode.h rtems++/rtemsTask.h rtems++/rtemsTaskMode.h \ 19 rtems++/rtemsTimer.h 20 21 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems++ \ 22 $(include_rtems___HEADERS:%=$(PROJECT_INCLUDE)/%) 23 24 endif 25 26 all-local: $(PREINSTALL_FILES) 27 10 28 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.