source: rtems/testsuites/samples/base_sp/Makefile.am @ cd06294a

4.115
Last change on this file since cd06294a was cd06294a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/11 at 21:38:29

2011-12-08 Joel Sherrill <joel.sherrill@…>

PR 1589/build

  • base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Remove obsolete optional manager capability.
  • Property mode set to 100644
File size: 562 bytes
Line 
1##
2##  $Id$
3##
4
5
6rtems_tests_PROGRAMS = base_sp
7base_sp_SOURCES = init.c apptask.c system.h
8
9dist_rtems_tests_DATA = base_sp.scn
10dist_rtems_tests_DATA += base_sp.doc
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16AM_CPPFLAGS += -I$(top_srcdir)/../support/include
17
18
19LINK_OBJS = $(base_sp_OBJECTS)
20LINK_LIBS = $(base_sp_LDLIBS)
21
22base_sp$(EXEEXT): $(base_sp_OBJECTS) $(base_sp_DEPENDENCIES)
23        @rm -f base_sp$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.