shithub: duke3d

ref: f19a3b937cf86daed8a2a67b63b9914cf3b497db
dir: /Engine/src/mkfile/

View raw version
</$objtype/mkfile

CFLAGS=-Fpw -I/sys/include/npe -I/sys/include/npe/SDL2 -D__plan9__ -D__${objtype}__
LIB=libbuild.a

OFILES=\
	cache.$O \
	display.$O \
	draw.$O \
	engine.$O \
	filesystem.$O \
	fixedPoint_math.$O \
#TODO	mmulti.$O \
	tiles.$O \
	
HFILES=\
	build.h \
	cache.h \
	draw.h \
	display.h \
	engine.h \
	filesystem.h \
	fixedPoint_math.h \
	icon.h \
	macos_compat.h \
	mmulti.h \
	platform.h \
	sdl_util.h \
	tiles.h \
	unix_compat.h \
	win32_compat.h

</sys/src/cmd/mksyslib