From cb2818800de7e130429cf2d18d4a950faf5e5eaa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 10 Nov 2005 22:21:20 +0000 Subject: Eliminate DOCTYPES. --- testsuites/libtests/cpuuse/Makefile.am | 3 +-- testsuites/libtests/malloctest/Makefile.am | 3 +-- testsuites/libtests/monitor/Makefile.am | 2 +- testsuites/libtests/putenvtest/Makefile.am | 3 +-- testsuites/libtests/rtems++/Makefile.am | 3 +-- testsuites/libtests/rtmonuse/Makefile.am | 3 +-- testsuites/libtests/stackchk/Makefile.am | 3 +-- testsuites/libtests/termios/Makefile.am | 3 +-- 8 files changed, 8 insertions(+), 15 deletions(-) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/cpuuse/Makefile.am b/testsuites/libtests/cpuuse/Makefile.am index 66c6a57fe5..370e791063 100644 --- a/testsuites/libtests/cpuuse/Makefile.am +++ b/testsuites/libtests/cpuuse/Makefile.am @@ -9,8 +9,7 @@ MANAGERS = io rate_monotonic noinst_LIBRARIES = lib.a lib_a_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h -DOCTYPES = scn -DOCS = $(DOCTYPES:%=$(TEST).%) +DOCS = $(TEST).scn OBJS = $(lib_a_OBJECTS) diff --git a/testsuites/libtests/malloctest/Makefile.am b/testsuites/libtests/malloctest/Makefile.am index 609f983e51..31b19d4e6e 100644 --- a/testsuites/libtests/malloctest/Makefile.am +++ b/testsuites/libtests/malloctest/Makefile.am @@ -9,8 +9,7 @@ MANAGERS = io noinst_LIBRARIES = lib.a lib_a_SOURCES = init.c task1.c system.h -DOCTYPES = scn -DOCS = $(DOCTYPES:%=$(TEST).%) +DOCS = $(TEST).scn OBJS = $(lib_a_OBJECTS) diff --git a/testsuites/libtests/monitor/Makefile.am b/testsuites/libtests/monitor/Makefile.am index fa15549778..23b73c9326 100644 --- a/testsuites/libtests/monitor/Makefile.am +++ b/testsuites/libtests/monitor/Makefile.am @@ -10,7 +10,7 @@ MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \ noinst_LIBRARIES = lib.a lib_a_SOURCES = init.c system.h -DOCTYPES = scn +DOCS = $(TEST).scn DOCS = #$(DOCTYPES:%=$(TEST).%) OBJS = $(lib_a_OBJECTS) diff --git a/testsuites/libtests/putenvtest/Makefile.am b/testsuites/libtests/putenvtest/Makefile.am index 14324785fd..1ebb9ac2cd 100644 --- a/testsuites/libtests/putenvtest/Makefile.am +++ b/testsuites/libtests/putenvtest/Makefile.am @@ -9,8 +9,7 @@ MANAGERS = io noinst_LIBRARIES = lib.a lib_a_SOURCES = init.c -DOCTYPES = -DOCS = $(DOCTYPES:%=$(TEST).%) +DOCS = OBJS = $(lib_a_OBJECTS) diff --git a/testsuites/libtests/rtems++/Makefile.am b/testsuites/libtests/rtems++/Makefile.am index 50f630dd6d..12e608782b 100644 --- a/testsuites/libtests/rtems++/Makefile.am +++ b/testsuites/libtests/rtems++/Makefile.am @@ -11,8 +11,7 @@ noinst_LIBRARIES = lib.a lib_a_SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h endif -DOCTYPES = scn doc -DOCS = $(DOCTYPES:%=$(TEST).%) +DOCS = $(TEST).scn $(TEST).doc diff --git a/testsuites/libtests/rtmonuse/Makefile.am b/testsuites/libtests/rtmonuse/Makefile.am index 70408915b6..2f4e933ac6 100644 --- a/testsuites/libtests/rtmonuse/Makefile.am +++ b/testsuites/libtests/rtmonuse/Makefile.am @@ -9,8 +9,7 @@ MANAGERS = io rate_monotonic noinst_LIBRARIES = lib.a lib_a_SOURCES = init.c getall.c task1.c system.h -DOCTYPES = scn -DOCS = $(DOCTYPES:%=$(TEST).%) +DOCS = $(TEST).scn OBJS = $(lib_a_OBJECTS) diff --git a/testsuites/libtests/stackchk/Makefile.am b/testsuites/libtests/stackchk/Makefile.am index 09e215dc48..c908b7338d 100644 --- a/testsuites/libtests/stackchk/Makefile.am +++ b/testsuites/libtests/stackchk/Makefile.am @@ -9,8 +9,7 @@ MANAGERS = io noinst_LIBRARIES = lib.a lib_a_SOURCES = blow.c init.c task1.c system.h -DOCTYPES = scn -DOCS = $(DOCTYPES:%=$(TEST).%) +DOCS = $(TEST).scn OBJS = $(lib_a_OBJECTS) diff --git a/testsuites/libtests/termios/Makefile.am b/testsuites/libtests/termios/Makefile.am index 079d8091d8..0325fcd7d4 100644 --- a/testsuites/libtests/termios/Makefile.am +++ b/testsuites/libtests/termios/Makefile.am @@ -9,8 +9,7 @@ MANAGERS = io noinst_LIBRARIES = lib.a lib_a_SOURCES = init.c -DOCTYPES = -DOCS = $(DOCTYPES:%=$(TEST).%) +DOCS = OBJS = $(lib_a_OBJECTS) -- cgit v1.2.3