source: rtems/testsuites/sptests/spstkalloc/Makefile.am @ f034ac0

4.104.115
Last change on this file since f034ac0 was 62e6e7c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/02/09 at 15:25:36

2009-07-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add new test for user configured stack allocator/deallocator. Test both pass and fail cases.
  • spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c, spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
  • Property mode set to 100644
File size: 709 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = spstkalloc
8spstkalloc_SOURCES = init.c
9
10dist_rtems_tests_DATA = spstkalloc.scn
11dist_rtems_tests_DATA += spstkalloc.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17spstkalloc_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20AM_CPPFLAGS += -DUSE_TIMER_SERVER
21
22LINK_OBJS = $(spstkalloc_OBJECTS) $(spstkalloc_LDADD)
23LINK_LIBS = $(spstkalloc_LDLIBS)
24
25spstkalloc$(EXEEXT): $(spstkalloc_OBJECTS) $(spstkalloc_DEPENDENCIES)
26        @rm -f spstkalloc$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.