source: rtems/testsuites/sptests/sp09/Makefile.am @ 255178e

4.115
Last change on this file since 255178e was 255178e, checked in by Mandar Juvekar <mjuvekar0@…>, on 01/02/14 at 19:22:36

sptests: Refactor sp09 into sppartition_err01 and sp09.

  • Property mode set to 100644
File size: 680 bytes
Line 
1
2rtems_tests_PROGRAMS = sp09
3sp09_SOURCES = init.c delay.c isr.c screen01.c screen02.c screen03.c screen04.c \
4    screen05.c screen06.c screen07.c screen08.c screen09.c screen10.c \
5    task1.c task2.c task3.c task4.c \
6    system.h
7
8dist_rtems_tests_DATA = sp09.scn
9dist_rtems_tests_DATA += sp09.doc
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/leaf.am
14
15
16AM_CPPFLAGS += -I$(top_srcdir)/../support/include
17
18LINK_OBJS = $(sp09_OBJECTS)
19LINK_LIBS = $(sp09_LDLIBS)
20
21sp09$(EXEEXT): $(sp09_OBJECTS) $(sp09_DEPENDENCIES)
22        @rm -f sp09$(EXEEXT)
23        $(make-exe)
24
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.