source: rtems/testsuites/sptests/spsem02/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: 526 bytes
Line 
1
2rtems_tests_PROGRAMS = spsem02
3spsem02_SOURCES = init.c
4
5dist_rtems_tests_DATA = spsem02.scn
6dist_rtems_tests_DATA += spsem02.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12AM_CPPFLAGS += -I$(top_srcdir)/../support/include
13
14LINK_OBJS = $(spsem02_OBJECTS)
15LINK_LIBS = $(spsem02_LDLIBS)
16
17spsem02$(EXEEXT): $(spsem02_OBJECTS) $(spsem02_DEPENDENCIES)
18        @rm -f spsem02$(EXEEXT)
19        $(make-exe)
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.