source: rtems/testsuites/sptests/spsem02/Makefile.am @ 26ecc74

4.115
Last change on this file since 26ecc74 was 26ecc74, checked in by Gedare Bloom <gedare@…>, on 05/19/13 at 21:30:06

sptests: add test to demonstrate bug in strict order mutex

  • Property mode set to 100644
File size: 526 bytes
Line 
1
2rtems_tests_PROGRAMS = spsem02
3spsem02_SOURCES = init.c
4
5dist_rtems_tests_DATA = spsem02.scn
6dist_rtems_tests_DATA += spsem02.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12AM_CPPFLAGS += -I$(top_srcdir)/../support/include
13
14LINK_OBJS = $(spsem02_OBJECTS)
15LINK_LIBS = $(spsem02_LDLIBS)
16
17spsem02$(EXEEXT): $(spsem02_OBJECTS) $(spsem02_DEPENDENCIES)
18        @rm -f spsem02$(EXEEXT)
19        $(make-exe)
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.