source: rtems/testsuites/libtests/malloc05/Makefile.am @ 8911ffd

4.115
Last change on this file since 8911ffd was 8911ffd, checked in by Joel Sherrill <joel.sherrill@…>, on 07/14/10 at 23:29:45

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

  • Makefile.am, configure.ac: Add new test to exercise malloc_get_statistics().
  • malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c, malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
  • Property mode set to 100644
File size: 584 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = malloc05
8malloc05_SOURCES = init.c
9
10dist_rtems_tests_DATA = malloc05.scn
11dist_rtems_tests_DATA += malloc05.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 = $(malloc05_OBJECTS) $(malloc05_LDADD)
20LINK_LIBS = $(malloc05_LDLIBS)
21
22malloc05$(EXEEXT): $(malloc05_OBJECTS) $(malloc05_DEPENDENCIES)
23        @rm -f malloc05$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.