#	name		Lattice makefile
#	author		Anthony Hay, John Linney Digital Research (UK) Ltd.
#
# 	purpose		Build the DOS Plus 3.x / Concurrent DOS 6.x utilities.
#
#	history
#	13-Jan-88 JFL	Graphics, graftabl
#	24-MAR-87 ACH	Work started.
#

RASMFLG = $$szpznc

all:		graftabl graphics

# graphics.com 	###############################################################

graphics:	$(MSG)\graphics.com

$(MSG)\graphics.com:	graphics.obj $(MSG)\grapmsg.obj
	$(LINK) graphics+$(MSG)\grapmsg,$(MSG)\graphics.com;
	
graphics.obj:	graphics.asm

$(MSG)\grapmsg.obj:	$(MSG)\grapmsg.asm


# graftabl.com 	###############################################################

graftabl:	$(MSG)\graftabl.com

$(MSG)\graftabl.com:	graftabl.obj $(MSG)\grafmsg.obj
	$(LINK) graftabl+$(MSG)\grafmsg.obj,$(MSG)\graftabl.com;
	
graftabl.obj:	graftabl.asm

$(MSG)\grafmsg.obj:	$(MSG)\grafmsg.asm

######################   E N D   O F   M A K E F I L E    #####################
