source: rtems/c/src/librtems++/Makefile.am @ 2ddb743

4.115
Last change on this file since 2ddb743 was 2ddb743, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:52:51

Remove CVS-Ids.

  • Property mode set to 100644
File size: 778 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3include $(top_srcdir)/../automake/compile.am
4
5if HAS_CXX
6include_rtems__dir = $(includedir)/rtems++
7
8include_rtems___HEADERS = include/rtems++/rtemsEvent.h \
9    include/rtems++/rtemsInterrupt.h include/rtems++/rtemsMessageQueue.h \
10    include/rtems++/rtemsSemaphore.h include/rtems++/rtemsStatusCode.h \
11    include/rtems++/rtemsTask.h include/rtems++/rtemsTaskMode.h \
12    include/rtems++/rtemsTimer.h
13
14project_lib_LIBRARIES = librtems++.a
15
16librtems___a_SOURCES = src/rtemsEvent.cc src/rtemsInterrupt.cc \
17    src/rtemsMessageQueue.cc src/rtemsSemaphore.cc src/rtemsStatusCode.cc \
18    src/rtemsTask.cc src/rtemsTimer.cc
19librtems___a_CPPFLAGS = $(AM_CPPFLAGS)
20endif
21
22include $(srcdir)/preinstall.am
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.