all : Pascal Pascal2 Darboux Theorem11 Theorem11_2 tangents tangents2 4tangents1 5tangents1 6tangents1 6tangents2 6tangents5 6tangents7 slvale Theorem15 Theorem16

Pascal : Pascal.o lnth2pts.o
	cc -o Pascal Pascal.o lnth2pts.o -lm
Pascal2 : Pascal2.o lnth2pts.o
	cc -o Pascal2 Pascal2.o lnth2pts.o -lm
Darboux : Darboux.c
	cc -o Darboux Darboux.c -lm
Theorem11 : Theorem11.o sle.o isp.o
	cc -o Theorem11 Theorem11.o sle.o isp.o -lm
Theorem11_2 : Theorem11_2.o sle.o isp.o
	cc -o Theorem11_2 Theorem11_2.o sle.o isp.o -lm
tangents : tangents.c
	cc -o tangents tangents.c -lm
tangents2 : tangents2.c
	cc -o tangents2 tangents2.c -lm
4tangents1 : 4tangents1.o sle.o
	cc -o 4tangents1 4tangents1.o sle.o -lm
5tangents1 : 5tangents1.o sle.o
	cc -o 5tangents1 5tangents1.o sle.o -lm
6tangents1 : 6tangents1.o isp.o lnth2pts.o
	cc -o 6tangents1 6tangents1.o isp.o lnth2pts.o -lm
6tangents2 : 6tangents2.o sle.o isp.o
	cc -o 6tangents2 6tangents2.o sle.o isp.o -lm
6tangents5 : 6tangents5.o sle.o isp.o lnth2pts.o
	cc -o 6tangents5 6tangents5.o sle.o isp.o lnth2pts.o -lm
6tangents7 : 6tangents7.o sle.o isp.o lnth2pts.o
	cc -o 6tangents7 6tangents7.o sle.o isp.o lnth2pts.o -lm
slvale : slvale.c
	cc -o slvale slvale.c
Theorem15 : Theorem15.o sle.o isp.o fdsymeq.o fdallsol.o
	cc -o Theorem15 Theorem15.o sle.o isp.o fdsymeq.o fdallsol.o -lm
Theorem16 : Theorem16.o sle.o isp.o fdsymeq.o fdallsol.o
	cc -o Theorem16 Theorem16.o sle.o isp.o fdsymeq.o fdallsol.o -lm
Pascal.o : Pascal.c
	cc -c -o Pascal.o Pascal.c
Pascal2.o : Pascal2.c
	cc -c -o Pascal2.o Pascal2.c
Theorem11.o : Theorem11.c
	cc -c -o Theorem11.o Theorem11.c
Theorem11_2.o : Theorem11_2.c
	cc -c -o Theorem11_2.o Theorem11_2.c
4tangents1.o : 4tangents1.c
	cc -c -o 4tangents1.o 4tangents1.c
5tangents1.o : 5tangents1.c
	cc -c -o 5tangents1.o 5tangents1.c
6tangents1.o : 6tangents1.c
	cc -c -o 6tangents1.o 6tangents1.c
6tangents2.o : 6tangents2.c
	cc -c -o 6tangents2.o 6tangents2.c
6tangents5.o : 6tangents5.c
	cc -c -o 6tangents5.o 6tangents5.c
6tangents7.o : 6tangents7.c
	cc -c -o 6tangents7.o 6tangents7.c
Theorem15.o : Theorem15.c
	cc -c -o Theorem15.o Theorem15.c
Theorem16.o : Theorem16.c
	cc -c -o Theorem16.o Theorem16.c
sle.o : sle.c
	cc -c -o sle.o sle.c
isp.o : isp.c
	cc -c -o isp.o isp.c
fdsymeq.o : fdsymeq.c
	cc -c -o fdsymeq.o fdsymeq.c
lnth2pts.o : lnth2pts.c
	cc -c -o lnth2pts.o lnth2pts.c
drawg :  drawg.o fdallsol.o cut.o getl.o
	gcc -o drawg drawg.o fdallsol.o cut.o getl.o -L/usr/X11R6/lib -lX11 -lm
cut.o : cut.c
	gcc -c -o cut.o cut.c
getl.o : getl.c
	gcc -c -o getl.o getl.c
fdallsol.o : fdallsol.c
	gcc -c -o fdallsol.o fdallsol.c
