rm -r t01
rm -r StingerNavPC
rm -r viewdat
cvs co t01
cd t01
./cmake_t01.sh Make
cd ..
cvs co StingerNavPC
cd StingerNavPC
./cmake_snpc.sh Make
cd ..
cvs co viewdat
cd viewdat
make
cd ..

# Now run the legacy engine
perl scripts/makeMaster.pl Legacy config.xml > master.xml
perl scripts/parseStations.pl master.xml > doit
chmod +x doit
./doit

# Now change the conditional compile so we can run Loci
cd StingerNavPC 
./cmake_snpc.sh -l Make
cd ..

# Now run Loci
perl scripts/makeMaster.pl Loci config.xml > master.xml
perl scripts/parseStations.pl master.xml > doit
chmod +x doit
./doit


