From 933e0fd49389bb6b461904e02235a21f6c0acd8a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 7 Nov 2005 10:21:11 +0000 Subject: Cleanup --- testsuites/itrontests/itronhello/Makefile.am | 4 +--- testsuites/itrontests/itronmbf01/Makefile.am | 4 +--- testsuites/itrontests/itronmbox01/Makefile.am | 4 +--- testsuites/itrontests/itronsem01/Makefile.am | 4 +--- testsuites/itrontests/itrontask01/Makefile.am | 4 +--- testsuites/itrontests/itrontask02/Makefile.am | 4 +--- testsuites/itrontests/itrontask03/Makefile.am | 4 +--- testsuites/itrontests/itrontask04/Makefile.am | 4 +--- testsuites/itrontests/itrontime01/Makefile.am | 4 +--- 9 files changed, 9 insertions(+), 27 deletions(-) (limited to 'testsuites/itrontests') diff --git a/testsuites/itrontests/itronhello/Makefile.am b/testsuites/itrontests/itronhello/Makefile.am index 930dcfb102..b4c0667230 100644 --- a/testsuites/itrontests/itronhello/Makefile.am +++ b/testsuites/itrontests/itronhello/Makefile.am @@ -8,9 +8,7 @@ PGM = ${ARCH}/$(TEST).exe MANAGERS = all noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c - -lib_a_SOURCES += system.h +lib_a_SOURCES = init.c system.h DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) diff --git a/testsuites/itrontests/itronmbf01/Makefile.am b/testsuites/itrontests/itronmbf01/Makefile.am index 897c2470bf..c182feb700 100644 --- a/testsuites/itrontests/itronmbf01/Makefile.am +++ b/testsuites/itrontests/itronmbf01/Makefile.am @@ -8,9 +8,7 @@ PGM = ${ARCH}/$(TEST).exe MANAGERS = all noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c - -lib_a_SOURCES += system.h +lib_a_SOURCES = init.c system.h DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) diff --git a/testsuites/itrontests/itronmbox01/Makefile.am b/testsuites/itrontests/itronmbox01/Makefile.am index fe615b4435..d2a47db577 100644 --- a/testsuites/itrontests/itronmbox01/Makefile.am +++ b/testsuites/itrontests/itronmbox01/Makefile.am @@ -8,9 +8,7 @@ PGM = ${ARCH}/$(TEST).exe MANAGERS = all noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c - -lib_a_SOURCES += system.h +lib_a_SOURCES = init.c system.h DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) diff --git a/testsuites/itrontests/itronsem01/Makefile.am b/testsuites/itrontests/itronsem01/Makefile.am index 8d7c329995..9935fcd61a 100644 --- a/testsuites/itrontests/itronsem01/Makefile.am +++ b/testsuites/itrontests/itronsem01/Makefile.am @@ -8,9 +8,7 @@ PGM = ${ARCH}/$(TEST).exe MANAGERS = all noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c - -lib_a_SOURCES += system.h +lib_a_SOURCES = init.c system.h DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) diff --git a/testsuites/itrontests/itrontask01/Makefile.am b/testsuites/itrontests/itrontask01/Makefile.am index b5516a8788..e50b139b73 100644 --- a/testsuites/itrontests/itrontask01/Makefile.am +++ b/testsuites/itrontests/itrontask01/Makefile.am @@ -8,9 +8,7 @@ PGM = ${ARCH}/$(TEST).exe MANAGERS = all noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c task1.c - -lib_a_SOURCES += system.h +lib_a_SOURCES = init.c task1.c system.h DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) diff --git a/testsuites/itrontests/itrontask02/Makefile.am b/testsuites/itrontests/itrontask02/Makefile.am index 964d683b2e..d305798b2c 100644 --- a/testsuites/itrontests/itrontask02/Makefile.am +++ b/testsuites/itrontests/itrontask02/Makefile.am @@ -8,9 +8,7 @@ PGM = ${ARCH}/$(TEST).exe MANAGERS = all noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c dormant.c - -lib_a_SOURCES += system.h +lib_a_SOURCES = init.c dormant.c system.h DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) diff --git a/testsuites/itrontests/itrontask03/Makefile.am b/testsuites/itrontests/itrontask03/Makefile.am index 440f873a1e..c1f20d52c2 100644 --- a/testsuites/itrontests/itrontask03/Makefile.am +++ b/testsuites/itrontests/itrontask03/Makefile.am @@ -8,9 +8,7 @@ PGM = ${ARCH}/$(TEST).exe MANAGERS = all noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c - -lib_a_SOURCES += system.h +lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) diff --git a/testsuites/itrontests/itrontask04/Makefile.am b/testsuites/itrontests/itrontask04/Makefile.am index b5c8bbd6e4..a4ac17a5c9 100644 --- a/testsuites/itrontests/itrontask04/Makefile.am +++ b/testsuites/itrontests/itrontask04/Makefile.am @@ -8,9 +8,7 @@ PGM = ${ARCH}/$(TEST).exe MANAGERS = all noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c task1.c task2.c task3.c - -lib_a_SOURCES += system.h +lib_a_SOURCES = init.c task1.c task2.c task3.c system.h DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) diff --git a/testsuites/itrontests/itrontime01/Makefile.am b/testsuites/itrontests/itrontime01/Makefile.am index 4f41b1776c..73eaab264c 100644 --- a/testsuites/itrontests/itrontime01/Makefile.am +++ b/testsuites/itrontests/itrontime01/Makefile.am @@ -8,9 +8,7 @@ PGM = ${ARCH}/$(TEST).exe MANAGERS = all noinst_LIBRARIES = lib.a -lib_a_SOURCES = init.c - -lib_a_SOURCES += system.h +lib_a_SOURCES = init.c system.h DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) -- cgit v1.2.3