source: rtems/testsuites/sptests/sp07/Makefile.am @ e457190

4.104.114.84.95
Last change on this file since e457190 was e457190, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/03 at 23:35:09

2003-12-16 Joel Sherrill <joel@…>

PR 544/tests

  • sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c, sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to make tests account for resources and not print at inappropriate times.
  • sp07/buffered_io.c: New file.
  • Property mode set to 100644
File size: 732 bytes
Line 
1##
2## $Id$
3##
4
5TEST = sp07
6
7MANAGERS = io
8
9C_FILES = init.c buffered_io.c task1.c task2.c task3.c task4.c taskexit.c \
10    tcreate.c tdelete.c trestart.c tstart.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
12
13H_FILES = system.h
14noinst_HEADERS = $(H_FILES)
15
16DOCTYPES = scn doc
17DOCS = $(DOCTYPES:%=$(TEST).%)
18
19SRCS = $(C_FILES) $(H_FILES)
20OBJS = $(C_O_FILES)
21
22PRINT_SRCS = $(DOCS)
23
24PGM = ${ARCH}/$(TEST).exe
25
26include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
27include $(top_srcdir)/../automake/compile.am
28include $(top_srcdir)/../automake/leaf.am
29include $(top_srcdir)/sptests.am
30
31${PGM}: $(OBJS) $(LINK_FILES)
32        $(make-exe)
33
34all-local: $(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.