summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Makefile
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2011-12-03 12:08:19 +0000
committeraarne <aarne@chalmers.se>2011-12-03 12:08:19 +0000
commitcf9dd6c9fe0b363076114afe7db7045bdf3f0050 (patch)
treee792909a6d85d91ab838bc0a1ab6695e57531460 /examples/phrasebook/Makefile
parentc52f05ed46c4f5ea97be2678f828e1fbd11693c2 (diff)
make thaidroid: a Phrasebook with Thai pronunciation
Diffstat (limited to 'examples/phrasebook/Makefile')
-rw-r--r--examples/phrasebook/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile
index e1a71c044..2d363bb9d 100644
--- a/examples/phrasebook/Makefile
+++ b/examples/phrasebook/Makefile
@@ -2,6 +2,16 @@ compile = runghc Compile
all: demo missing
+thaidroid:
+ cp -p Phrasebook.pgf FullPhrasebook.pgf
+ $(compile) -opt Eng Swe Tha Thp DisambPhrasebookEng
+ $(compile) -link Eng Fin Swe Tha Thp DisambPhrasebookEng
+ mv Phrasebook.pgf Thaidroid.pgf
+ mv FullPhrasebook.pgf Phrasebook.pgf
+
+thaiscript:
+ runghc ../../lib/src/thai/ThaiScript.hs
+
demo: compdemo fin linkdemo
compdemo: