2 UNAME
:= $(shell uname
-s
)
4 ifeq ($(UNAME
), Darwin
)
5 PRAAT
= /Applications
/Praat.app
/Contents
/MacOS
/Praat
8 all: SpeakGoodChinese2expanded.h manual_SpeakGoodChinese2.
cpp
10 bash makePraat.sh MinGW
2>&1
12 SpeakGoodChinese2expanded.praat
: ..
/*.praat ..
/ToneProt
/*.praat
13 perl .
/expandPraatScripts.pl ..
/sgc2.praat
> SpeakGoodChinese2expanded.praat
14 perl .
/expandPraatScripts.pl ..
/ReplaySGC2.praat | perl
-ane
's/build_SHA\$$ \= \".+Z\"/build_SHA\$$ \= \"-\"/g; print $$_;' > ..
/TestSuite
/ReplaySGC2expanded.praat
18 perl .
/praatscript2cprogram.pl
$< > $@
20 manual_SpeakGoodChinese2.
cpp: ..
/ManPages
/*.man
21 perl ManPages2CPP.pl ..
/ManPages
/*.man
> manual_SpeakGoodChinese2.
cpp
26 rm -f manual_SpeakGoodChinese2.
cpp
27 rm -f ..
/TestSuite
/ReplaySGC2expanded.praat