all:			FarPrint FarTest

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

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

FarTest:		FarTest.o Link.o
			LN FarTest.o Link.o -Lc32

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

Link.o:			Link.asm
			AS Link.asm
