sup: DescentPath.o  Genotypes.o  HaploDatafile.o  Prefile.o  main.cc
	g++ -o sup main.cc DescentPath.o HaploDatafile.o Prefile.o Genotypes.o

DescentPath.o: DescentPath.cc DescentPath.hh
	g++ -c DescentPath.cc

Genotypes.o : Genotypes.cc Genotypes.hh
	g++ -c Genotypes.cc

HaploDatafile.o: HaploDatafile.cc HaploDatafile.hh
	g++ -c HaploDatafile.cc

Prefile.o: Prefile.cc Prefile.hh
	g++ -c Prefile.cc
