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

4.104.114.84.95
Last change on this file since a86faa59 was a86faa59, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 13:34:17

2001-09-28 Ralf Corsepius <corsepiu@…>

  • include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
  • Property mode set to 100644
File size: 568 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.