source: rtems/testsuites/libtests/rtems++/Makefile.am @ 6895c068

4.104.114.84.95
Last change on this file since 6895c068 was 6895c068, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 21:25:08

2003-12-01 Ralf Corsepius <corsepiu@…>

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