source: rtems/testsuites/sptests/sp09/Makefile.am @ 0c09ccf3

4.115
Last change on this file since 0c09ccf3 was 07f4edc1, checked in by Daniel Ramirez <javamonn@…>, on 12/11/13 at 23:10:34

sptests: refactored sp09/screen14.c into two new tests

  • Property mode set to 100644
File size: 713 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    screen11.c screen12.c screen13.c 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.