Add ../include/pmacros.h

This commit is contained in:
Ralf Corsepius
2005-11-07 13:53:25 +00:00
parent 83ca507593
commit d4f5afd24f
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@@ -7,7 +7,7 @@ TEST = psxfile01
MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c
lib_a_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

View File

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

View File

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

View File

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