This commit is contained in:
Ralf Corsepius
2005-11-07 10:21:11 +00:00
parent 13065829e3
commit 933e0fd493
9 changed files with 9 additions and 27 deletions

View File

@@ -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).%)

View File

@@ -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).%)

View File

@@ -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).%)

View File

@@ -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).%)

View File

@@ -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).%)

View File

@@ -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).%)

View File

@@ -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).%)

View File

@@ -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).%)

View File

@@ -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).%)