summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical05/Makefile.am
blob: 3787ee82f9bee9280a3f74dbc9efddbe04db2339 (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
30
31
##
## $Id$
##

MANAGERS = all

rtems_tests_PROGRAMS = spintrcritical05
spintrcritical05_SOURCES = ../spintrcritical01/init.c \
    ../spintrcritical_support/intrcritical.c

dist_rtems_tests_DATA = spintrcritical05.scn
dist_rtems_tests_DATA += spintrcritical05.doc

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

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

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

LINK_OBJS = $(spintrcritical05_OBJECTS) $(spintrcritical05_LDADD)
LINK_LIBS = $(spintrcritical05_LDLIBS)

spintrcritical05$(EXEEXT): $(spintrcritical05_OBJECTS) $(spintrcritical05_DEPENDENCIES)
	@rm -f spintrcritical05$(EXEEXT)
	$(make-exe)

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