2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* sptests/Makefile.am: New.
	* sptests/sp01/Makefile.am: New.
	* sptests/sp02/Makefile.am: New.
	* sptests/sp03/Makefile.am: New.
	* sptests/sp04/Makefile.am: New.
	* sptests/sp05/Makefile.am: New.
	* sptests/sp06/Makefile.am: New.
	* sptests/sp07/Makefile.am: New.
	* sptests/sp08/Makefile.am: New.
	* sptests/sp09/Makefile.am: New.
	* sptests/sp11/Makefile.am: New.
	* sptests/sp12/Makefile.am: New.
	* sptests/sp13/Makefile.am: New.
	* sptests/sp14/Makefile.am: New.
	* sptests/sp15/Makefile.am: New.
	* sptests/sp16/Makefile.am: New.
	* sptests/sp17/Makefile.am: New.
	* sptests/sp19/Makefile.am: New.
	* sptests/sp20/Makefile.am: New.
	* sptests/sp21/Makefile.am: New.
	* sptests/sp22/Makefile.am: New.
	* sptests/sp23/Makefile.am: New.
	* sptests/sp24/Makefile.am: New.
	* sptests/sp25/Makefile.am: New.
	* sptests/spsize/Makefile.am: New.
This commit is contained in:
Ralf Corsepius
2002-08-26 06:04:49 +00:00
parent 28cf529f96
commit 1a5f405bbb
26 changed files with 438 additions and 0 deletions

View File

@@ -1,3 +1,31 @@
2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/Makefile.am: New.
* sptests/sp01/Makefile.am: New.
* sptests/sp02/Makefile.am: New.
* sptests/sp03/Makefile.am: New.
* sptests/sp04/Makefile.am: New.
* sptests/sp05/Makefile.am: New.
* sptests/sp06/Makefile.am: New.
* sptests/sp07/Makefile.am: New.
* sptests/sp08/Makefile.am: New.
* sptests/sp09/Makefile.am: New.
* sptests/sp11/Makefile.am: New.
* sptests/sp12/Makefile.am: New.
* sptests/sp13/Makefile.am: New.
* sptests/sp14/Makefile.am: New.
* sptests/sp15/Makefile.am: New.
* sptests/sp16/Makefile.am: New.
* sptests/sp17/Makefile.am: New.
* sptests/sp19/Makefile.am: New.
* sptests/sp20/Makefile.am: New.
* sptests/sp21/Makefile.am: New.
* sptests/sp22/Makefile.am: New.
* sptests/sp23/Makefile.am: New.
* sptests/sp24/Makefile.am: New.
* sptests/sp25/Makefile.am: New.
* sptests/spsize/Makefile.am: New.
2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ChangeLog: New.

View File

@@ -0,0 +1,30 @@
## $Id$
SUBDIRS =
SUBDIRS += sp01
SUBDIRS += sp02
SUBDIRS += sp03
SUBDIRS += sp04
SUBDIRS += sp05
SUBDIRS += sp06
SUBDIRS += sp07
SUBDIRS += sp08
SUBDIRS += sp09
SUBDIRS += sp11
SUBDIRS += sp12
SUBDIRS += sp13
SUBDIRS += sp14
SUBDIRS += sp15
SUBDIRS += sp16
SUBDIRS += sp17
SUBDIRS += sp19
SUBDIRS += sp20
SUBDIRS += sp21
SUBDIRS += sp22
SUBDIRS += sp23
SUBDIRS += sp24
SUBDIRS += sp25
SUBDIRS += spsize
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp01
sp01_SOURCES = sp01.adb config.h sptest.adb sptest.ads
sp01$(EXEEXT): sp01.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp02
sp02_SOURCES = sp02.adb config.h sptest.adb sptest.ads
sp02$(EXEEXT): sp02.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp03
sp03_SOURCES = sp03.adb config.h sptest.adb sptest.ads
sp03$(EXEEXT): sp03.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,18 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
if EXPADA
noinst_PROGRAMS = sp04
endif
sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
sp04$(EXEEXT): sp04.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp05
sp05_SOURCES = sp05.adb config.h sptest.adb sptest.ads
sp05$(EXEEXT): sp05.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp06
sp06_SOURCES = sp06.adb config.h sptest.adb sptest.ads
sp06$(EXEEXT): sp06.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,18 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
if EXPADA
noinst_PROGRAMS = sp07
endif
sp07_SOURCES = sp07.adb config.h sptest.adb sptest.ads
sp07$(EXEEXT): sp07.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp08
sp08_SOURCES = sp08.adb config.h sptest.adb sptest.ads
sp08$(EXEEXT): sp08.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,18 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
if EXPADA
noinst_PROGRAMS = sp09
endif
sp09_SOURCES = sp09.adb config.h sptest.adb sptest.ads
sp09$(EXEEXT): sp09.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp11
sp11_SOURCES = sp11.adb config.h sptest.adb sptest.ads
sp11$(EXEEXT): sp11.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp12
sp12_SOURCES = sp12.adb config.h sptest.adb sptest.ads
sp12$(EXEEXT): sp12.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp13
sp13_SOURCES = sp13.adb config.h sptest.adb sptest.ads
sp13$(EXEEXT): sp13.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp14
sp14_SOURCES = sp14.adb config.h sptest.adb sptest.ads
sp14$(EXEEXT): sp14.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp15
sp15_SOURCES = sp15.adb config.h sptest.adb sptest.ads
sp15$(EXEEXT): sp15.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp16
sp16_SOURCES = sp16.adb config.h sptest.adb sptest.ads
sp16$(EXEEXT): sp16.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp17
sp17_SOURCES = sp17.adb config.h sptest.adb sptest.ads
sp17$(EXEEXT): sp17.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,20 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
if EXPADA
noinst_PROGRAMS = sp19
endif
sp19_SOURCES = sp19.adb config.h sptest.ads
# FIXME: Missing sptest.adb
sp19$(EXEEXT): sp19.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp20
sp20_SOURCES = sp20.adb config.h sptest.adb sptest.ads
sp20$(EXEEXT): sp20.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,18 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
if EXPADA
noinst_PROGRAMS = sp21
endif
sp21_SOURCES = sp21.adb config.h sptest.adb sptest.ads
sp21$(EXEEXT): sp21.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp22
sp22_SOURCES = sp22.adb config.h sptest.adb sptest.ads
sp22$(EXEEXT): sp22.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp23
sp23_SOURCES = sp23.adb config.h sptest.adb sptest.ads
sp23$(EXEEXT): sp23.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp24
sp24_SOURCES = sp24.adb config.h sptest.adb sptest.ads
sp24$(EXEEXT): sp24.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,15 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
noinst_PROGRAMS = sp25
sp25_SOURCES = sp25.adb config.h sptest.adb sptest.ads
sp25$(EXEEXT): sp25.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am

View File

@@ -0,0 +1,18 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
if EXPADA
noinst_PROGRAMS = spsize
endif
spsize_SOURCES = spsize.adb sptest.adb sptest.ads
spsize$(EXEEXT): spsize.adb
$(GNATCOMPILE) -margs -a $< -o $@
include $(top_srcdir)/../../../automake/local.am