in lib/src/, make dict compiles the unilingual dictionaries to alltenses/.

This commit is contained in:
aarne
2012-08-24 12:06:48 +00:00
parent 9506a01aab
commit c5cff90a3a
6 changed files with 42 additions and 6 deletions

View File

@@ -27,12 +27,41 @@ lang:
api:
$(RUNMAKE) alltenses api
dict: DictBul DictEng DictFin DictFre DictRus DictGer DictSwe
DictBul:
gf -batch bulgarian/DictBul.gf +RTS -K100M
cp -p bulgarian/DictBul*.gfo ../alltenses
DictEng:
gf -batch english/DictEng.gf +RTS -K100M
cp -p english/DictEng*.gfo ../alltenses
DictFin:
gf -batch finnish/DictFin.gf +RTS -K100M
cp -p finnish/DictFin*.gfo ../alltenses
DictFre:
gf -batch french/DictFre.gf +RTS -K100M
cp -p french/DictFre*.gfo ../alltenses
DictGer:
gf -batch german/DictGer.gf +RTS -K100M
cp -p german/DictGer*.gfo ../alltenses
DictRus:
gf -batch russian/DictRus.gf +RTS -K100M
cp -p russian/DictRus*.gfo ../alltenses
DictSwe:
gf -batch swedish/DictSwe.gf +RTS -K100M
cp -p swedish/DictSwe*.gfo ../alltenses
# thai with pronunciation
thp:
cd thai ; runghc ThaiScript.hs ; cd ..
compatibility:
$(RUNMAKE) present compat
prelude:
gf -batch -path=prelude prelude/*.gf
@@ -47,6 +76,11 @@ MakeStructural:
cp -p */MakeStructural*.gfo ../present
cp -p */MakeStructural*.gfo ../alltenses
# the rest is mostly obsolete 24/8/2012
compatibility:
$(RUNMAKE) present compat
test:
$(RUNMAKE) test