summaryrefslogtreecommitdiff
path: root/testsuites/sptests/spsem04/Makefile.am
blob: d728786ab7722c7a609e6b1e35c38548b383c4f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
rtems_tests_PROGRAMS = spsem04
spsem04_SOURCES = init.c

dist_rtems_tests_DATA = spsem04.scn spsem04.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

AM_CPPFLAGS += -I$(top_srcdir)/../support/include

LINK_OBJS = $(spsem04_OBJECTS)
LINK_LIBS = $(spsem04_LDLIBS)

spsem04$(EXEEXT): $(spsem04_OBJECTS) $(spsem04_DEPENDENCIES)
	@rm -f spsem04$(EXEEXT)
	$(make-exe)

include $(top_srcdir)/../automake/local.am