forked from Imagelibrary/rtems
2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Activate tmtests. * configure.ac: Activate tmtests. * samples/base_mp/Makefile.am: Add nodeX subdirs. * sptests/sp01/Makefile.am: Add *.scn. * sptests/sp02/Makefile.am: Add *.scn. * sptests/sp03/Makefile.am: Add *.scn. * sptests/sp04/Makefile.am: Add *.scn. * sptests/sp05/Makefile.am: Add *.scn. * sptests/sp06/Makefile.am: Add *.scn. * sptests/sp07/Makefile.am: Add *.scn. * sptests/sp08/Makefile.am: Add *.scn. * sptests/sp09/Makefile.am: Add *.scn. * sptests/sp11/Makefile.am: Add *.scn. * sptests/sp12/Makefile.am: Add *.scn. * sptests/sp13/Makefile.am: Add *.scn. * sptests/sp14/Makefile.am: Add *.scn. * sptests/sp15/Makefile.am: Add *.scn. * sptests/sp16/Makefile.am: Add *.scn. * sptests/sp17/Makefile.am: Add *.scn. * sptests/sp19/Makefile.am: Add *.scn. * sptests/sp20/Makefile.am: Add *.scn. * sptests/sp21/Makefile.am: Add *.scn. * sptests/sp22/Makefile.am: Add *.scn. * sptests/sp23/Makefile.am: Add *.scn. * sptests/sp24/Makefile.am: Add *.scn. * sptests/sp25/Makefile.am: Add *.scn.
This commit is contained in:
@@ -1,3 +1,32 @@
|
|||||||
|
2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Activate tmtests.
|
||||||
|
* configure.ac: Activate tmtests.
|
||||||
|
* samples/base_mp/Makefile.am: Add nodeX subdirs.
|
||||||
|
* sptests/sp01/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp02/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp03/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp04/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp05/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp06/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp07/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp08/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp09/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp11/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp12/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp13/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp14/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp15/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp16/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp17/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp19/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp20/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp21/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp22/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp23/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp24/Makefile.am: Add *.scn.
|
||||||
|
* sptests/sp25/Makefile.am: Add *.scn.
|
||||||
|
|
||||||
2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* tmtests/Makefile.am: New.
|
* tmtests/Makefile.am: New.
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
SUBDIRS = support samples sptests
|
SUBDIRS = support samples sptests tmtests
|
||||||
# SUBDIRS += sptests tmtests mptests
|
# SUBDIRS += mptests
|
||||||
|
|
||||||
EXTRA_DIST = ada.am
|
EXTRA_DIST = ada.am
|
||||||
|
|
||||||
|
|||||||
@@ -73,40 +73,40 @@ sptests/sp25/Makefile
|
|||||||
sptests/spsize/Makefile
|
sptests/spsize/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
#AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
#tmtests/tm01/Makefile
|
tmtests/Makefile
|
||||||
#tmtests/tm02/Makefile
|
tmtests/tm01/Makefile
|
||||||
#tmtests/tm03/Makefile
|
tmtests/tm02/Makefile
|
||||||
#tmtests/tm04/Makefile
|
tmtests/tm03/Makefile
|
||||||
#tmtests/tm05/Makefile
|
tmtests/tm04/Makefile
|
||||||
#tmtests/tm06/Makefile
|
tmtests/tm05/Makefile
|
||||||
#tmtests/tm07/Makefile
|
tmtests/tm06/Makefile
|
||||||
#tmtests/tm08/Makefile
|
tmtests/tm07/Makefile
|
||||||
#tmtests/tm09/Makefile
|
tmtests/tm08/Makefile
|
||||||
#tmtests/tm10/Makefile
|
tmtests/tm09/Makefile
|
||||||
#tmtests/tm11/Makefile
|
tmtests/tm10/Makefile
|
||||||
#tmtests/tm12/Makefile
|
tmtests/tm11/Makefile
|
||||||
#tmtests/tm13/Makefile
|
tmtests/tm12/Makefile
|
||||||
#tmtests/tm14/Makefile
|
tmtests/tm13/Makefile
|
||||||
#tmtests/tm15/Makefile
|
tmtests/tm14/Makefile
|
||||||
#tmtests/tm16/Makefile
|
tmtests/tm15/Makefile
|
||||||
#tmtests/tm17/Makefile
|
tmtests/tm16/Makefile
|
||||||
#tmtests/tm18/Makefile
|
tmtests/tm17/Makefile
|
||||||
#tmtests/tm19/Makefile
|
tmtests/tm18/Makefile
|
||||||
#tmtests/tm20/Makefile
|
tmtests/tm19/Makefile
|
||||||
#tmtests/tm21/Makefile
|
tmtests/tm20/Makefile
|
||||||
#tmtests/tm22/Makefile
|
tmtests/tm21/Makefile
|
||||||
#tmtests/tm23/Makefile
|
tmtests/tm22/Makefile
|
||||||
#tmtests/tm24/Makefile
|
tmtests/tm23/Makefile
|
||||||
#tmtests/tm25/Makefile
|
tmtests/tm24/Makefile
|
||||||
#tmtests/tm26/Makefile
|
tmtests/tm25/Makefile
|
||||||
#tmtests/tm27/Makefile
|
tmtests/tm26/Makefile
|
||||||
#tmtests/tm28/Makefile
|
tmtests/tm27/Makefile
|
||||||
#tmtests/tm29/Makefile
|
tmtests/tm28/Makefile
|
||||||
#tmtests/tmck/Makefile
|
tmtests/tm29/Makefile
|
||||||
#tmtests/tmoverhd/Makefile
|
tmtests/tmck/Makefile
|
||||||
#tmtests/Makefile
|
tmtests/tmoverhd/Makefile
|
||||||
#])
|
])
|
||||||
|
|
||||||
#AC_CONFIG_FILES([
|
#AC_CONFIG_FILES([
|
||||||
#mptests/Makefile
|
#mptests/Makefile
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ endif
|
|||||||
mptest_SOURCES = mptest.adb mptest.ads
|
mptest_SOURCES = mptest.adb mptest.ads
|
||||||
|
|
||||||
EXTRA_DIST = node1/base_mp.scn
|
EXTRA_DIST = node1/base_mp.scn
|
||||||
|
EXTRA_DIST += node1/mptest-per_node_configuration.adb
|
||||||
|
|
||||||
EXTRA_DIST += node2/base_mp.scn
|
EXTRA_DIST += node2/base_mp.scn
|
||||||
|
EXTRA_DIST += node2/mptest-per_node_configuration.adb
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp01_SOURCES = sp01.adb config.h sptest.adb sptest.ads
|
|||||||
sp01$(EXEEXT): sp01.adb
|
sp01$(EXEEXT): sp01.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp01.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp02_SOURCES = sp02.adb config.h sptest.adb sptest.ads
|
|||||||
sp02$(EXEEXT): sp02.adb
|
sp02$(EXEEXT): sp02.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp02.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp03_SOURCES = sp03.adb config.h sptest.adb sptest.ads
|
|||||||
sp03$(EXEEXT): sp03.adb
|
sp03$(EXEEXT): sp03.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp03.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -15,4 +15,6 @@ sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
|
|||||||
sp04$(EXEEXT): sp04.adb init.$(OBJEXT)
|
sp04$(EXEEXT): sp04.adb init.$(OBJEXT)
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp04.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp05_SOURCES = sp05.adb config.h sptest.adb sptest.ads
|
|||||||
sp05$(EXEEXT): sp05.adb
|
sp05$(EXEEXT): sp05.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp05.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp06_SOURCES = sp06.adb config.h sptest.adb sptest.ads
|
|||||||
sp06$(EXEEXT): sp06.adb
|
sp06$(EXEEXT): sp06.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp06.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -15,4 +15,6 @@ sp07_SOURCES = sp07.adb config.h sptest.adb sptest.ads
|
|||||||
sp07$(EXEEXT): sp07.adb
|
sp07$(EXEEXT): sp07.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp07.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp08_SOURCES = sp08.adb config.h sptest.adb sptest.ads
|
|||||||
sp08$(EXEEXT): sp08.adb
|
sp08$(EXEEXT): sp08.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp08.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -15,4 +15,6 @@ sp09_SOURCES = sp09.adb config.h sptest.adb sptest.ads
|
|||||||
sp09$(EXEEXT): sp09.adb
|
sp09$(EXEEXT): sp09.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp09.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp11_SOURCES = sp11.adb config.h sptest.adb sptest.ads
|
|||||||
sp11$(EXEEXT): sp11.adb
|
sp11$(EXEEXT): sp11.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp11.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp12_SOURCES = sp12.adb config.h sptest.adb sptest.ads
|
|||||||
sp12$(EXEEXT): sp12.adb
|
sp12$(EXEEXT): sp12.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp12.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp13_SOURCES = sp13.adb config.h sptest.adb sptest.ads
|
|||||||
sp13$(EXEEXT): sp13.adb
|
sp13$(EXEEXT): sp13.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp13.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp14_SOURCES = sp14.adb config.h sptest.adb sptest.ads
|
|||||||
sp14$(EXEEXT): sp14.adb
|
sp14$(EXEEXT): sp14.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp14.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp15_SOURCES = sp15.adb config.h sptest.adb sptest.ads
|
|||||||
sp15$(EXEEXT): sp15.adb
|
sp15$(EXEEXT): sp15.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp15.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp16_SOURCES = sp16.adb config.h sptest.adb sptest.ads
|
|||||||
sp16$(EXEEXT): sp16.adb
|
sp16$(EXEEXT): sp16.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp16.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp17_SOURCES = sp17.adb config.h sptest.adb sptest.ads
|
|||||||
sp17$(EXEEXT): sp17.adb
|
sp17$(EXEEXT): sp17.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp17.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -17,4 +17,6 @@ sp19_SOURCES = sp19.adb config.h sptest.ads
|
|||||||
sp19$(EXEEXT): sp19.adb
|
sp19$(EXEEXT): sp19.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp19.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp20_SOURCES = sp20.adb config.h sptest.adb sptest.ads
|
|||||||
sp20$(EXEEXT): sp20.adb
|
sp20$(EXEEXT): sp20.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp20.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -15,4 +15,6 @@ sp21_SOURCES = sp21.adb config.h sptest.adb sptest.ads
|
|||||||
sp21$(EXEEXT): sp21.adb
|
sp21$(EXEEXT): sp21.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp21.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp22_SOURCES = sp22.adb config.h sptest.adb sptest.ads
|
|||||||
sp22$(EXEEXT): sp22.adb
|
sp22$(EXEEXT): sp22.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp22.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp23_SOURCES = sp23.adb config.h sptest.adb sptest.ads
|
|||||||
sp23$(EXEEXT): sp23.adb
|
sp23$(EXEEXT): sp23.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp23.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp24_SOURCES = sp24.adb config.h sptest.adb sptest.ads
|
|||||||
sp24$(EXEEXT): sp24.adb
|
sp24$(EXEEXT): sp24.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp24.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -12,4 +12,6 @@ sp25_SOURCES = sp25.adb config.h sptest.adb sptest.ads
|
|||||||
sp25$(EXEEXT): sp25.adb
|
sp25$(EXEEXT): sp25.adb
|
||||||
$(GNATCOMPILE) -margs -a $< -o $@
|
$(GNATCOMPILE) -margs -a $< -o $@
|
||||||
|
|
||||||
|
EXTRA_DIST = sp25.scn
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user