all:	FarPrint FarTest

FarPrint:	FarPrint.o FastText.o
		LN FarPrint.o FastText.o detach.o32 -La32 -Lc32 +CD

FarPrint.o:	FarPrint.c
		CC FarPrint.c +L

FarTest:	FarTest.o FarCom.o
		LN FarTest.o FarCom.o -Lc32

FarTest.o:	FarTest.c
		CC FarTest.c +L

FarCom.o:	FarCom.c
		CC FarCom.c +L

FastText.o:	FastText.asm
		AS FastText.asm
