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

dist_rtems_tests_DATA = sptls04.scn sptls04.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 = $(sptls04_OBJECTS)
LINK_LIBS = $(sptls04_LDLIBS)

sptls04$(EXEEXT): $(sptls04_OBJECTS) $(sptls04_DEPENDENCIES)
	@rm -f sptls04$(EXEEXT)
	$(make-exe)

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