source: rtems/testsuites/libtests/malloc03/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
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = malloc03
8malloc03_SOURCES = init.c
9
10dist_rtems_tests_DATA = malloc03.scn
11dist_rtems_tests_DATA += malloc03.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 = $(malloc03_OBJECTS) $(malloc03_LDADD)
20LINK_LIBS = $(malloc03_LDLIBS)
21
22malloc03$(EXEEXT): $(malloc03_OBJECTS) $(malloc03_DEPENDENCIES)
23        @rm -f malloc03$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.