source: rtems/c/src/tests/libtests/rtems++/Makefile.am @ 17177e2c

4.104.114.84.95
Last change on this file since 17177e2c was 8fbdf07, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 15:22:23

Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@…>
that contains cosmetical changes to the Makefile.ams below tests (removes
old, now invalid comments from these Makefile.ams).

  • Property mode set to 100644
File size: 817 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6TEST = rtems++
7
8MANAGERS = event io msg sem signal timer rate_monotonic
9
10CC_FILES = Init.cc Task1.cc Task2.cc Task3.cc
11CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o)
12
13H_FILES = System.h
14noinst_HEADERS =$(H_FILES)
15
16DOCTYPES = scn doc
17DOCS = $(DOCTYPES:%=$(TEST).%)
18
19SRCS = $(DOCS) $(C_FILES) $(H_FILES)
20OBJS = $(CC_O_FILES)
21
22PRINT_SRCS = $(DOCS)
23
24PGM = ${ARCH}/$(TEST).exe
25
26include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
27include $(RTEMS_ROOT)/make/leaf.cfg
28include $(top_srcdir)/libtests.am
29
30#
31# (OPTIONAL) Add local stuff here using +=
32#
33
34LD_LIBS += $(CPLUS_LD_LIBS)
35
36if HAS_CXX
37${PGM}: $(OBJS) $(LINK_FILES)
38        $(make-exe)
39
40all-local: $(ARCH) $(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.