echo '**** Making the System Library ****'
cd System
make all
echo '**** Making the Mathematical Library ****'
cd ../Math_Lib
make all
echo '**** Making the Homotopy Library ****'
cd ../Homotopy
make all
echo '**** Making the Continuation Library ****'
cd ../Continuation
make all
echo '**** Making the Root Count Library ****'
cd ../Root_Counts
make all
echo '**** Making the Main Driver ****'
cd ../Main
make phc
cd ..
