source: rtems/testsuites/libtests/malloc02/Makefile.am @ d04a7e93

4.115
Last change on this file since d04a7e93 was e247b1af, checked in by Joel Sherrill <joel.sherrill@…>, on 06/21/10 at 20:05:46

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

  • Makefile.am, configure.ac: Add test for deferring free() from ISR and for deferred free() processing.
  • malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c, malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
  • Property mode set to 100644
File size: 609 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = malloc02
8malloc02_SOURCES = init.c ../../support/src/spin.c
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.