source: rtems/testsuites/sptests/sp17/Makefile.am @ 8fbdf07

4.104.114.84.95
Last change on this file since 8fbdf07 was 8fbdf07, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 15:22:23

Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@…>
that contains cosmetical changes to the Makefile.ams below tests (removes
old, now invalid comments from these Makefile.ams).

  • Property mode set to 100644
File size: 649 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = sp17
8
9MANAGERS = io signal
10
11C_FILES = init.c asr.c task1.c task2.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14H_FILES = system.h
15noinst_HEADERS =$(H_FILES)
16
17DOCTYPES = scn doc
18DOCS = $(DOCTYPES:%=$(TEST).%)
19
20SRCS = $(C_FILES) $(H_FILES)
21OBJS = $(C_O_FILES)
22
23PRINT_SRCS = $(DOCS)
24
25PGM = ${ARCH}/$(TEST).exe
26
27include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
28include $(RTEMS_ROOT)/make/leaf.cfg
29include $(top_srcdir)/sptests.am
30
31${PGM}: $(OBJS) $(LINK_FILES)
32        $(make-exe)
33
34all-local: $(ARCH) $(TMPINSTALL_FILES)
35
36EXTRA_DIST = $(C_FILES) $(DOCS)
37
38include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.