source: rtems/testsuites/sptests/sp66/Makefile.am @ a5b04da

4.104.115
Last change on this file since a5b04da was a5b04da, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/09 at 20:05:44

2009-09-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very simple priority ceiling case that was previously only tested via the POSIX API.
  • sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc, sp66/sp66.scn: New files.
  • Property mode set to 100644
File size: 683 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp66
8sp66_SOURCES = ../sp65/init.c
9
10dist_rtems_tests_DATA = sp66.scn
11dist_rtems_tests_DATA += sp66.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17sp66_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/include
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21AM_CPPFLAGS += -DINHERIT_CEILING
22
23LINK_OBJS = $(sp66_OBJECTS) $(sp66_LDADD)
24LINK_LIBS = $(sp66_LDLIBS)
25
26sp66$(EXEEXT): $(sp66_OBJECTS) $(sp66_DEPENDENCIES)
27        @rm -f sp66$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.