summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical24/Makefile.am
blob: 798666e361cdef87d3176f2f4faf3bcd7475f202 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
rtems_tests_PROGRAMS = spintrcritical24
spintrcritical24_SOURCES = init.c
spintrcritical24_SOURCES += ../spintrcritical_support/intrcritical.h
spintrcritical24_SOURCES += ../spintrcritical_support/intrcritical.c

dist_rtems_tests_DATA = spintrcritical24.scn spintrcritical24.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
AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support

LINK_OBJS = $(spintrcritical24_OBJECTS)
LINK_LIBS = $(spintrcritical24_LDLIBS)

spintrcritical24$(EXEEXT): $(spintrcritical24_OBJECTS) $(spintrcritical24_DEPENDENCIES)
	@rm -f spintrcritical24$(EXEEXT)
	$(make-exe)

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