All: FastPAR-Handler

FastPAR-Handler: FastPAR.o Startup.o
	blink FROM Startup.o FastPAR.o TO FastPAR-Handler LIB LIB:amiga.lib SC SD NOICONS

FastPAR.o: FastPAR.c
	lc -v -ms -csfq FastPAR

Startup.o: Startup.a
	asm Startup.a

clean:
	-Delete FastPAR.o Startup.o

dist: FastPAR1_0.lha

FastPAR1_0.lha: FastPAR-Handler FastPAR.guide FastPAR FastPAR.c lmkfile Startup.a
	-MakeDir t:FastPAR t:FastPAR/Source
	Copy FastPAR-Handler t:FastPAR
	Copy FastPAR.guide t:FastPAR
	Copy FastPAR t:FastPAR
	Copy FastPAR.c t:FastPAR/Source
	Copy lmkfile t:FastPAR/Source
	Copy Startup.a t:FastPAR/Source
	-Delete FastPAR1_0.lha
	lha -aAFr a FastPAR1_0.lha t:FastPAR/#?
	Delete t:FastPAR ALL QUIET
