%%FFLAGS= -O FFILES= startup.f mesh.f heapsort.f main.f calc.f\ dwm1.f add.f input.f quadtree.f OFILES= startup.o mesh.o heapsort.o main.o calc.o\ dwm1.o add.o input.o quadtree.o indata: $(OFILES) $(FC) $(FFLAGS) $(OFILES) -o meshgen