source: rtems/testsuites/libtests/malloc02/Makefile.am @ 1b9c0c5

4.115
Last change on this file since 1b9c0c5 was 1b9c0c5, checked in by Joel Sherrill <joel.sherrill@…>, on 06/28/10 at 13:23:27

2010-06-28 Joel Sherrill <joel.sherrill@…>

  • malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
  • Property mode set to 100644
File size: 584 bytes
RevLine 
[e247b1af]1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = malloc02
[1b9c0c5]8malloc02_SOURCES = init.c
[e247b1af]9
10dist_rtems_tests_DATA = malloc02.scn
11dist_rtems_tests_DATA += malloc02.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 = $(malloc02_OBJECTS) $(malloc02_LDADD)
20LINK_LIBS = $(malloc02_LDLIBS)
21
22malloc02$(EXEEXT): $(malloc02_OBJECTS) $(malloc02_DEPENDENCIES)
23        @rm -f malloc02$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.