comp: tit8.o tit7func.o finout5.o amvfunc.o
	gcc -g -o comp tit8.o tit7func.o finout5.o amvfunc.o -lm
tit8.o: tit8.c dstrus.h funs.h
	gcc -g -c tit8.c -I.

tit7func.o: tit7func.c dstrus.h funs.h
	gcc -g -c tit7func.c -I.

finout5.o: finout5.c dstrus.h
	gcc -g -c finout5.c -I.

amvfunc.o: amvfunc.c dstrus.h
	gcc -g -c amvfunc.c -I.
