summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp42/Makefile.am
blob: efcb6f3e760cba3913d58f943fafce0e431f1e60 (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
##
## $Id$
##

MANAGERS = all

rtems_tests_PROGRAMS = sp42
sp42_SOURCES = init.c

dist_rtems_tests_DATA = sp42.scn

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

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

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

LINK_OBJS = $(sp42_OBJECTS) $(sp42_LDADD)
LINK_LIBS = $(sp42_LDLIBS)

sp42$(EXEEXT): $(sp42_OBJECTS) $(sp42_DEPENDENCIES)
	@rm -f sp42$(EXEEXT)
	$(make-exe)

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