source: rtems/testsuites/samples/iostream/Makefile.am @ dc172333

4.104.114.84.95
Last change on this file since dc172333 was d4f5ddcb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/11/06 at 04:54:10

Eliminate scndir, docdir. Use rtems_testsdir instead.

  • Property mode set to 100644
File size: 654 bytes
Line 
1##
2##  $Id$
3##
4
5MANAGERS = io
6
7rtems_tests_PROGRAMS = iostream.exe
8iostream_exe_SOURCES = init.cc system.h
9
10dist_rtems_tests_DATA = iostream.scn
11dist_rtems_tests_DATA += iostream.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17iostream_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19LINK_OBJS = $(iostream_exe_OBJECTS) $(iostream_exe_LDADD)
20LINK_LIBS = $(iostream_exe_LDLIBS)
21
22iostream.exe$(EXEEXT): $(iostream_exe_OBJECTS) $(iostream_exe_DEPENDENCIES)
23        @rm -f iostream.exe$(EXEEXT)
24        $(make-cxx-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.