source: rtems/testsuites/sptests/spintrcritical09/Makefile.am @ bbebcd2c

4.104.115
Last change on this file since bbebcd2c was bbebcd2c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/21/09 at 15:16:57

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

  • spintrcritical06/init.c: Add comment to indicate test is not finished and known to not hit the case.
  • Makefile.am, configure.ac: Add a couple more interrupt critical section tests.
  • spintrcritical08/.cvsignore, spintrcritical08/Makefile.am, spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc, spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore, spintrcritical09/Makefile.am, spintrcritical09/init.c, spintrcritical09/spintrcritical09.doc, spintrcritical09/spintrcritical09.scn: New files.
  • Property mode set to 100644
File size: 842 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = spintrcritical09
8spintrcritical09_SOURCES = init.c ../spintrcritical_support/intrcritical.c
9
10dist_rtems_tests_DATA = spintrcritical09.scn
11dist_rtems_tests_DATA += spintrcritical09.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17spintrcritical09_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
21
22LINK_OBJS = $(spintrcritical09_OBJECTS) $(spintrcritical09_LDADD)
23LINK_LIBS = $(spintrcritical09_LDLIBS)
24
25spintrcritical09$(EXEEXT): $(spintrcritical09_OBJECTS) $(spintrcritical09_DEPENDENCIES)
26        @rm -f spintrcritical09$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.