forked from Imagelibrary/rtems
Eliminate NODE.
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
NODE=1
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||||
|
|
||||||
@@ -13,12 +11,12 @@ node1$(EXEEXT): ../mptest.adb init.o
|
|||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
init.o: ../../../support/init.c
|
init.o: ../../../support/init.c
|
||||||
$(COMPILE.c) -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. -c $<
|
$(COMPILE.c) -DNODE_NUMBER=1 -I$(srcdir)/.. -c $<
|
||||||
|
|
||||||
if EXPADA
|
if EXPADA
|
||||||
noinst_PROGRAMS = node1
|
noinst_PROGRAMS = node1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = base_mp.scn
|
EXTRA_DIST = base_mp-node1.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../testsuites/automake/local.am
|
include $(top_srcdir)/../../../testsuites/automake/local.am
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
NODE=2
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||||
|
|
||||||
@@ -13,7 +11,7 @@ node2$(EXEEXT): ../mptest.adb init.o
|
|||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
init.o: ../../../support/init.c
|
init.o: ../../../support/init.c
|
||||||
$(COMPILE.c) -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. -c $<
|
$(COMPILE.c) -DNODE_NUMBER=2 -I$(srcdir)/.. -c $<
|
||||||
|
|
||||||
if EXPADA
|
if EXPADA
|
||||||
noinst_PROGRAMS = node2
|
noinst_PROGRAMS = node2
|
||||||
@@ -21,6 +19,6 @@ endif
|
|||||||
|
|
||||||
node2_SOURCES = mptest-per_node_configuration.adb
|
node2_SOURCES = mptest-per_node_configuration.adb
|
||||||
|
|
||||||
EXTRA_DIST = base_mp.scn
|
EXTRA_DIST = base_mp-node2.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../testsuites/automake/local.am
|
include $(top_srcdir)/../../../testsuites/automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user