source: rtems/testsuites/sptests/sp53/Makefile.am @ 25686a57

4.104.115
Last change on this file since 25686a57 was 25686a57, checked in by Joel Sherrill <joel.sherrill@…>, on 06/08/09 at 21:05:20

2009-06-08 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report from Sergio Faustino <sergio.faustino@…> regarding moving the time of day forward not making server based timers fire.
  • sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc, sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc, sp53/sp53.scn: New files.
  • Property mode set to 100644
File size: 645 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp53
8sp53_SOURCES = ../sp52/init.c
9
10dist_rtems_tests_DATA = sp53.scn
11dist_rtems_tests_DATA += sp53.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17sp53_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20AM_CPPFLAGS += -DUSE_TIMER_SERVER
21
22LINK_OBJS = $(sp53_OBJECTS) $(sp53_LDADD)
23LINK_LIBS = $(sp53_LDLIBS)
24
25sp53$(EXEEXT): $(sp53_OBJECTS) $(sp53_DEPENDENCIES)
26        @rm -f sp53$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.