source: rtems/testsuites/mptests/mp04/node1/Makefile.am @ 7d171454

4.104.114.95
Last change on this file since 7d171454 was 7d171454, checked in by Joel Sherrill <joel.sherrill@…>, on 01/30/08 at 19:53:42

2008-01-30 Joel Sherrill <joel.sherrill@…>

  • mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Use all managers.
  • Property mode set to 100644
File size: 788 bytes
RevLine 
[df49c60]1##
[c4ea5efc]2## $Id$
[df49c60]3##
[c4ea5efc]4
[7d171454]5MANAGERS = all
[c4ea5efc]6
[a6b588d6]7rtems_tests_PROGRAMS = mp04-node1.exe
8mp04_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
[c4ea5efc]9
[9c5ea11]10dist_rtems_tests_DATA = mp04-node1.scn
11dist_rtems_tests_DATA += mp04-node1.doc
[c4ea5efc]12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]14include $(top_srcdir)/../automake/compile.am
[e76fd73]15include $(top_srcdir)/../automake/leaf.am
[685e9cd]16
[a6b588d6]17mp04_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[c4ea5efc]18
[fcc85d2]19AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
[b8a30d07]20
[d65005e]21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
[a6b588d6]23LINK_OBJS = $(mp04_node1_exe_OBJECTS) $(mp04_node1_exe_LDADD)
24LINK_LIBS = $(mp04_node1_exe_LDLIBS)
[c4ea5efc]25
[a6b588d6]26mp04-node1.exe$(EXEEXT): $(mp04_node1_exe_OBJECTS) $(mp04_node1_exe_DEPENDENCIES)
27        @rm -f mp04-node1.exe$(EXEEXT)
[564dcf42]28        $(make-exe)
[b736e817]29
[e76fd73]30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.