source: rtems/testsuites/libtests/malloc04/Makefile.am @ 843ad7b

4.115
Last change on this file since 843ad7b was 843ad7b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/08/10 at 20:11:48

2010-07-08 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test for exercising sbrk() extension to Malloc Family.
  • malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c, malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
  • Property mode set to 100644
File size: 584 bytes
RevLine 
[843ad7b]1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = malloc04
8malloc04_SOURCES = init.c
9
10dist_rtems_tests_DATA = malloc04.scn
11dist_rtems_tests_DATA += malloc04.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18
19LINK_OBJS = $(malloc04_OBJECTS) $(malloc04_LDADD)
20LINK_LIBS = $(malloc04_LDLIBS)
21
22malloc04$(EXEEXT): $(malloc04_OBJECTS) $(malloc04_DEPENDENCIES)
23        @rm -f malloc04$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.