mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 19:00:50 +08:00
2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests/Makefile.am: New. * tmtests/tm01/Makefile.am: New. * tmtests/tm02/Makefile.am: New. * tmtests/tm03/Makefile.am: New. * tmtests/tm04/Makefile.am: New. * tmtests/tm05/Makefile.am: New. * tmtests/tm06/Makefile.am: New. * tmtests/tm07/Makefile.am: New. * tmtests/tm08/Makefile.am: New. * tmtests/tm09/Makefile.am: New. * tmtests/tm10/Makefile.am: New. * tmtests/tm11/Makefile.am: New. * tmtests/tm12/Makefile.am: New. * tmtests/tm13/Makefile.am: New. * tmtests/tm14/Makefile.am: New. * tmtests/tm15/Makefile.am: New. * tmtests/tm16/Makefile.am: New. * tmtests/tm17/Makefile.am: New. * tmtests/tm18/Makefile.am: New. * tmtests/tm19/Makefile.am: New. * tmtests/tm20/Makefile.am: New. * tmtests/tm21/Makefile.am: New. * tmtests/tm22/Makefile.am: New. * tmtests/tm23/Makefile.am: New. * tmtests/tm24/Makefile.am: New. * tmtests/tm25/Makefile.am: New. * tmtests/tm26/Makefile.am: New. * tmtests/tm26/tmtest.adb * tmtests/tm27/Makefile.am: New. * tmtests/tm28/Makefile.am: New. * tmtests/tm29/Makefile.am: New. * tmtests/tmck/Makefile.am: New. * tmtests/tmoverhd/Makefile.am: New.
This commit is contained in:
@@ -1,3 +1,39 @@
|
||||
2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* tmtests/Makefile.am: New.
|
||||
* tmtests/tm01/Makefile.am: New.
|
||||
* tmtests/tm02/Makefile.am: New.
|
||||
* tmtests/tm03/Makefile.am: New.
|
||||
* tmtests/tm04/Makefile.am: New.
|
||||
* tmtests/tm05/Makefile.am: New.
|
||||
* tmtests/tm06/Makefile.am: New.
|
||||
* tmtests/tm07/Makefile.am: New.
|
||||
* tmtests/tm08/Makefile.am: New.
|
||||
* tmtests/tm09/Makefile.am: New.
|
||||
* tmtests/tm10/Makefile.am: New.
|
||||
* tmtests/tm11/Makefile.am: New.
|
||||
* tmtests/tm12/Makefile.am: New.
|
||||
* tmtests/tm13/Makefile.am: New.
|
||||
* tmtests/tm14/Makefile.am: New.
|
||||
* tmtests/tm15/Makefile.am: New.
|
||||
* tmtests/tm16/Makefile.am: New.
|
||||
* tmtests/tm17/Makefile.am: New.
|
||||
* tmtests/tm18/Makefile.am: New.
|
||||
* tmtests/tm19/Makefile.am: New.
|
||||
* tmtests/tm20/Makefile.am: New.
|
||||
* tmtests/tm21/Makefile.am: New.
|
||||
* tmtests/tm22/Makefile.am: New.
|
||||
* tmtests/tm23/Makefile.am: New.
|
||||
* tmtests/tm24/Makefile.am: New.
|
||||
* tmtests/tm25/Makefile.am: New.
|
||||
* tmtests/tm26/Makefile.am: New.
|
||||
* tmtests/tm26/tmtest.adb
|
||||
* tmtests/tm27/Makefile.am: New.
|
||||
* tmtests/tm28/Makefile.am: New.
|
||||
* tmtests/tm29/Makefile.am: New.
|
||||
* tmtests/tmck/Makefile.am: New.
|
||||
* tmtests/tmoverhd/Makefile.am: New.
|
||||
|
||||
2002-08-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: New.
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
## $Id$
|
||||
|
||||
SUBDIRS =
|
||||
SUBDIRS += tm01
|
||||
SUBDIRS += tm02
|
||||
SUBDIRS += tm03
|
||||
SUBDIRS += tm04
|
||||
SUBDIRS += tm05
|
||||
SUBDIRS += tm06
|
||||
SUBDIRS += tm07
|
||||
SUBDIRS += tm08
|
||||
SUBDIRS += tm09
|
||||
SUBDIRS += tm10
|
||||
SUBDIRS += tm11
|
||||
SUBDIRS += tm12
|
||||
SUBDIRS += tm13
|
||||
SUBDIRS += tm14
|
||||
SUBDIRS += tm15
|
||||
SUBDIRS += tm16
|
||||
SUBDIRS += tm17
|
||||
SUBDIRS += tm18
|
||||
SUBDIRS += tm19
|
||||
SUBDIRS += tm20
|
||||
SUBDIRS += tm21
|
||||
SUBDIRS += tm22
|
||||
SUBDIRS += tm23
|
||||
SUBDIRS += tm24
|
||||
SUBDIRS += tm25
|
||||
SUBDIRS += tm26
|
||||
SUBDIRS += tm27
|
||||
SUBDIRS += tm28
|
||||
SUBDIRS += tm29
|
||||
SUBDIRS += tmck
|
||||
SUBDIRS += tmoverhd
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm01
|
||||
tm01_SOURCES = tm01.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm01$(EXEEXT): tm01.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm02
|
||||
tm02_SOURCES = tm02.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm02$(EXEEXT): tm02.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm03
|
||||
tm03_SOURCES = tm03.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm03$(EXEEXT): tm03.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm04
|
||||
tm04_SOURCES = tm04.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm04$(EXEEXT): tm04.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm05
|
||||
tm05_SOURCES = tm05.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm05$(EXEEXT): tm05.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm06
|
||||
tm06_SOURCES = tm06.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm06$(EXEEXT): tm06.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm07
|
||||
tm07_SOURCES = tm07.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm07$(EXEEXT): tm07.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm08
|
||||
tm08_SOURCES = tm08.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm08$(EXEEXT): tm08.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm09
|
||||
tm09_SOURCES = tm09.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm09$(EXEEXT): tm09.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm10
|
||||
tm10_SOURCES = tm10.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm10$(EXEEXT): tm10.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm11
|
||||
tm11_SOURCES = tm11.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm11$(EXEEXT): tm11.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm12
|
||||
tm12_SOURCES = tm12.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm12$(EXEEXT): tm12.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm13
|
||||
tm13_SOURCES = tm13.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm13$(EXEEXT): tm13.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm14
|
||||
tm14_SOURCES = tm14.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm14$(EXEEXT): tm14.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm15
|
||||
tm15_SOURCES = tm15.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm15$(EXEEXT): tm15.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm16
|
||||
tm16_SOURCES = tm16.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm16$(EXEEXT): tm16.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm17
|
||||
tm17_SOURCES = tm17.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm17$(EXEEXT): tm17.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm18
|
||||
tm18_SOURCES = tm18.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm18$(EXEEXT): tm18.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm19
|
||||
tm19_SOURCES = tm19.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm19$(EXEEXT): tm19.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -0,0 +1,17 @@
|
||||
## $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 = tm20
|
||||
endif
|
||||
tm20_SOURCES = tm20.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm20$(EXEEXT): tm20.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm21
|
||||
tm21_SOURCES = tm21.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm21$(EXEEXT): tm21.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm22
|
||||
tm22_SOURCES = tm22.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm22$(EXEEXT): tm22.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm23
|
||||
tm23_SOURCES = tm23.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm23$(EXEEXT): tm23.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm24
|
||||
tm24_SOURCES = tm24.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm24$(EXEEXT): tm24.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm25
|
||||
tm25_SOURCES = tm25.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm25$(EXEEXT): tm25.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -0,0 +1,17 @@
|
||||
## $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 = tm26
|
||||
endif
|
||||
tm26_SOURCES = tm26.adb config.h tmtest.adp tmtest.ads
|
||||
|
||||
tm26$(EXEEXT): tm26.adp
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,17 @@
|
||||
## $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 = tm27
|
||||
endif
|
||||
tm27_SOURCES = tm27.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm27$(EXEEXT): tm27.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm28
|
||||
tm28_SOURCES = tm28.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm28$(EXEEXT): tm28.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tm29
|
||||
tm29_SOURCES = tm29.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tm29$(EXEEXT): tm29.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -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 = tmck
|
||||
tmck_SOURCES = tmck.adb config.h tmtest.adb tmtest.ads
|
||||
|
||||
tmck$(EXEEXT): tmck.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
@@ -0,0 +1,17 @@
|
||||
## $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 = tmoverhd
|
||||
tmoverhd_SOURCES = tmoverhd.adb config.h \
|
||||
tmtest.adb tmtest.ads \
|
||||
dummy_rtems.adb dummy_rtems.ads
|
||||
|
||||
tmoverhd$(EXEEXT): tmoverhd.adb
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
Reference in New Issue
Block a user