summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/iostream/Makefile.am
blob: a50e972d07c8827072e4421eb128813280a1b9ff (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
25
26
27
28
29
##
##  $Id$
##

MANAGERS = io

rtems_tests_PROGRAMS = iostream.exe
iostream_exe_SOURCES = init.cc system.h

scndir = $(rtems_testsdir)
dist_scn_DATA = iostream.scn
docdir = $(rtems_testsdir)
dist_doc_DATA = iostream.doc

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

iostream_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)

LINK_OBJS = $(iostream_exe_OBJECTS) $(iostream_exe_LDADD)
LINK_LIBS = $(iostream_exe_LDLIBS)

iostream.exe$(EXEEXT): $(iostream_exe_OBJECTS) $(iostream_exe_DEPENDENCIES)
	@rm -f iostream.exe$(EXEEXT)
	$(make-exe)
	$(make-cxx-exe)

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