summaryrefslogblamecommitdiffstats
path: root/c/src/librtems++/include/Makefile.am
blob: 1230c5b701264d8b853d79d7e998677574264f42 (plain) (tree)
1
2
3
4
5
6



       
                              
 



















                                                                                   
 
                                                
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.5

include_rtems__dir = $(includedir)/rtems++

$(PROJECT_INCLUDE)/%.h: %.h
	$(INSTALL_DATA) $< $@

$(PROJECT_INCLUDE)/rtems++:
	@$(mkinstalldirs) $@

if HAS_CXX
include_rtems___HEADERS = rtems++/rtemsEvent.h \
    rtems++/rtemsInterrupt.h rtems++/rtemsMessageQueue.h rtems++/rtemsSemaphore.h \
    rtems++/rtemsStatusCode.h rtems++/rtemsTask.h rtems++/rtemsTaskMode.h \
    rtems++/rtemsTimer.h

PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems++ \
    $(include_rtems___HEADERS:%=$(PROJECT_INCLUDE)/%)

endif

all-local: $(PREINSTALL_FILES)

include $(top_srcdir)/../../../automake/local.am