source: rtems/testsuites/sptests/sp57/Makefile.am @ 7b0f182a

4.104.115
Last change on this file since 7b0f182a was 0281931, checked in by Joel Sherrill <joel.sherrill@…>, on 07/08/09 at 18:49:15

2009-07-08 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test of restarting a task which is in the middle of a sleep or wake after.
  • sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc, sp57/sp57.scn: New files.
  • Property mode set to 100644
File size: 637 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp57
8sp57_SOURCES = init.c
9
10dist_rtems_tests_DATA = sp57.scn
11dist_rtems_tests_DATA += sp57.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17sp57_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20AM_CPPFLAGS += -DUSE_TIMER_SERVER
21
22LINK_OBJS = $(sp57_OBJECTS) $(sp57_LDADD)
23LINK_LIBS = $(sp57_LDLIBS)
24
25sp57$(EXEEXT): $(sp57_OBJECTS) $(sp57_DEPENDENCIES)
26        @rm -f sp57$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.