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

@@ -81,7 +81,7 @@ langsIncomplete = ["Amh","Ara","Lat","Tur"]
langsAPI = langsLang `except` langsIncomplete
-- languages for which to compile Symbolic
langsSymbolic = langsLang `except` (langsIncomplete ++ ["Afr","Ina","Jpn","Nep","Pnb","Rus", "Snd"])
langsSymbolic = langsLang `except` (langsIncomplete ++ ["Afr","Hin","Ina","Jpn","Nep","Pnb","Rus", "Snd"])
-- languages for which to compile minimal Syntax
langsMinimal = langs `only` ["Ara","Eng","Bul","Rus"]

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

View File

@@ -1,3 +1,5 @@
--# -path=.:alltenses
concrete DictFre of DictFreAbs = CatFre **
open ParadigmsFre, (Irreg=IrregFre) in
{

View File

@@ -1,4 +1,4 @@
--# -path=.:/Users/erzsebet/GF/lib/src/abstract:/Users/erzsebet/GF/lib/src/german:/Users/erzsebet/GF/lib/src/common:/Users/erzsebet/GF/lib/src/prelude:/Users/erzsebet/GF/lib/src/api:/Users/erzsebet/GF/:/usr/local/share/gf-3.3.3/lib/alltenses/:/usr/local/share/gf-3.3.3/lib/present/
--# -path=.:alltenses
concrete DictGer of DictGerAbs = CatGer **
open ParadigmsGer, IrregGer in {

View File

@@ -1,4 +1,4 @@
--# -path=.:../prelude:../abstract:../common
--# -path=.:alltenses
concrete DictRus of DictRusAbs = CatRus **
open ParadigmsRus, Prelude, StructuralRus, MorphoRus in {

View File

@@ -1,4 +1,4 @@
--# -path=.:swedish:scandinavian:abstract:common:alltenses
--# -path=.:alltenses
-- This dictionary is derived from SALDO, see:
--