source: rtems/testsuites/samples/iostream/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

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