source: rtems/testsuites/sptests/sp69/Makefile.am @ 7199b1d

4.104.115
Last change on this file since 7199b1d was 7199b1d, checked in by Glenn Humphrey <glenn.humphrey@…>, on 12/08/09 at 23:07:38

2009-12-08 Glenn Humphrey <glenn.humphrey@…>

  • Makefile.am, configure.ac: Added a test for rate_monotonic_get_status to ensure that all paths are tested.
  • sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
  • Property mode set to 100644
File size: 628 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp69
8sp69_SOURCES = init.c ../../support/src/spin.c
9
10dist_rtems_tests_DATA = sp69.scn
11dist_rtems_tests_DATA += sp69.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17sp69_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
21LINK_OBJS = $(sp69_OBJECTS) $(sp69_LDADD)
22LINK_LIBS = $(sp69_LDLIBS)
23
24sp69$(EXEEXT): $(sp69_OBJECTS) $(sp69_DEPENDENCIES)
25        @rm -f sp69$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.