source: rtems/testsuites/libtests/rtems++/Makefile.am @ cb281880

4.104.114.84.95
Last change on this file since cb281880 was cb281880, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/05 at 22:21:20

Eliminate DOCTYPES.

  • Property mode set to 100644
File size: 757 bytes
Line 
1##
2## $Id$
3##
4
5TEST = rtems++
6
7MANAGERS = event io msg sem signal timer rate_monotonic
8
9if HAS_CXX
10noinst_LIBRARIES = lib.a
11lib_a_SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h
12endif
13
14DOCS = $(TEST).scn $(TEST).doc
15
16
17
18PGM = ${ARCH}/$(TEST).exe
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../automake/compile.am
22include $(top_srcdir)/../automake/leaf.am
23include $(top_srcdir)/libtests.am
24
25#
26# (OPTIONAL) Add local stuff here using +=
27#
28
29LD_LIBS = -lrtems++
30
31if HAS_CXX
32
33AM_CPPFLAGS += -I$(top_srcdir)/../support/include
34
35${PGM}: $(OBJS) $(LINK_FILES)
36        $(make-cxx-exe)
37
38all-local: $(TMPINSTALL_FILES)
39else
40all-local:
41endif
42
43EXTRA_DIST = $(DOCS)
44
45CLEANFILES = $(TMPINSTALL_FILES)
46
47include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.