Add ../include/pmacros.h

This commit is contained in:
Ralf Corsepius
2005-11-07 14:07:47 +00:00
parent 8a266620c6
commit e995b56ebc
15 changed files with 15 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ TEST = psx01
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx02
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx03
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx04
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx05
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c task2.c task3.c system.h
lib_a_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx06
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c task2.c system.h
lib_a_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx07
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx08
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx09
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
lib_a_SOURCES = init.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx10
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c task2.c task3.c system.h
lib_a_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx11
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psx12
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task.c system.h
lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psxmsgq01
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
lib_a_SOURCES = init.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psxsem01
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
lib_a_SOURCES = init.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

@@ -7,7 +7,7 @@ TEST = psxtimer
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = psxtimer.c system.h
lib_a_SOURCES = psxtimer.c system.h ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)