From 8fbdf07b621f00c412455df24c820422b3712064 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 31 Jan 2000 15:22:23 +0000 Subject: Patch rtems-rc-20000118-2.diff from Ralf Corsepius that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams). --- c/src/tests/libtests/cpuuse/Makefile.am | 1 - c/src/tests/libtests/malloctest/Makefile.am | 1 - c/src/tests/libtests/monitor/Makefile.am | 1 - c/src/tests/libtests/putenvtest/Makefile.am | 1 - c/src/tests/libtests/rtems++/Makefile.am | 1 - c/src/tests/libtests/rtmonuse/Makefile.am | 1 - c/src/tests/libtests/stackchk/Makefile.am | 1 - c/src/tests/libtests/termios/Makefile.am | 1 - 8 files changed, 8 deletions(-) (limited to 'c/src/tests/libtests') diff --git a/c/src/tests/libtests/cpuuse/Makefile.am b/c/src/tests/libtests/cpuuse/Makefile.am index 9ae5f8f46d..e630c15cb1 100644 --- a/c/src/tests/libtests/cpuuse/Makefile.am +++ b/c/src/tests/libtests/cpuuse/Makefile.am @@ -7,7 +7,6 @@ TEST = cpuuse MANAGERS = io rate_monotonic -# C source names, if any, go here -- minus the .c C_FILES = init.c task1.c task2.c task3.c tswitch.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) diff --git a/c/src/tests/libtests/malloctest/Makefile.am b/c/src/tests/libtests/malloctest/Makefile.am index 6b1894028b..70ca6e7add 100644 --- a/c/src/tests/libtests/malloctest/Makefile.am +++ b/c/src/tests/libtests/malloctest/Makefile.am @@ -7,7 +7,6 @@ TEST = malloctest MANAGERS = io -# 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/libtests/monitor/Makefile.am b/c/src/tests/libtests/monitor/Makefile.am index 2fc10949c0..d73ca64e0f 100644 --- a/c/src/tests/libtests/monitor/Makefile.am +++ b/c/src/tests/libtests/monitor/Makefile.am @@ -8,7 +8,6 @@ TEST = monitor MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \ ext -# 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/libtests/putenvtest/Makefile.am b/c/src/tests/libtests/putenvtest/Makefile.am index dbf3358834..901cee10d0 100644 --- a/c/src/tests/libtests/putenvtest/Makefile.am +++ b/c/src/tests/libtests/putenvtest/Makefile.am @@ -7,7 +7,6 @@ TEST = putenvtest MANAGERS = io -# 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/libtests/rtems++/Makefile.am b/c/src/tests/libtests/rtems++/Makefile.am index 92ab5af16f..58f6d25a40 100644 --- a/c/src/tests/libtests/rtems++/Makefile.am +++ b/c/src/tests/libtests/rtems++/Makefile.am @@ -7,7 +7,6 @@ TEST = rtems++ MANAGERS = event io msg sem signal timer rate_monotonic -# C++ source names, if any, go here -- minus the .cc CC_FILES = Init.cc Task1.cc Task2.cc Task3.cc CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o) diff --git a/c/src/tests/libtests/rtmonuse/Makefile.am b/c/src/tests/libtests/rtmonuse/Makefile.am index 5df9e12396..38ef675e57 100644 --- a/c/src/tests/libtests/rtmonuse/Makefile.am +++ b/c/src/tests/libtests/rtmonuse/Makefile.am @@ -7,7 +7,6 @@ TEST = rtmonuse MANAGERS = io rate_monotonic -# C source names, if any, go here -- minus the .c C_FILES = init.c getall.c task1.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) diff --git a/c/src/tests/libtests/stackchk/Makefile.am b/c/src/tests/libtests/stackchk/Makefile.am index c3b5c8cdab..de59857ea3 100644 --- a/c/src/tests/libtests/stackchk/Makefile.am +++ b/c/src/tests/libtests/stackchk/Makefile.am @@ -7,7 +7,6 @@ TEST = stackchk MANAGERS = io -# C source names, if any, go here -- minus the .c C_FILES = blow.c init.c task1.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) diff --git a/c/src/tests/libtests/termios/Makefile.am b/c/src/tests/libtests/termios/Makefile.am index a6be146a50..455730ee90 100644 --- a/c/src/tests/libtests/termios/Makefile.am +++ b/c/src/tests/libtests/termios/Makefile.am @@ -7,7 +7,6 @@ TEST = termios MANAGERS = io -# C source names, if any, go here -- minus the .c C_FILES = init.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -- cgit v1.2.3