OBJS = main.o cntl.o stdfun.o fopn.o fcls.o flck.o econ.o rdfl.o\
       shus.o shus_calc.o shus_out.o shus_fullout.o

/rev26/emp/exec/kk-a26: ${OBJS}
	fcc -g -o $@ ${OBJS} -lm


.c.o:
	fcc -c -g $<

clean:
	rm -f *.o glva.h
