source: rtems/testsuites/sptests/sp47/Makefile.am @ 03f0885

4.104.115
Last change on this file since 03f0885 was 03f0885, checked in by Joel Sherrill <joel.sherrill@…>, on 01/21/09 at 20:47:58

2009-01-21 Nickolay Kolchin <nbkolchin@…>

Joel Sherrill <joel.sherrill@…>

PR 1357/cpukit

  • rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
  • Property mode set to 100644
File size: 643 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp47.exe
8sp47_exe_SOURCES = init.c
9
10dist_rtems_tests_DATA = sp47.scn
11dist_rtems_tests_DATA += sp47.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17sp47_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
21LINK_OBJS = $(sp47_exe_OBJECTS) $(sp47_exe_LDADD)
22LINK_LIBS = $(sp47_exe_LDLIBS)
23
24sp47.exe$(EXEEXT): $(sp47_exe_OBJECTS) $(sp47_exe_DEPENDENCIES)
25        @rm -f sp47.exe$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.