source: rtems/c/src/librtems++/include/rtems++/Makefile.am @ 152790a

4.104.114.84.95
Last change on this file since 152790a was 80847a34, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:23:49

2001-02-03 Ralf Corsepius <corsepiu@…>

  • include/rtems++/Makefile.am: Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 569 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7if HAS_CXX
8include_rtems__dir = $(includedir)/rtems++
9include_rtems___HEADERS = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h rtemsSemaphore.h \
10    rtemsStatusCode.h rtemsTask.h rtemsTaskMode.h rtemsTimer.h
11
12PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++ \
13    $(include_rtems___HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%)
14
15$(PROJECT_INCLUDE)/rtems++:
16        @$(mkinstalldirs) $@
17$(PROJECT_INCLUDE)/rtems++/%.h: %.h
18        $(INSTALL_DATA) $< $@
19endif
20
21all-local: $(PREINSTALL_FILES)
22
23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.