source: rtems/testsuites/samples/iostream/Makefile.am @ 0ca5cba

4.104.114.84.95
Last change on this file since 0ca5cba was 0ca5cba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/05 at 14:52:28

s/SAMPLE/TEST/ for improved consistency with other tests.

  • Property mode set to 100644
File size: 607 bytes
Line 
1##
2##  $Id$
3##
4
5TEST = iostream
6PGM = ${ARCH}/$(TEST).exe
7
8MANAGERS = io
9
10noinst_LIBRARIES = lib.a
11lib_a_SOURCES = init.cc system.h
12
13DOCTYPES = doc scn
14DOCS = $(DOCTYPES:%=$(TEST).%)
15
16OBJS = $(lib_a_OBJECTS)
17
18
19include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
20include $(top_srcdir)/../automake/compile.am
21include $(top_srcdir)/../automake/leaf.am
22include $(top_srcdir)/sample.am
23
24#
25# (OPTIONAL) Add local stuff here using +=
26#
27
28all-local: $(TMPINSTALL_FILES)
29
30${PGM}: $(OBJS) $(LINK_FILES)
31        $(make-cxx-exe)
32
33EXTRA_DIST = $(DOCS)
34
35CLEANFILES = $(TMPINSTALL_FILES)
36
37include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.