source: rtems/c/src/librtems++/Makefile.am @ 008ff567

4.104.114.84.95
Last change on this file since 008ff567 was fc1a3ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 10:12:31

Remove all-local:.

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