source: rtems/testsuites/mptests/mp07/node2/Makefile.am @ 9c5ea11

4.104.114.84.95
Last change on this file since 9c5ea11 was 9c5ea11, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/11/06 at 05:09:12

Eliminate scndir, docdir. Use rtems_testsdir instead.

  • Property mode set to 100644
File size: 802 bytes
RevLine 
[df49c60]1##
[c4ea5efc]2## $Id$
[df49c60]3##
[c4ea5efc]4
5MANAGERS = io mp event timer
6
[a6b588d6]7rtems_tests_PROGRAMS = mp07-node2.exe
8mp07_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
[c4ea5efc]9
[9c5ea11]10dist_rtems_tests_DATA = mp07-node2.scn
11dist_rtems_tests_DATA += mp07-node2.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]17mp07_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[c4ea5efc]18
[fcc85d2]19AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
[b8a30d07]20
[d65005e]21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
[a6b588d6]23LINK_OBJS = $(mp07_node2_exe_OBJECTS) $(mp07_node2_exe_LDADD)
24LINK_LIBS = $(mp07_node2_exe_LDLIBS)
[c4ea5efc]25
[a6b588d6]26mp07-node2.exe$(EXEEXT): $(mp07_node2_exe_OBJECTS) $(mp07_node2_exe_DEPENDENCIES)
27        @rm -f mp07-node2.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.