tool.library:	Intui1.o Intui2.o Intui3.o Parser.o StoF.o MatheFunktionen.o PreCom.sym ToolLibrary.o ToolProto.h SimpleMenu.o
	blink with ToolLibrary.lnk

PreCom.sym:	A.c ToolProto.h
	lc -b0 -O -fi -cefts -r1 -s -v -ml -ph -oPreCom.sym A.c

Intui1.o:	Intui1.c PreCom.sym
	lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml Intui1.c

Intui2.o:	Intui2.c PreCom.sym
	lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml Intui2.c

Intui3.o:	Intui3.c PreCom.sym
	lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml Intui3.c

Parser.o:	Parser.c PreCom.sym
	lc -HPreCom.sym -b0 -O -fi -cefts -r1 -s -v -ml Parser.c

MatheFunktionen.o:	MatheFunktionen.c PreCom.sym
	lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml MatheFunktionen.c

StoF.o:	StoF.c PreCom.sym
	lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml StoF.c

SimpleMenu.o:	SimpleMenu.c PreCom.sym
	lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml SimpleMenu.c

ToolLibrary.o: ToolLibrary.asm
	a68k -iLattice_C_4.0.3:assembler_Includes ToolLibrary.asm

