source: rtems/testsuites/sptests/spcontext01/Makefile.am @ 39993d6

4.115
Last change on this file since 39993d6 was 39993d6, checked in by Sebastian Huber <sebastian.huber@…>, on 05/07/13 at 08:14:55

score: Add CPU context validation

  • Property mode set to 100644
File size: 540 bytes
Line 
1rtems_tests_PROGRAMS = spcontext01
2spcontext01_SOURCES = init.c
3
4dist_rtems_tests_DATA = spcontext01.scn spcontext01.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(spcontext01_OBJECTS)
13LINK_LIBS = $(spcontext01_LDLIBS)
14
15spcontext01$(EXEEXT): $(spcontext01_OBJECTS) $(spcontext01_DEPENDENCIES)
16        @rm -f spcontext01$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.