all : centroid0 orthoc0 Steiner tconS circumonS centeronS incenteronS

centroid0 : centroid0.o h3du.o
	g++ -o centroid0 centroid0.o h3du.o
centroid0.o : centroid0.cpp hbg3d.h
	g++ -c -o centroid0.o centroid0.cpp
orthoc0 : orthoc0.o h3du.o
	g++ -o orthoc0 orthoc0.o h3du.o
orthoc0.o : orthoc0.cpp hbg3d.h
	g++ -c -o orthoc0.o orthoc0.cpp
h3du.o : h3du.cpp hbg3d.h
	g++ -w -c -o h3du.o h3du.cpp
Steiner : Steiner.o h3du.o
	g++ -o Steiner Steiner.o h3du.o
Steiner.o : Steiner.cpp hbg3d.h
	g++ -c -o Steiner.o Steiner.cpp
tconS : tconS.o h3du.o
	g++ -o tconS tconS.o h3du.o
tconS.o : tconS.cpp hbg3d.h
	g++ -c -o tconS.o tconS.cpp
circumonS : circumonS.o h3du.o
	g++ -o circumonS circumonS.o h3du.o
circumonS.o : circumonS.cpp hbg3d.h
	g++ -c -o circumonS.o circumonS.cpp
centeronS : centeronS.o h3du.o
	g++ -o centeronS centeronS.o h3du.o
centeronS.o : centeronS.cpp hbg3d.h
	g++ -c -o centeronS.o centeronS.cpp
incenteronS : incenteronS.o h3du.o
	g++ -o incenteronS incenteronS.o h3du.o
incenteronS.o : incenteronS.cpp hbg3d.h
	g++ -c -o incenteronS.o incenteronS.cpp
