#!/bin/csh

cd $LINK_BASE/autowrap
make -f Make* ../bin/instantiate
make -f Make* ../bin/genMethods
rm -f *.o

cd $LINK_BASE/src
sh basic/linkTemplates/GEN*e
sh basic/STkTemplates/GEN*e
sh basic/autogenSTkMethods/GEN*n

sh graph/linkTemplates/GEN*e
sh graph/STkTemplates/GEN*e
sh graph/autogenSTkMethods/GEN*n

sh userobj/linkTemplates/GEN*e
sh userobj/STkTemplates/GEN*e
sh userobj/autogenSTkMethods/GEN*n

rm -f ../bin/instantiate
rm -f ../bin/genMethods
