source: rtems/testsuites/sptests/sp31/Makefile.am @ 0e9a637

4.104.114.84.95
Last change on this file since 0e9a637 was de569fe, checked in by Joel Sherrill <joel.sherrill@…>, on 01/16/02 at 22:13:29

2001-01-16 Joel Sherrill <joel@…>

  • Added tests for task-based timers. This included the new tests sp30 and sp31.
  • Makefile.am, configure.ac: Modified to reflect new tests and files.
  • sp09/screen14.c, sp09/sp09.scn: Modified to add error checks for task-based timer services.
  • sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c, sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c, sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h, sp31/task1.c: New files.
  • Property mode set to 100644
File size: 662 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = sp31
8
9MANAGERS = all
10
11C_FILES = delay.c init.c prtime.c task1.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14DOCTYPES = scn
15DOCS = $(DOCTYPES:%=$(TEST).%)
16
17SRCS = $(C_FILES) $(H_FILES)
18OBJS = $(C_O_FILES)
19
20PRINT_SRCS = $(DOCS)
21
22PGM = ${ARCH}/$(TEST).exe
23
24include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
25include $(top_srcdir)/../../../../automake/compile.am
26include $(top_srcdir)/../../../../automake/leaf.am
27include $(top_srcdir)/sptests.am
28
29${PGM}: $(OBJS) $(LINK_FILES)
30        $(make-exe)
31
32all-local: $(ARCH) $(TMPINSTALL_FILES)
33
34EXTRA_DIST = $(C_FILES) $(DOCS)
35
36include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.