summaryrefslogtreecommitdiffstats
path: root/c/src/tests/itrontests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-31 15:22:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-31 15:22:23 +0000
commit8fbdf07b621f00c412455df24c820422b3712064 (patch)
tree04599d34abbf8281f0bf9250c6f247d87143160c /c/src/tests/itrontests
parentRalf Corsepius <corsepiu@faw.uni-ulm.de> caught some files in CVS (diff)
downloadrtems-8fbdf07b621f00c412455df24c820422b3712064.tar.bz2
Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
Diffstat (limited to 'c/src/tests/itrontests')
-rw-r--r--c/src/tests/itrontests/itronhello/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itronmbf01/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itronmbox01/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itronsem01/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itrontask01/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itrontask02/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itrontask03/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itrontask04/Makefile.am1
-rw-r--r--c/src/tests/itrontests/itrontime01/Makefile.am1
9 files changed, 0 insertions, 9 deletions
diff --git a/c/src/tests/itrontests/itronhello/Makefile.am b/c/src/tests/itrontests/itronhello/Makefile.am
index a7f3bf2a1a..194ea819d2 100644
--- a/c/src/tests/itrontests/itronhello/Makefile.am
+++ b/c/src/tests/itrontests/itronhello/Makefile.am
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/itrontests/itronmbf01/Makefile.am b/c/src/tests/itrontests/itronmbf01/Makefile.am
index cbfee13c78..79d9eeafd9 100644
--- a/c/src/tests/itrontests/itronmbf01/Makefile.am
+++ b/c/src/tests/itrontests/itronmbf01/Makefile.am
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/itrontests/itronmbox01/Makefile.am b/c/src/tests/itrontests/itronmbox01/Makefile.am
index b3380919f5..434dbfc5d5 100644
--- a/c/src/tests/itrontests/itronmbox01/Makefile.am
+++ b/c/src/tests/itrontests/itronmbox01/Makefile.am
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/itrontests/itronsem01/Makefile.am b/c/src/tests/itrontests/itronsem01/Makefile.am
index 280284f17a..0935883bb4 100644
--- a/c/src/tests/itrontests/itronsem01/Makefile.am
+++ b/c/src/tests/itrontests/itronsem01/Makefile.am
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/itrontests/itrontask01/Makefile.am b/c/src/tests/itrontests/itrontask01/Makefile.am
index 62a9ca9925..e3d6d007f4 100644
--- a/c/src/tests/itrontests/itrontask01/Makefile.am
+++ b/c/src/tests/itrontests/itrontask01/Makefile.am
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/itrontests/itrontask02/Makefile.am b/c/src/tests/itrontests/itrontask02/Makefile.am
index 3d8dfa5e65..c9a13f63d4 100644
--- a/c/src/tests/itrontests/itrontask02/Makefile.am
+++ b/c/src/tests/itrontests/itrontask02/Makefile.am
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
-# C source names, if any, go here -- minus the .c
C_FILES = init.c dormant.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/itrontests/itrontask03/Makefile.am b/c/src/tests/itrontests/itrontask03/Makefile.am
index 583c5d198b..3d1751e714 100644
--- a/c/src/tests/itrontests/itrontask03/Makefile.am
+++ b/c/src/tests/itrontests/itrontask03/Makefile.am
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
-# C source names, if any, go here -- minus the .c
C_FILES = init.c preempt.c task1.c task2.c task3.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/itrontests/itrontask04/Makefile.am b/c/src/tests/itrontests/itrontask04/Makefile.am
index ec615c0d26..f4713a718d 100644
--- a/c/src/tests/itrontests/itrontask04/Makefile.am
+++ b/c/src/tests/itrontests/itrontask04/Makefile.am
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c task2.c task3.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/itrontests/itrontime01/Makefile.am b/c/src/tests/itrontests/itrontime01/Makefile.am
index ef82afa023..03d4ea878c 100644
--- a/c/src/tests/itrontests/itrontime01/Makefile.am
+++ b/c/src/tests/itrontests/itrontime01/Makefile.am
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)