mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 21:09:43 +08:00
@@ -4,18 +4,16 @@ include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
AM_CPPFLAGS += -I$(srcdir)/..
|
||||
|
||||
if EXPADA
|
||||
noinst_PROGRAMS = ada_base_mp_node1
|
||||
ada_base_mp_node1_SOURCES = mptest-per_node_configuration.adb
|
||||
ada_base_mp_node1_SOURCES = init.c mptest-per_node_configuration.adb
|
||||
endif
|
||||
|
||||
ada_base_mp_node1$(EXEEXT): ../mptest.adb init.o
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.o: ../../../support/init.c
|
||||
$(COMPILE.c) $(AM_CPPFLAGS) -DNODE_NUMBER=1 -I$(srcdir)/.. -c $<
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
dist_scn_DATA = ada_base_mp-node1.scn
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#define CONFIGURE_MP_NODE_NUMBER 1
|
||||
#include "../../../support/init.c"
|
||||
@@ -4,18 +4,16 @@ include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
AM_CPPFLAGS += -I$(srcdir)/..
|
||||
|
||||
if EXPADA
|
||||
noinst_PROGRAMS = ada_base_mp_node2
|
||||
ada_base_mp_node2_SOURCES = mptest-per_node_configuration.adb
|
||||
ada_base_mp_node2_SOURCES = init.c mptest-per_node_configuration.adb
|
||||
endif
|
||||
|
||||
ada_base_mp_node2$(EXEEXT): ../mptest.adb init.o
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.o: ../../../support/init.c
|
||||
$(COMPILE.c) $(AM_CPPFLAGS) -DNODE_NUMBER=2 -I$(srcdir)/.. -c $<
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
dist_scn_DATA = ada_base_mp-node2.scn
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#define CONFIGURE_MP_NODE_NUMBER 2
|
||||
#include "../../../support/init.c"
|
||||
Reference in New Issue
Block a user