source: rtems/testsuites/sptests/sp45/Makefile.am @ a88e2dd

4.104.115
Last change on this file since a88e2dd was a88e2dd, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/08 at 20:59:49

2008-12-03 Joel Sherrill <joel.sherrill@…>

PR 1347/cpukit

  • Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c: Rework Timer Server to ensure that the context allows for blocking, allocating memory, and acquiring semaphores and mutexes.
  • sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn: New files.
  • Property mode set to 100644
File size: 643 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp45.exe
8sp45_exe_SOURCES = init.c
9
10dist_rtems_tests_DATA = sp45.scn
11dist_rtems_tests_DATA += sp45.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17sp45_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
21LINK_OBJS = $(sp45_exe_OBJECTS) $(sp45_exe_LDADD)
22LINK_LIBS = $(sp45_exe_LDLIBS)
23
24sp45.exe$(EXEEXT): $(sp45_exe_OBJECTS) $(sp45_exe_DEPENDENCIES)
25        @rm -f sp45.exe$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.