summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp27a/Makefile.am
blob: 3eb42caf4612b19af7740d3e162eafad2ee1a8d7 (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 = sp27a
sp27a_SOURCES = ../sp27/init.c

dist_rtems_tests_DATA = sp27a.scn
dist_rtems_tests_DATA += sp27a.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 += -DUSE_COUNTING_SEMAPHORE

LINK_OBJS = $(sp27a_OBJECTS)
LINK_LIBS = $(sp27a_LDLIBS)

sp27a$(EXEEXT): $(sp27a_OBJECTS) $(sp27a_DEPENDENCIES)
	@rm -f sp27a$(EXEEXT)
	$(make-exe)

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