Change in makefile
[sgc2.git] / praat_module / makePraat.sh
blob5bd2ff566eeb7bca55941d8be7ffcddc134a7920
1 #!/bin/bash
3 APPLICATIONNAME=sgc2
4 CURRENTWORKINGDIR=`pwd`
5 cd ../../demo_praat_sources/main
6 rm demopraatapplication.h
7 ln -s ${CURRENTWORKINGDIR}/${APPLICATIONNAME}expanded.h ./demopraatapplication.h
8 touch main_Praat.c
9 cd ../
10 make 2>&1
11 mv ./praat ${CURRENTWORKINGDIR}/${APPLICATIONNAME}
12 cd ${CURRENTWORKINGDIR}