summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-25 22:06:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-25 22:06:13 +0000
commit78c719290311ec929ca4de49507021d7637aff4c (patch)
treeeaeebcff68830dbec8113f201e219e24e69ad226 /c/src/ada-tests/samples
parent2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com> (diff)
downloadrtems-78c719290311ec929ca4de49507021d7637aff4c.tar.bz2
2007-10-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am, mptests/mp02/node1/Makefile.am, mptests/mp02/node2/Makefile.am, mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am, mptests/mp04/node1/Makefile.am, mptests/mp04/node2/Makefile.am, mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am, mptests/mp06/node1/Makefile.am, mptests/mp06/node2/Makefile.am, mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am, mptests/mp08/node1/Makefile.am, mptests/mp08/node2/Makefile.am, mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am, mptests/mp10/node1/Makefile.am, mptests/mp10/node2/Makefile.am, mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am, mptests/mp12/node1/Makefile.am, mptests/mp12/node2/Makefile.am, mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am, mptests/mp14/node1/Makefile.am, mptests/mp14/node2/Makefile.am, samples/base_mp/Makefile.am, samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am, samples/base_sp/Makefile.am, samples/hello/Makefile.am, samples/nsecs/Makefile.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am, sptests/sp02/Makefile.am, sptests/sp03/Makefile.am, sptests/sp04/Makefile.am, sptests/sp05/Makefile.am, sptests/sp06/Makefile.am, sptests/sp07/Makefile.am, sptests/sp08/Makefile.am, sptests/sp09/Makefile.am, sptests/sp11/Makefile.am, sptests/sp12/Makefile.am, sptests/sp13/Makefile.am, sptests/sp14/Makefile.am, sptests/sp15/Makefile.am, sptests/sp16/Makefile.am, sptests/sp17/Makefile.am, sptests/sp19/Makefile.am, sptests/sp20/Makefile.am, sptests/sp22/Makefile.am, sptests/sp23/Makefile.am, sptests/sp24/Makefile.am, sptests/sp25/Makefile.am, tmtests/tm01/Makefile.am, tmtests/tm02/Makefile.am, tmtests/tm03/Makefile.am, tmtests/tm04/Makefile.am, tmtests/tm05/Makefile.am, tmtests/tm06/Makefile.am, tmtests/tm07/Makefile.am, tmtests/tm08/Makefile.am, tmtests/tm09/Makefile.am, tmtests/tm10/Makefile.am, tmtests/tm11/Makefile.am, tmtests/tm12/Makefile.am, tmtests/tm13/Makefile.am, tmtests/tm14/Makefile.am, tmtests/tm15/Makefile.am, tmtests/tm16/Makefile.am, tmtests/tm17/Makefile.am, tmtests/tm18/Makefile.am, tmtests/tm19/Makefile.am, tmtests/tm20/Makefile.am, tmtests/tm21/Makefile.am, tmtests/tm22/Makefile.am, tmtests/tm23/Makefile.am, tmtests/tm24/Makefile.am, tmtests/tm25/Makefile.am, tmtests/tm28/Makefile.am, tmtests/tm29/Makefile.am, tmtests/tmck/Makefile.am, tmtests/tmoverhd/Makefile.am: Executables should end in .exe just like their C counterparts.
Diffstat (limited to 'c/src/ada-tests/samples')
-rw-r--r--c/src/ada-tests/samples/base_mp/Makefile.am4
-rw-r--r--c/src/ada-tests/samples/base_mp/node1/Makefile.am4
-rw-r--r--c/src/ada-tests/samples/base_mp/node2/Makefile.am6
-rw-r--r--c/src/ada-tests/samples/base_sp/Makefile.am6
-rw-r--r--c/src/ada-tests/samples/hello/Makefile.am6
-rw-r--r--c/src/ada-tests/samples/nsecs/Makefile.am6
-rw-r--r--c/src/ada-tests/samples/ticker/Makefile.am6
7 files changed, 19 insertions, 19 deletions
diff --git a/c/src/ada-tests/samples/base_mp/Makefile.am b/c/src/ada-tests/samples/base_mp/Makefile.am
index 5f409f693c..aef73fce4c 100644
--- a/c/src/ada-tests/samples/base_mp/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/Makefile.am
@@ -6,14 +6,14 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
SUBDIRS = node1 node2
#include $(top_srcdir)/ada.am
-#mptest$(EXEEXT): mptest.adb
+#mptest.exe: mptest.adb
# $(GNATCOMPILE) -margs -a $< -o $@
#if EXPADA
#noinst_PROGRAMS = mptest
#endif
-#mptest_SOURCES = mptest.adb mptest.ads
+#mptest_exe_SOURCES = mptest.adb mptest.ads
#EXTRA_DIST += node1/mptest-per_node_configuration.adb
diff --git a/c/src/ada-tests/samples/base_mp/node1/Makefile.am b/c/src/ada-tests/samples/base_mp/node1/Makefile.am
index 272a0f5d8b..8f49755f9d 100644
--- a/c/src/ada-tests/samples/base_mp/node1/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/node1/Makefile.am
@@ -7,14 +7,14 @@ include $(top_srcdir)/ada.am
AM_ADAFLAGS += -I$(srcdir)/..
-node1$(EXEEXT): ../mptest.adb init.o
+node1.exe: ../mptest.adb init.o
$(GNATCOMPILE) -margs -a $< -o $@
init.o: ../../../support/init.c
$(COMPILE.c) -DNODE_NUMBER=1 -I$(srcdir)/.. -c $<
if EXPADA
-noinst_PROGRAMS = node1
+noinst_PROGRAMS = node1.exe
endif
scndir = $(rtems_ada_testsdir)
diff --git a/c/src/ada-tests/samples/base_mp/node2/Makefile.am b/c/src/ada-tests/samples/base_mp/node2/Makefile.am
index b95ac6e926..8fde3a6c44 100644
--- a/c/src/ada-tests/samples/base_mp/node2/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/node2/Makefile.am
@@ -7,17 +7,17 @@ include $(top_srcdir)/ada.am
AM_ADAFLAGS += -I$(srcdir)/..
-node2$(EXEEXT): ../mptest.adb init.o
+node2.exe: ../mptest.adb init.o
$(GNATCOMPILE) -margs -a $< -o $@
init.o: ../../../support/init.c
$(COMPILE.c) -DNODE_NUMBER=2 -I$(srcdir)/.. -c $<
if EXPADA
-noinst_PROGRAMS = node2
+noinst_PROGRAMS = node2.exe
endif
-node2_SOURCES = mptest-per_node_configuration.adb
+node2_exe_SOURCES = mptest-per_node_configuration.adb
scndir = $(rtems_ada_testsdir)
dist_scn_DATA = base_mp-node2.scn
diff --git a/c/src/ada-tests/samples/base_sp/Makefile.am b/c/src/ada-tests/samples/base_sp/Makefile.am
index ee856ff192..b44e5fd3bf 100644
--- a/c/src/ada-tests/samples/base_sp/Makefile.am
+++ b/c/src/ada-tests/samples/base_sp/Makefile.am
@@ -5,15 +5,15 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
include $(top_srcdir)/ada.am
-base_sp$(EXEEXT): base_sp.adb init.$(OBJEXT)
+base_sp.exe: base_sp.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
init.$(OBJEXT): ../../support/init.c
$(COMPILE.c) -I$(srcdir) -c $<
-noinst_PROGRAMS = base_sp
+noinst_PROGRAMS = base_sp.exe
-base_sp_SOURCES = base_sp.adb config.h sptest.adb sptest.ads
+base_sp_exe_SOURCES = base_sp.adb config.h sptest.adb sptest.ads
scndir = $(rtems_ada_testsdir)
dist_scn_DATA = base_sp.scn
diff --git a/c/src/ada-tests/samples/hello/Makefile.am b/c/src/ada-tests/samples/hello/Makefile.am
index 44bff6d932..9ed52dd6b3 100644
--- a/c/src/ada-tests/samples/hello/Makefile.am
+++ b/c/src/ada-tests/samples/hello/Makefile.am
@@ -5,15 +5,15 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
include $(top_srcdir)/ada.am
-hello$(EXEEXT): hello.adb init.$(OBJEXT)
+hello.exe: hello.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
init.$(OBJEXT): ../../support/init.c
$(COMPILE.c) -I$(srcdir) -c $<
-noinst_PROGRAMS = hello
+noinst_PROGRAMS = hello.exe
-hello_SOURCES = hello.adb config.h sptest.adb sptest.ads
+hello_exe_SOURCES = hello.adb config.h sptest.adb sptest.ads
scndir = $(rtems_ada_testsdir)
dist_scn_DATA = hello.scn
diff --git a/c/src/ada-tests/samples/nsecs/Makefile.am b/c/src/ada-tests/samples/nsecs/Makefile.am
index 0fbd6910dc..0462ffdea8 100644
--- a/c/src/ada-tests/samples/nsecs/Makefile.am
+++ b/c/src/ada-tests/samples/nsecs/Makefile.am
@@ -5,15 +5,15 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
include $(top_srcdir)/ada.am
-nsecs$(EXEEXT): nsecs.adb init.$(OBJEXT)
+nsecs.exe: nsecs.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
init.$(OBJEXT): ../../support/init.c
$(COMPILE.c) -I$(srcdir) -c $<
-noinst_PROGRAMS = nsecs
+noinst_PROGRAMS = nsecs.exe
-nsecs_SOURCES = nsecs.adb config.h sptest.adb sptest.ads
+nsecs_exe_SOURCES = nsecs.adb config.h sptest.adb sptest.ads
scndir = $(rtems_ada_testsdir)
dist_scn_DATA = nsecs.scn
diff --git a/c/src/ada-tests/samples/ticker/Makefile.am b/c/src/ada-tests/samples/ticker/Makefile.am
index 4c2778a81f..2b026dc99f 100644
--- a/c/src/ada-tests/samples/ticker/Makefile.am
+++ b/c/src/ada-tests/samples/ticker/Makefile.am
@@ -5,15 +5,15 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
include $(top_srcdir)/ada.am
-ticker$(EXEEXT): ticker.adb init.$(OBJEXT)
+ticker.exe: ticker.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
init.$(OBJEXT): ../../support/init.c
$(COMPILE.c) -I$(srcdir) -c $<
-noinst_PROGRAMS = ticker
+noinst_PROGRAMS = ticker.exe
-ticker_SOURCES = ticker.adb config.h sptest.adb sptest.ads
+ticker_exe_SOURCES = ticker.adb config.h sptest.adb sptest.ads
scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ticker.scn