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


rtems_tests_PROGRAMS = spheapprot
spheapprot_SOURCES = init.c

dist_rtems_tests_DATA = spheapprot.scn spheapprot.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

LINK_OBJS = $(spheapprot_OBJECTS)
LINK_LIBS = $(spheapprot_LDLIBS)

spheapprot$(EXEEXT): $(spheapprot_OBJECTS) $(spheapprot_DEPENDENCIES)
	@rm -f spheapprot$(EXEEXT)
	$(make-exe)

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