source: rtems/testsuites/sptests/spsem03/Makefile.am @ 79cf35d

4.10
Last change on this file since 79cf35d was 79cf35d, checked in by Gedare Bloom <gedare@…>, on 12/19/17 at 18:18:45

sptests: back-port spsem01, spsem02, and spsem03 from 4.11

  • Property mode set to 100644
File size: 500 bytes
Line 
1rtems_tests_PROGRAMS = spsem03
2spsem03_SOURCES = init.c
3
4dist_rtems_tests_DATA = spsem03.scn spsem03.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 = $(spsem03_OBJECTS)
13LINK_LIBS = $(spsem03_LDLIBS)
14
15spsem03$(EXEEXT): $(spsem03_OBJECTS) $(spsem03_DEPENDENCIES)
16        @rm -f spsem03$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.