summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/iostream/Makefile.am
blob: 3eb4e3c96e5098d143fd7fe40ed9943b9404e1ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##
##  $Id$
##


rtems_tests_PROGRAMS = cxx_iostream
cxx_iostream_SOURCES = init.cc system.h

dist_rtems_tests_DATA = iostream.scn
dist_rtems_tests_DATA += iostream.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am


LINK_OBJS = $(cxx_iostream_OBJECTS)
LINK_LIBS = $(cxx_iostream_LDLIBS)

cxx_iostream$(EXEEXT): $(cxx_iostream_OBJECTS) $(cxx_iostream_DEPENDENCIES)
	@rm -f cxx_iostream$(EXEEXT)
	$(make-cxx-exe)

include $(top_srcdir)/../automake/local.am