13 lines
234 B
Makefile
13 lines
234 B
Makefile
#ident "ide/godzilla/graphics/Makefile: $Revision: 1.1 $"
|
|
#
|
|
# graphics makefile (for ide only)
|
|
|
|
DIAGDEPTH= ../..
|
|
include ${DIAGDEPTH}/Makedefs
|
|
|
|
ASFILES=
|
|
CFILES= gfx_diagram.c
|
|
|
|
include ${DIAGDEPTH}/Makerules
|
|
LINCLUDES = -I../include
|