summaryrefslogblamecommitdiffstats
path: root/c/src/librtems++/Makefile.am
blob: b2bfe6070e1425debb792fe6d97deeedff83ac5e (plain) (tree)
1
2
3
4
5
6
7
8
9



       
                               
 
                                            
 
          

                                          
                                                        


                                                                          

                                

                                    


                                                                           
                                      
     
 
                                                  
 
                               
                                          
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../aclocal

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

if HAS_CXX
include_rtems__dir = $(includedir)/rtems++

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

project_lib_LIBRARIES = librtems++.a

librtems___a_SOURCES = src/rtemsEvent.cc src/rtemsInterrupt.cc \
    src/rtemsMessageQueue.cc src/rtemsSemaphore.cc src/rtemsStatusCode.cc \
    src/rtemsTask.cc src/rtemsTimer.cc
librtems___a_CPPFLAGS = $(AM_CPPFLAGS)
endif

all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)

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