source: rtems/testsuites/sptests/sp06/Makefile.am @ d65005e

4.104.114.84.95
Last change on this file since d65005e was d65005e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 12:44:35

AM_CPPFLAGS += -I..../support/include.

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