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
RevLine 
[e1d8abb]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7if HAS_CXX
[80847a34]8include_rtems__dir = $(includedir)/rtems++
9include_rtems___HEADERS = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h rtemsSemaphore.h \
[df49c60]10    rtemsStatusCode.h rtemsTask.h rtemsTaskMode.h rtemsTimer.h
[e1d8abb]11
[a86faa59]12PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems++ \
[80847a34]13    $(include_rtems___HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%)
[e1d8abb]14
15$(PROJECT_INCLUDE)/rtems++:
16        @$(mkinstalldirs) $@
17$(PROJECT_INCLUDE)/rtems++/%.h: %.h
18        $(INSTALL_DATA) $< $@
19endif
20
[df49c60]21all-local: $(PREINSTALL_FILES)
[e1d8abb]22
23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.