source: rtems/testsuites/sptests/sp55/Makefile.am @ 630a2a6

4.104.115
Last change on this file since 630a2a6 was 630a2a6, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/09 at 17:10:39

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

  • Makefile.am, configure.ac: Add new test to exercise case when broadcasting to a message queue with a pending message.
  • sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc, sp55/sp55.scn: New files.
  • Property mode set to 100644
File size: 637 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp55
8sp55_SOURCES = init.c
9
10dist_rtems_tests_DATA = sp55.scn
11dist_rtems_tests_DATA += sp55.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17sp55_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20AM_CPPFLAGS += -DUSE_TIMER_SERVER
21
22LINK_OBJS = $(sp55_OBJECTS) $(sp55_LDADD)
23LINK_LIBS = $(sp55_LDLIBS)
24
25sp55$(EXEEXT): $(sp55_OBJECTS) $(sp55_DEPENDENCIES)
26        @rm -f sp55$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.