summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp53/Makefile.am
blob: 83861ced6f11b82e0a83768f250755f5cb366592 (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 = all

rtems_tests_PROGRAMS = sp53
sp53_SOURCES = ../sp52/init.c

dist_rtems_tests_DATA = sp53.scn
dist_rtems_tests_DATA += sp53.doc

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

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

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

LINK_OBJS = $(sp53_OBJECTS) $(sp53_LDADD)
LINK_LIBS = $(sp53_LDLIBS)

sp53$(EXEEXT): $(sp53_OBJECTS) $(sp53_DEPENDENCIES)
	@rm -f sp53$(EXEEXT)
	$(make-exe)

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