##
compile: \
Structure.o \
Search_Subspace.o \
Trajectory.o \
Family.o \
reform.o \
polarh.o \
tor.o \
sta.o \
fil2seq.o \
fil2tor.o \
fil2car.o \
fil2cha.o \
fil2stp.o \
seq2fil.o \
tor2fil.o \
car2fil.o \
str2tra.o \
tra2str.o \
str2fam.o \
fam2str.o \
unionsc.o \
docstp.o \
pckstp.o \
cycstp.o \
mechsys.o
##
Structure.o: Structure.cc
	g++ -O3 -c Structure.cc
Search_Subspace.o: Search_Subspace.cc
	g++ -O3 -c Search_Subspace.cc
Trajectory.o: Trajectory.cc
	g++ -O3 -c Trajectory.cc
Family.o: Family.cc
	g++ -O3 -c Family.cc
reform.o: reform.cc
	g++ -O3 -c reform.cc
polarh.o: polarh.cc
	g++ -O3 -c polarh.cc
tor.o: tor.cc
	g++ -O3 -c tor.cc
sta.o: sta.cc
	g++ -O3 -c sta.cc
fil2seq.o: fil2seq.cc
	g++ -O3 -c fil2seq.cc
fil2tor.o: fil2tor.cc
	g++ -O3 -c fil2tor.cc
fil2car.o: fil2car.cc
	g++ -O3 -c fil2car.cc
fil2cha.o: fil2cha.cc
	g++ -O3 -c fil2cha.cc
fil2stp.o: fil2stp.cc
	g++ -O3 -c fil2stp.cc
seq2fil.o: seq2fil.cc
	g++ -O3 -c seq2fil.cc
tor2fil.o: tor2fil.cc
	g++ -O3 -c tor2fil.cc
car2fil.o: car2fil.cc
	g++ -O3 -c car2fil.cc
str2tra.o: str2tra.cc
	g++ -O3 -c str2tra.cc
tra2str.o: tra2str.cc
	g++ -O3 -c tra2str.cc
str2fam.o: str2fam.cc
	g++ -O3 -c str2fam.cc
fam2str.o: fam2str.cc
	g++ -O3 -c fam2str.cc
unionsc.o: unionsc.cc
	g++ -O3 -c unionsc.cc
docstp.o: docstp.cc
	g++ -O3 -c docstp.cc
pckstp.o: pckstp.cc
	g++ -O3 -c pckstp.cc
cycstp.o: cycstp.cc
	g++ -O3 -c cycstp.cc
mechsys.o: mechsys.cc
	g++ -O3 -c mechsys.cc
##
clean:
	rm \
Structure.o \
Search_Subspace.o \
Trajectory.o \
Family.o \
reform.o \
polarh.o \
tor.o \
sta.o \
fil2seq.o \
fil2tor.o \
fil2car.o \
fil2cha.o \
fil2stp.o \
seq2fil.o \
tor2fil.o \
car2fil.o \
str2tra.o \
tra2str.o \
str2fam.o \
fam2str.o \
unionsc.o \
docstp.o \
pckstp.o \
cycstp.o \
mechsys.o
##
