13 lines
291 B
Makefile
13 lines
291 B
Makefile
DIAGDEPTH= ../..
|
|
include ${DIAGDEPTH}/Makedefs
|
|
|
|
LLCDEFS = -DDEBUG -mips3
|
|
|
|
#HFILES= colorConvert.h crmGfxDiags.h
|
|
HFILES= colorConvert.h
|
|
ASFILES=
|
|
CFILES= crmGBECommands.c crmGfxState.c crmRegTest.c crmRECommands.c \
|
|
crmTempTest.c crmVisualTest.c 7of9visual.c
|
|
|
|
include ${DIAGDEPTH}/Makerules
|