FILESO = Ableitung.o Diskussion.o BerechnungsRoutinen.o About.o Drucken.o Maus.o

Plotter: Plot.o MakeMenu.o $(FILESO) PreCom.sym Plotter.h
	blink with Plotter.lnk

PreCom.sym: A.c Plotter.h
	lc -fi -b1 -r -v -cefts -w -ph -oPreCom.sym A.c

Ableitung.o: Ableitung.c PreCom.sym
	lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w Ableitung.c

Diskussion.o: Diskussion.c PreCom.sym
	lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w Diskussion.c

BerechnungsRoutinen.o: BerechnungsRoutinen.c PreCom.sym
	lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w BerechnungsRoutinen.c

About.o: About.c PreCom.sym
	lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w About.c

Drucken.o: Drucken.c PreCom.sym
	lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w Drucken.c

Plot.o: Plot.c PreCom.sym
	lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w Plot.c

Maus.o: Maus.c PreCom.sym
	lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w Maus.c

MakeMenu.o: MakeMenu.c PreCom.sym
	lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w MakeMenu.c

