summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spqreslib/Makefile.am
blob: 72b5277f34b9b4c461fccb748636d83a1018f930 (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
MANAGERS = io rate_monotonic semaphore clock

rtems_tests_PROGRAMS = spqreslib
spqreslib_SOURCES = init.c task_periodic.c system.h

dist_rtems_tests_DATA = spqreslib.scn
dist_rtems_tests_DATA += spqreslib.doc

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

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

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

LINK_OBJS = $(spqreslib_OBJECTS) $(spqreslib_LDADD)
LINK_LIBS = $(spqreslib_LDLIBS)

spqreslib$(EXEEXT): $(spqreslib_OBJECTS) $(spqreslib_DEPENDENCIES)
	@rm -f spqreslib$(EXEEXT)
	$(make-exe)

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