summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc05/Makefile.am
blob: 816b16919f6e203ad17c3ae7f44bf28fd8a8e9ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

rtems_tests_PROGRAMS = malloc05
malloc05_SOURCES = init.c

dist_rtems_tests_DATA = malloc05.scn
dist_rtems_tests_DATA += malloc05.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 = $(malloc05_OBJECTS)
LINK_LIBS = $(malloc05_LDLIBS)

malloc05$(EXEEXT): $(malloc05_OBJECTS) $(malloc05_DEPENDENCIES)
	@rm -f malloc05$(EXEEXT)
	$(make-exe)

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