summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/Makefile.am
blob: 36111dd019b63d7a21ae6c34df7c3af996f30f7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##
## $Id$
##

MANAGERS = io semaphore clock extension

rtems_tests_PROGRAMS = sp07
sp07_SOURCES = init.c buffered_io.c task1.c task2.c task3.c task4.c \
    taskexit.c tcreate.c tdelete.c trestart.c tstart.c system.h

dist_rtems_tests_DATA = sp07.scn
dist_rtems_tests_DATA += sp07.doc

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

sp07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)

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

LINK_OBJS = $(sp07_OBJECTS) $(sp07_LDADD)
LINK_LIBS = $(sp07_LDLIBS)

sp07$(EXEEXT): $(sp07_OBJECTS) $(sp07_DEPENDENCIES)
	@rm -f sp07$(EXEEXT)
	$(make-exe)

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