summaryrefslogblamecommitdiffstats
path: root/c/src/librtems++/Makefile.am
blob: d61d7b0e98e65dbb9de3b2dc3953a0af69f568d5 (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)

CLEANFILES =
DISTCLEANFILES =

include $(srcdir)/preinstall.am

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