source: rtems/c/src/tests/sptests/sp07/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: 709 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = sp07
8
9MANAGERS = io
10
11C_FILES = init.c task1.c task2.c task3.c task4.c taskexit.c tcreate.c \
12    tdelete.c trestart.c tstart.c
13C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
14
15H_FILES = system.h
16noinst_HEADERS =$(H_FILES)
17
18DOCTYPES = scn doc
19DOCS = $(DOCTYPES:%=$(TEST).%)
20
21SRCS = $(C_FILES) $(H_FILES)
22OBJS = $(C_O_FILES)
23
24PRINT_SRCS = $(DOCS)
25
26PGM = ${ARCH}/$(TEST).exe
27
28include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
29include $(RTEMS_ROOT)/make/leaf.cfg
30include $(top_srcdir)/sptests.am
31
32${PGM}: $(OBJS) $(LINK_FILES)
33        $(make-exe)
34
35all-local: $(ARCH) $(TMPINSTALL_FILES)
36
37EXTRA_DIST = $(C_FILES) $(DOCS)
38
39include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.