# Manx makefile for GetImage.c using 32-bit integers. The -E flag enlarges
# the expression table (a must with this prog). The +cdb flags force all
# initialized & uninitialized data to load into chip memory.   Dmil

CFLAGS =	+L -S -E200
ALL    =	getimage.o

Oop:		Ack $(ALL)
		ln +cdb -o GetImage $(ALL) ram:c32.lib ram:m32.lib

Ack:		
		copy df0:c/as ram:
		copy df0:c/cc ram:
		copy df0:c/ln ram:
		copy df0:lib/c32.lib ram:
		copy df0:lib/m32.lib ram:
