source: rtems/testsuites/smptests/smp03/Makefile.am @ 341aaf8

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

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

PR 1589/build

  • smp01/Makefile.am, smp02/Makefile.am, smp03/Makefile.am, smp04/Makefile.am, smp05/Makefile.am, smp06/Makefile.am, smp07/Makefile.am, smp08/Makefile.am, smp09/Makefile.am: Remove obsolete optional manager capability.
  • Property mode set to 100644
File size: 599 bytes
Line 
1##
2##  $Id$
3##
4
5
6rtems_tests_PROGRAMS = smp03
7smp03_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
8
9dist_rtems_tests_DATA = smp03.scn
10dist_rtems_tests_DATA += smp03.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
17AM_CPPFLAGS += -DSMPTEST
18
19
20LINK_OBJS = $(smp03_OBJECTS)
21LINK_LIBS = $(smp03_LDLIBS)
22
23smp03$(EXEEXT): $(smp03_OBJECTS) $(smp03_DEPENDENCIES)
24        @rm -f smp03$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.