From 75278a58285a973257c3db0f5323dd3487f37b76 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 18 Aug 2014 22:26:29 +0000 Subject: [PATCH] Adjust the -path flags in 112 RGL modules The -path flags in the RGL modules compiled during 'cabal build' now refer directly to the needed source directories. References 'alltenses' and 'present' (and the nonexistent directory 'mathematical') have been removed. This allows the files to be compiled in any order (e.g. in parallel). In addition, you can do things like gf -retain lib/src/api/TrySwe.gf without compiling/installing any other RGL modules first, and without setting any other path flags or environment variables. --- src/afrikaans/AllAfr.gf | 2 +- src/amharic/AllAmh.gf | 2 +- src/api/SymbolicBul.gf | 2 +- src/api/SymbolicCat.gf | 2 +- src/api/SymbolicChi.gf | 2 +- src/api/SymbolicDan.gf | 2 +- src/api/SymbolicDut.gf | 2 +- src/api/SymbolicEng.gf | 2 +- src/api/SymbolicEst.gf | 2 +- src/api/SymbolicFin.gf | 2 +- src/api/SymbolicFre.gf | 2 +- src/api/SymbolicGer.gf | 2 +- src/api/SymbolicGre.gf | 2 +- src/api/SymbolicHin.gf | 2 +- src/api/SymbolicIta.gf | 2 +- src/api/SymbolicLav.gf | 2 +- src/api/SymbolicMlt.gf | 2 +- src/api/SymbolicNor.gf | 2 +- src/api/SymbolicPes.gf | 2 +- src/api/SymbolicPnb.gf | 2 +- src/api/SymbolicPol.gf | 2 +- src/api/SymbolicRon.gf | 2 +- src/api/SymbolicRus.gf | 2 +- src/api/SymbolicSnd.gf | 2 +- src/api/SymbolicSpa.gf | 2 +- src/api/SymbolicSwe.gf | 2 +- src/api/SymbolicTha.gf | 2 +- src/api/SymbolicUrd.gf | 2 +- src/api/TryBul.gf | 2 +- src/api/TryCat.gf | 2 +- src/api/TryChi.gf | 2 +- src/api/TryDan.gf | 2 +- src/api/TryDut.gf | 2 +- src/api/TryEng.gf | 2 +- src/api/TryEst.gf | 2 +- src/api/TryFin.gf | 2 +- src/api/TryFre.gf | 2 +- src/api/TryGer.gf | 2 +- src/api/TryGre.gf | 2 +- src/api/TryHin.gf | 2 +- src/api/TryIta.gf | 2 +- src/api/TryJpn.gf | 2 +- src/api/TryLav.gf | 2 +- src/api/TryMlt.gf | 2 +- src/api/TryNor.gf | 2 +- src/api/TryPes.gf | 2 +- src/api/TryPnb.gf | 2 +- src/api/TryPol.gf | 2 +- src/api/TryRon.gf | 2 +- src/api/TryRus.gf | 2 +- src/api/TrySnd.gf | 2 +- src/api/TrySpa.gf | 2 +- src/api/TrySwe.gf | 2 +- src/api/TryTha.gf | 2 +- src/api/TryUrd.gf | 2 +- src/arabic/AllAra.gf | 2 +- src/bulgarian/AllBul.gf | 2 +- src/bulgarian/SymbolBul.gf | 2 +- src/catalan/CompatibilityCat.gf | 2 +- src/catalan/SymbolCat.gf | 2 +- src/chinese/AllChi.gf | 2 +- src/chinese/SymbolChi.gf | 2 +- src/danish/AllDan.gf | 2 +- src/danish/SymbolDan.gf | 2 +- src/dutch/AllDut.gf | 2 +- src/dutch/SymbolDut.gf | 2 +- src/english/AllEng.gf | 2 +- src/english/CompatibilityEng.gf | 2 +- src/english/SymbolEng.gf | 2 +- src/estonian/AllEst.gf | 2 +- src/estonian/SymbolEst.gf | 2 ++ src/finnish/AllFin.gf | 2 +- src/finnish/CompatibilityFin.gf | 2 +- src/finnish/SymbolFin.gf | 2 +- src/french/AllFre.gf | 2 +- src/french/CompatibilityFre.gf | 2 +- src/french/SymbolFre.gf | 2 +- src/german/AllGer.gf | 2 +- src/german/SymbolGer.gf | 2 +- src/greek/AllGre.gf | 2 +- src/greek/SymbolGre.gf | 2 ++ src/hebrew/AllHeb.gf | 2 +- src/hindi/SymbolHin.gf | 2 +- src/hungarian/AllHun.gf | 2 +- src/interlingua/AllIna.gf | 2 +- src/italian/AllIta.gf | 2 +- src/italian/CompatibilityIta.gf | 2 +- src/italian/SymbolIta.gf | 2 +- src/japanese/AllJpn.gf | 2 +- src/japanese/SymbolJpn.gf | 2 +- src/latin/AllLat.gf | 2 +- src/maltese/AllMlt.gf | 2 +- src/maltese/SymbolMlt.gf | 2 +- src/norwegian/AllNor.gf | 2 +- src/norwegian/SymbolNor.gf | 2 +- src/persian/SymbolPes.gf | 2 +- src/polish/AllPol.gf | 2 +- src/punjabi/SymbolPnb.gf | 2 +- src/russian/AllRus.gf | 2 +- src/russian/SymbolRus.gf | 2 +- src/sindhi/SymbolSnd.gf | 2 +- src/spanish/AllSpa.gf | 2 +- src/spanish/CompatibilitySpa.gf | 2 +- src/spanish/SymbolSpa.gf | 2 +- src/swedish/AllSwe.gf | 2 +- src/swedish/CompatibilitySwe.gf | 2 +- src/swedish/SymbolSwe.gf | 2 +- src/telugu/AllTel.gf | 2 +- src/thai/AllTha.gf | 2 +- src/thai/SymbolTha.gf | 2 +- src/turkish/AllTur.gf | 2 +- src/urdu/SymbolUrd.gf | 2 +- 112 files changed, 114 insertions(+), 110 deletions(-) diff --git a/src/afrikaans/AllAfr.gf b/src/afrikaans/AllAfr.gf index 5a081bfb..a7df3614 100644 --- a/src/afrikaans/AllAfr.gf +++ b/src/afrikaans/AllAfr.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllAfr of AllAfrAbs = LangAfr, diff --git a/src/amharic/AllAmh.gf b/src/amharic/AllAmh.gf index 5e075ae0..27b340e3 100644 --- a/src/amharic/AllAmh.gf +++ b/src/amharic/AllAmh.gf @@ -1,3 +1,3 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude -- concrete AllAmh of AllAmhAbs = LangAmh, ExtAmh ; diff --git a/src/api/SymbolicBul.gf b/src/api/SymbolicBul.gf index 1fa5fd4c..02345634 100644 --- a/src/api/SymbolicBul.gf +++ b/src/api/SymbolicBul.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../bulgarian:../common:../abstract:../prelude resource SymbolicBul = Symbolic with (Symbol = SymbolBul), diff --git a/src/api/SymbolicCat.gf b/src/api/SymbolicCat.gf index f0a1b59e..81ac8047 100644 --- a/src/api/SymbolicCat.gf +++ b/src/api/SymbolicCat.gf @@ -1,4 +1,4 @@ ---# -path=.:present:prelude +--# -path=.:../catalan:../romance:../common:../abstract:../prelude resource SymbolicCat = Symbolic with (Symbol = SymbolCat), diff --git a/src/api/SymbolicChi.gf b/src/api/SymbolicChi.gf index 0d1e1796..41153b89 100644 --- a/src/api/SymbolicChi.gf +++ b/src/api/SymbolicChi.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses +--# -path=.:../chinese:../common:../abstract:../prelude resource SymbolicChi = Symbolic with (Symbol = SymbolChi), diff --git a/src/api/SymbolicDan.gf b/src/api/SymbolicDan.gf index cbbe7e0a..5d99243d 100644 --- a/src/api/SymbolicDan.gf +++ b/src/api/SymbolicDan.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../danish:../scandinavian:../common:../abstract:../prelude resource SymbolicDan = Symbolic with (Symbol = SymbolDan), diff --git a/src/api/SymbolicDut.gf b/src/api/SymbolicDut.gf index 5c58c0e0..0eb8477d 100644 --- a/src/api/SymbolicDut.gf +++ b/src/api/SymbolicDut.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../dutch:../common:../abstract:../prelude resource SymbolicDut = Symbolic with (Symbol = SymbolDut), diff --git a/src/api/SymbolicEng.gf b/src/api/SymbolicEng.gf index c9b559a2..44a8683f 100644 --- a/src/api/SymbolicEng.gf +++ b/src/api/SymbolicEng.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../english:../common:../abstract:../prelude resource SymbolicEng = Symbolic with (Symbol = SymbolEng), diff --git a/src/api/SymbolicEst.gf b/src/api/SymbolicEst.gf index 1368e37f..9957a9f4 100644 --- a/src/api/SymbolicEst.gf +++ b/src/api/SymbolicEst.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../estonian:../common:../abstract:../prelude resource SymbolicEst = Symbolic with (Symbol = SymbolEst), diff --git a/src/api/SymbolicFin.gf b/src/api/SymbolicFin.gf index f8b88526..4f65ef83 100644 --- a/src/api/SymbolicFin.gf +++ b/src/api/SymbolicFin.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../finnish:../common:../abstract:../prelude resource SymbolicFin = Symbolic with (Symbol = SymbolFin), diff --git a/src/api/SymbolicFre.gf b/src/api/SymbolicFre.gf index ee0b2acc..5275b449 100644 --- a/src/api/SymbolicFre.gf +++ b/src/api/SymbolicFre.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../french:../romance:../common:../abstract:../prelude resource SymbolicFre = Symbolic with (Symbol = SymbolFre), diff --git a/src/api/SymbolicGer.gf b/src/api/SymbolicGer.gf index 8b8d7111..a9e44fe1 100644 --- a/src/api/SymbolicGer.gf +++ b/src/api/SymbolicGer.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../german:../common:../abstract:../prelude resource SymbolicGer = Symbolic with (Symbol = SymbolGer), diff --git a/src/api/SymbolicGre.gf b/src/api/SymbolicGre.gf index 750b0e95..e471129f 100644 --- a/src/api/SymbolicGre.gf +++ b/src/api/SymbolicGre.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses +--# -path=.:../greek:../common:../abstract:../prelude resource SymbolicGre = Symbolic with (Symbol = SymbolGre), diff --git a/src/api/SymbolicHin.gf b/src/api/SymbolicHin.gf index 11650f03..df6f4117 100644 --- a/src/api/SymbolicHin.gf +++ b/src/api/SymbolicHin.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../hindi:../hindustani:../common:../abstract:../prelude resource SymbolicHin = Symbolic with (Symbol = SymbolHin), diff --git a/src/api/SymbolicIta.gf b/src/api/SymbolicIta.gf index d4b578c8..729cb0cb 100644 --- a/src/api/SymbolicIta.gf +++ b/src/api/SymbolicIta.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../italian:../romance:../common:../abstract:../prelude resource SymbolicIta = Symbolic with (Symbol = SymbolIta), diff --git a/src/api/SymbolicLav.gf b/src/api/SymbolicLav.gf index cf84da1b..79702e61 100644 --- a/src/api/SymbolicLav.gf +++ b/src/api/SymbolicLav.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude:../latvian +--# -path=.:../latvian:../common:../abstract:../prelude resource SymbolicLav = Symbolic with (Symbol = SymbolLav), diff --git a/src/api/SymbolicMlt.gf b/src/api/SymbolicMlt.gf index 7510938b..d225cf28 100644 --- a/src/api/SymbolicMlt.gf +++ b/src/api/SymbolicMlt.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses +--# -path=.:../maltese:../common:../abstract:../prelude resource SymbolicMlt = Symbolic with (Symbol = SymbolMlt), diff --git a/src/api/SymbolicNor.gf b/src/api/SymbolicNor.gf index b4eff28e..11959187 100644 --- a/src/api/SymbolicNor.gf +++ b/src/api/SymbolicNor.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../norwegian:../scandinavian:../common:../abstract:../prelude resource SymbolicNor = Symbolic with (Symbol = SymbolNor), diff --git a/src/api/SymbolicPes.gf b/src/api/SymbolicPes.gf index 5225856c..f3f2b2e7 100644 --- a/src/api/SymbolicPes.gf +++ b/src/api/SymbolicPes.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:mathematical:prelude +--# -path=.:../persian:../common:../abstract:../prelude resource SymbolicPes = Symbolic with (Symbol = SymbolPes), diff --git a/src/api/SymbolicPnb.gf b/src/api/SymbolicPnb.gf index 53ac23ae..dce73fe9 100644 --- a/src/api/SymbolicPnb.gf +++ b/src/api/SymbolicPnb.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../punjabi:../common:../abstract:../prelude resource SymbolicPnb = Symbolic with (Symbol = SymbolPnb), diff --git a/src/api/SymbolicPol.gf b/src/api/SymbolicPol.gf index 28c15ffa..58c5565e 100644 --- a/src/api/SymbolicPol.gf +++ b/src/api/SymbolicPol.gf @@ -1,4 +1,4 @@ ---# -path=.:present +--# -path=.:../polish:../common:../abstract:../prelude resource SymbolicPol = Symbolic with (Symbol = SymbolPol), diff --git a/src/api/SymbolicRon.gf b/src/api/SymbolicRon.gf index 0f93fe91..96740064 100644 --- a/src/api/SymbolicRon.gf +++ b/src/api/SymbolicRon.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../romanian:../common:../abstract:../prelude resource SymbolicRon = Symbolic with (Symbol = SymbolRon), diff --git a/src/api/SymbolicRus.gf b/src/api/SymbolicRus.gf index 622e4b33..7efcf3ef 100644 --- a/src/api/SymbolicRus.gf +++ b/src/api/SymbolicRus.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../russian:../common:../abstract:../prelude resource SymbolicRus = Symbolic with (Symbol = SymbolRus), diff --git a/src/api/SymbolicSnd.gf b/src/api/SymbolicSnd.gf index 2b532bf1..6e05c9ad 100644 --- a/src/api/SymbolicSnd.gf +++ b/src/api/SymbolicSnd.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../sindhi:../common:../abstract:../prelude resource SymbolicSnd = Symbolic with (Symbol = SymbolSnd), diff --git a/src/api/SymbolicSpa.gf b/src/api/SymbolicSpa.gf index f284075d..bbd5b811 100644 --- a/src/api/SymbolicSpa.gf +++ b/src/api/SymbolicSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:present:prelude +--# -path=.:../spanish:../romance:../common:../abstract:../prelude resource SymbolicSpa = Symbolic with (Symbol = SymbolSpa), diff --git a/src/api/SymbolicSwe.gf b/src/api/SymbolicSwe.gf index 193d8e84..39306cea 100644 --- a/src/api/SymbolicSwe.gf +++ b/src/api/SymbolicSwe.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../swedish:../scandinavian:../common:../abstract:../prelude resource SymbolicSwe = Symbolic with (Symbol = SymbolSwe), diff --git a/src/api/SymbolicTha.gf b/src/api/SymbolicTha.gf index 29e26cb1..e87e346f 100644 --- a/src/api/SymbolicTha.gf +++ b/src/api/SymbolicTha.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses +--# -path=.:../thai:../common:../abstract:../prelude resource SymbolicTha = Symbolic with (Symbol = SymbolTha), diff --git a/src/api/SymbolicUrd.gf b/src/api/SymbolicUrd.gf index a7d80b20..dafd4721 100644 --- a/src/api/SymbolicUrd.gf +++ b/src/api/SymbolicUrd.gf @@ -1,4 +1,4 @@ ---# -path=.:present:mathematical:prelude +--# -path=.:../urdu:../hindustani:../common:../abstract:../prelude resource SymbolicUrd = Symbolic with (Symbol = SymbolUrd), diff --git a/src/api/TryBul.gf b/src/api/TryBul.gf index c6ff1ed0..84fb0bcc 100644 --- a/src/api/TryBul.gf +++ b/src/api/TryBul.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude +--# -path=.:../bulgarian:../common:../abstract:../prelude resource TryBul = SyntaxBul, LexiconBul, ParadigmsBul - [mkAdv,mkIAdv] ** open (P = ParadigmsBul) in { diff --git a/src/api/TryCat.gf b/src/api/TryCat.gf index 872a8539..d723df1a 100644 --- a/src/api/TryCat.gf +++ b/src/api/TryCat.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude +--# -path=.:../catalan:../romance:../common:../abstract:../prelude resource TryCat = SyntaxCat, LexiconCat, ParadigmsCat - [mkAdv] ** open (P = ParadigmsCat) in { diff --git a/src/api/TryChi.gf b/src/api/TryChi.gf index 5c43077c..1de02e2f 100644 --- a/src/api/TryChi.gf +++ b/src/api/TryChi.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses +--# -path=.:../chinese:../common:../abstract:../prelude resource TryChi = SyntaxChi, LexiconChi, ParadigmsChi -[mkAdv, mkDet,mkQuant,mkAdA,mkAdN,mkIDet,mkDet,mkNP,mkNum,mkPConj,mkRP]** open (P = ParadigmsChi) in { diff --git a/src/api/TryDan.gf b/src/api/TryDan.gf index f92e7285..1ce89f31 100644 --- a/src/api/TryDan.gf +++ b/src/api/TryDan.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses:prelude +--# -path=.:../danish:../scandinavian:../common:../abstract:../prelude resource TryDan = SyntaxDan, LexiconDan, ParadigmsDan - [mkAdv] ; diff --git a/src/api/TryDut.gf b/src/api/TryDut.gf index 97eedd0d..a26f6741 100644 --- a/src/api/TryDut.gf +++ b/src/api/TryDut.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses:prelude +--# -path=.:../dutch:../common:../abstract:../prelude resource TryDut = SyntaxDut, LexiconDut, ParadigmsDut - [mkAdv,mkOrd] ; diff --git a/src/api/TryEng.gf b/src/api/TryEng.gf index 7a8aee98..a5055ca9 100644 --- a/src/api/TryEng.gf +++ b/src/api/TryEng.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude +--# -path=.:../english:../common:../abstract:../prelude resource TryEng = SyntaxEng-[mkAdN], LexiconEng, ParadigmsEng - [mkAdv,mkAdN,mkOrd,mkQuant] ** open (P = ParadigmsEng) in { diff --git a/src/api/TryEst.gf b/src/api/TryEst.gf index 2deaee11..71b38d24 100644 --- a/src/api/TryEst.gf +++ b/src/api/TryEst.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses:prelude +--# -path=.:../estonian:../common:../abstract:../prelude resource TryEst = SyntaxEst, LexiconEst, ParadigmsEst - [mkAdv,mkAdN,mkDet,mkQuant,mkPConj] ; diff --git a/src/api/TryFin.gf b/src/api/TryFin.gf index 7886b1b3..52b07f0e 100644 --- a/src/api/TryFin.gf +++ b/src/api/TryFin.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses:prelude +--# -path=.:../finnish:../common:../abstract:../prelude resource TryFin = SyntaxFin, LexiconFin-[mkOrd], ParadigmsFin - [mkAdv,mkAdN,mkDet,mkQuant,mkPConj] ; diff --git a/src/api/TryFre.gf b/src/api/TryFre.gf index b1298351..1f522b0e 100644 --- a/src/api/TryFre.gf +++ b/src/api/TryFre.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses:prelude +--# -path=.:../french:../romance:../common:../abstract:../prelude resource TryFre = SyntaxFre, LexiconFre, ParadigmsFre - [mkAdv] ; diff --git a/src/api/TryGer.gf b/src/api/TryGer.gf index 3c5ddd29..9e99c3be 100644 --- a/src/api/TryGer.gf +++ b/src/api/TryGer.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses:prelude +--# -path=.:../german:../common:../abstract:../prelude resource TryGer = SyntaxGer, ExtraGer, LexiconGer, ParadigmsGer - [mkAdv], MakeStructuralGer ; diff --git a/src/api/TryGre.gf b/src/api/TryGre.gf index 3146de7f..affe6335 100644 --- a/src/api/TryGre.gf +++ b/src/api/TryGre.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses +--# -path=.:../greek:../common:../abstract:../prelude resource TryGre = SyntaxGre, LexiconGre, ParadigmsGre ; diff --git a/src/api/TryHin.gf b/src/api/TryHin.gf index cc7ff4bf..64067749 100644 --- a/src/api/TryHin.gf +++ b/src/api/TryHin.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude:/users/shafqat/www.grammaticalframework.org_4/lib/src/hindi:/users/shafqat/www.grammaticalframework.org_4/lib/src/hindustani +--# -path=.:../hindi:../hindustani:../common:../abstract:../prelude resource TryHin = SyntaxHin - [mkAdN] , LexiconHin, ParadigmsHin - [mkAdv,mkDet,mkIP,mkAdN,mkQuant] ** open (P = ParadigmsHin) in { diff --git a/src/api/TryIta.gf b/src/api/TryIta.gf index ff91189b..1154d50a 100644 --- a/src/api/TryIta.gf +++ b/src/api/TryIta.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses:prelude +--# -path=.:../italian:../romance:../common:../abstract:../prelude resource TryIta = SyntaxIta, LexiconIta, ParadigmsIta - [mkAdv,in_Prep] ; diff --git a/src/api/TryJpn.gf b/src/api/TryJpn.gf index d541cf97..da5facea 100644 --- a/src/api/TryJpn.gf +++ b/src/api/TryJpn.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude +--# -path=.:../japanese:../abstract:../prelude resource TryJpn = SyntaxJpn - [mkAdN] , LexiconJpn, diff --git a/src/api/TryLav.gf b/src/api/TryLav.gf index 5170db91..70a837f8 100644 --- a/src/api/TryLav.gf +++ b/src/api/TryLav.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude:../latvian +--# -path=.:../latvian:../common:../abstract:../prelude resource TryLav = SyntaxLav-[mkAdN], LexiconLav, ParadigmsLav-[mkAdv,mkAdN,mkOrd,mkQuant] ** open (P = ParadigmsLav) in { diff --git a/src/api/TryMlt.gf b/src/api/TryMlt.gf index cdd1fd12..41ecd221 100644 --- a/src/api/TryMlt.gf +++ b/src/api/TryMlt.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude +--# -path=.:../maltese:../common:../abstract:../prelude resource TryMlt = SyntaxMlt, LexiconMlt, ParadigmsMlt - [mkAdN, mkAdv,mkOrd,mkQuant] ** open (P = ParadigmsMlt) in { diff --git a/src/api/TryNor.gf b/src/api/TryNor.gf index 43c9bab6..37982283 100644 --- a/src/api/TryNor.gf +++ b/src/api/TryNor.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses:prelude +--# -path=.:../norwegian:../scandinavian:../common:../abstract:../prelude resource TryNor = SyntaxNor, LexiconNor, ParadigmsNor - [mkAdv] ; diff --git a/src/api/TryPes.gf b/src/api/TryPes.gf index 71cdd632..3fbf3759 100644 --- a/src/api/TryPes.gf +++ b/src/api/TryPes.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude:/users/shafqat/www.grammaticalframework.org_0/lib/src/persian +--# -path=.:../persian:../common:../abstract:../prelude resource TryPes = SyntaxPes, LexiconPes, ParadigmsPes -[mkDet,mkQuant,mkAdv]** open (P = ParadigmsPes) in { diff --git a/src/api/TryPnb.gf b/src/api/TryPnb.gf index 95ce378b..27a92fa7 100644 --- a/src/api/TryPnb.gf +++ b/src/api/TryPnb.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude +--# -path=.:../punjabi:../common:../abstract:../prelude resource TryPnb = SyntaxPnb - [mkAdN] , LexiconPnb, ParadigmsPnb - [mkAdv,mkDet,mkIP,mkAdN] ** open (P = ParadigmsPnb) in { diff --git a/src/api/TryPol.gf b/src/api/TryPol.gf index 48107cc4..f448f65b 100644 --- a/src/api/TryPol.gf +++ b/src/api/TryPol.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude +--# -path=.:../polish:../common:../abstract:../prelude resource TryPol = SyntaxPol, LexiconPol, ParadigmsPol - [mkAdv] ** open (P = ParadigmsPol) in { diff --git a/src/api/TryRon.gf b/src/api/TryRon.gf index 463b77ff..6aa9a7f2 100644 --- a/src/api/TryRon.gf +++ b/src/api/TryRon.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude +--# -path=.:../romanian:../common:../abstract:../prelude resource TryRon = SyntaxRon-[mkAdN], LexiconRon, ParadigmsRon - [mkAdv,mkAdN,mkOrd,mkDet,mkNP] ** open (P = ParadigmsRon) in { diff --git a/src/api/TryRus.gf b/src/api/TryRus.gf index cb2058ce..4f82fa4f 100644 --- a/src/api/TryRus.gf +++ b/src/api/TryRus.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses:prelude +--# -path=.:../russian:../common:../abstract:../prelude resource TryRus = SyntaxRus, LexiconRus, ParadigmsRus - [mkAdv] ; diff --git a/src/api/TrySnd.gf b/src/api/TrySnd.gf index ebf41991..0ddb030d 100644 --- a/src/api/TrySnd.gf +++ b/src/api/TrySnd.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude:/users/shafqat/www.grammaticalframework.org_4/lib/src/sindhi +--# -path=.:../sindhi:../common:../abstract:../prelude resource TrySnd = SyntaxSnd - [mkAdN] , LexiconSnd, ParadigmsSnd - [mkAdv,mkDet,mkIP,mkAdN] ** open (P = ParadigmsSnd) in { diff --git a/src/api/TrySpa.gf b/src/api/TrySpa.gf index 9538bb77..7743eaa4 100644 --- a/src/api/TrySpa.gf +++ b/src/api/TrySpa.gf @@ -1,3 +1,3 @@ ---# -path=.:alltenses:prelude +--# -path=.:../spanish:../romance:../common:../abstract:../prelude resource TrySpa = SyntaxSpa, LexiconSpa, ParadigmsSpa - [mkAdv,mkAdN] ; diff --git a/src/api/TrySwe.gf b/src/api/TrySwe.gf index ea721ac3..e0ce64d7 100644 --- a/src/api/TrySwe.gf +++ b/src/api/TrySwe.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude +--# -path=.:../swedish:../scandinavian:../common:../abstract:../prelude resource TrySwe = SyntaxSwe, LexiconSwe, ParadigmsSwe - [mkAdv] ** open (P = ParadigmsSwe) in { diff --git a/src/api/TryTha.gf b/src/api/TryTha.gf index 0724d2a6..58cdcecb 100644 --- a/src/api/TryTha.gf +++ b/src/api/TryTha.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses +--# -path=.:../thai:../common:../abstract:../prelude resource TryTha = SyntaxTha, LexiconTha, ParadigmsTha -[mkAdv, mkDet,mkQuant]** open (P = ParadigmsTha) in { diff --git a/src/api/TryUrd.gf b/src/api/TryUrd.gf index 062ffd34..ed393c50 100644 --- a/src/api/TryUrd.gf +++ b/src/api/TryUrd.gf @@ -1,4 +1,4 @@ ---# -path=.:alltenses:prelude +--# -path=.:../urdu:../hindustani:../common:../abstract:../prelude resource TryUrd = SyntaxUrd - [mkAdN] , LexiconUrd, ParadigmsUrd - [mkAdv,mkDet,mkIP,mkAdN] ** open (P = ParadigmsUrd) in { diff --git a/src/arabic/AllAra.gf b/src/arabic/AllAra.gf index d23f9b99..c331a6af 100644 --- a/src/arabic/AllAra.gf +++ b/src/arabic/AllAra.gf @@ -1,3 +1,3 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllAra of AllAraAbs = LangAra ; diff --git a/src/bulgarian/AllBul.gf b/src/bulgarian/AllBul.gf index 75a2ec49..90166354 100644 --- a/src/bulgarian/AllBul.gf +++ b/src/bulgarian/AllBul.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:prelude:../api +--# -path=.:../abstract:../common:../prelude:../api --# -coding=cp1251 concrete AllBul of AllBulAbs = diff --git a/src/bulgarian/SymbolBul.gf b/src/bulgarian/SymbolBul.gf index 3aad4c6f..274a67c4 100644 --- a/src/bulgarian/SymbolBul.gf +++ b/src/bulgarian/SymbolBul.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude --# -coding=cp1251 concrete SymbolBul of Symbol = CatBul ** open Prelude, ResBul in { diff --git a/src/catalan/CompatibilityCat.gf b/src/catalan/CompatibilityCat.gf index e12287c4..85887479 100644 --- a/src/catalan/CompatibilityCat.gf +++ b/src/catalan/CompatibilityCat.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common +--# -path=.:../romance:../abstract:../common:../prelude concrete CompatibilityCat of Compatibility = CatCat ** open Prelude, CommonRomance in { diff --git a/src/catalan/SymbolCat.gf b/src/catalan/SymbolCat.gf index 03cf15c9..5fcb2022 100644 --- a/src/catalan/SymbolCat.gf +++ b/src/catalan/SymbolCat.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common +--# -path=.:../romance:../abstract:../common:../prelude concrete SymbolCat of Symbol = CatCat ** SymbolRomance with (ResRomance = ResCat) ; diff --git a/src/chinese/AllChi.gf b/src/chinese/AllChi.gf index acabdec6..39a54866 100644 --- a/src/chinese/AllChi.gf +++ b/src/chinese/AllChi.gf @@ -1,3 +1,3 @@ ---# -path=.:../abstract:../common:../api +--# -path=.:../abstract:../common:../api:../prelude concrete AllChi of AllChiAbs = LangChi, ExtraChi ; diff --git a/src/chinese/SymbolChi.gf b/src/chinese/SymbolChi.gf index 908affa3..69457d54 100644 --- a/src/chinese/SymbolChi.gf +++ b/src/chinese/SymbolChi.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolChi of Symbol = CatChi ** open Prelude, ResChi in { diff --git a/src/danish/AllDan.gf b/src/danish/AllDan.gf index 73772841..feff45ef 100644 --- a/src/danish/AllDan.gf +++ b/src/danish/AllDan.gf @@ -1,4 +1,4 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude +--# -path=.:../scandinavian:../abstract:../common:../prelude concrete AllDan of AllDanAbs = LangDan, diff --git a/src/danish/SymbolDan.gf b/src/danish/SymbolDan.gf index 0318eadb..0d2ee11a 100644 --- a/src/danish/SymbolDan.gf +++ b/src/danish/SymbolDan.gf @@ -1,4 +1,4 @@ ---# -path=.:../scandinavian:../abstract:../common +--# -path=.:../scandinavian:../abstract:../common:../prelude concrete SymbolDan of Symbol = CatDan ** SymbolScand with (ResScand = ResDan) ; diff --git a/src/dutch/AllDut.gf b/src/dutch/AllDut.gf index adc79c0f..55360f72 100644 --- a/src/dutch/AllDut.gf +++ b/src/dutch/AllDut.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:../api +--# -path=.:../abstract:../common:../api:../prelude concrete AllDut of AllDutAbs = LangDut, diff --git a/src/dutch/SymbolDut.gf b/src/dutch/SymbolDut.gf index b5300783..d0b96b0d 100644 --- a/src/dutch/SymbolDut.gf +++ b/src/dutch/SymbolDut.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolDut of Symbol = CatDut ** open Prelude, ResDut in { diff --git a/src/english/AllEng.gf b/src/english/AllEng.gf index 6a523604..24afb592 100644 --- a/src/english/AllEng.gf +++ b/src/english/AllEng.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:../api +--# -path=.:../abstract:../common:../api:../prelude concrete AllEng of AllEngAbs = LangEng, diff --git a/src/english/CompatibilityEng.gf b/src/english/CompatibilityEng.gf index 63450d0f..119f83bf 100644 --- a/src/english/CompatibilityEng.gf +++ b/src/english/CompatibilityEng.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete CompatibilityEng of Compatibility = CatEng ** open Prelude, ResEng in { diff --git a/src/english/SymbolEng.gf b/src/english/SymbolEng.gf index b4f549b0..2fefea0c 100644 --- a/src/english/SymbolEng.gf +++ b/src/english/SymbolEng.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolEng of Symbol = CatEng ** open Prelude, ResEng in { diff --git a/src/estonian/AllEst.gf b/src/estonian/AllEst.gf index 00d0d03c..108e7667 100644 --- a/src/estonian/AllEst.gf +++ b/src/estonian/AllEst.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllEst of AllEstAbs = LangEst, -- - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses diff --git a/src/estonian/SymbolEst.gf b/src/estonian/SymbolEst.gf index d950b803..6f59cdd7 100644 --- a/src/estonian/SymbolEst.gf +++ b/src/estonian/SymbolEst.gf @@ -1,3 +1,5 @@ +--# -path=.:../abstract:../common:../prelude + concrete SymbolEst of Symbol = CatEst ** open Prelude, NounEst, ResEst in { lin diff --git a/src/finnish/AllFin.gf b/src/finnish/AllFin.gf index 8c99bef0..bac4c245 100644 --- a/src/finnish/AllFin.gf +++ b/src/finnish/AllFin.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:../api +--# -path=.:../abstract:../common:../api:../prelude concrete AllFin of AllFinAbs = LangFin - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses diff --git a/src/finnish/CompatibilityFin.gf b/src/finnish/CompatibilityFin.gf index a615f2ee..fc2375f5 100644 --- a/src/finnish/CompatibilityFin.gf +++ b/src/finnish/CompatibilityFin.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete CompatibilityFin of Compatibility = CatFin ** open Prelude, ResFin in { diff --git a/src/finnish/SymbolFin.gf b/src/finnish/SymbolFin.gf index 7714e8c0..1e08e7fe 100644 --- a/src/finnish/SymbolFin.gf +++ b/src/finnish/SymbolFin.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolFin of Symbol = CatFin ** open Prelude, NounFin, ResFin, MorphoFin, StemFin in { diff --git a/src/french/AllFre.gf b/src/french/AllFre.gf index 1cc8674b..3ce0e6e3 100644 --- a/src/french/AllFre.gf +++ b/src/french/AllFre.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common:../api +--# -path=.:../romance:../abstract:../common:../api:../prelude concrete AllFre of AllFreAbs = LangFre, diff --git a/src/french/CompatibilityFre.gf b/src/french/CompatibilityFre.gf index 89680f53..a3046816 100644 --- a/src/french/CompatibilityFre.gf +++ b/src/french/CompatibilityFre.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common +--# -path=.:../romance:../abstract:../common:../prelude concrete CompatibilityFre of Compatibility = CatFre ** open Prelude, CommonRomance in { diff --git a/src/french/SymbolFre.gf b/src/french/SymbolFre.gf index f9b0ca93..4dbb4b70 100644 --- a/src/french/SymbolFre.gf +++ b/src/french/SymbolFre.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common +--# -path=.:../romance:../abstract:../common:../prelude concrete SymbolFre of Symbol = CatFre ** SymbolRomance with (ResRomance = ResFre) ; diff --git a/src/german/AllGer.gf b/src/german/AllGer.gf index 7d67803a..83793a9b 100644 --- a/src/german/AllGer.gf +++ b/src/german/AllGer.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:../api +--# -path=.:../abstract:../common:../api:../prelude concrete AllGer of AllGerAbs = LangGer, diff --git a/src/german/SymbolGer.gf b/src/german/SymbolGer.gf index b8653fac..204e4b93 100644 --- a/src/german/SymbolGer.gf +++ b/src/german/SymbolGer.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolGer of Symbol = CatGer ** open Prelude, ResGer in { diff --git a/src/greek/AllGre.gf b/src/greek/AllGre.gf index fb8c40da..f389d506 100644 --- a/src/greek/AllGre.gf +++ b/src/greek/AllGre.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete AllGre of AllGreAbs = LangGre, diff --git a/src/greek/SymbolGre.gf b/src/greek/SymbolGre.gf index acd38950..6979b2fb 100644 --- a/src/greek/SymbolGre.gf +++ b/src/greek/SymbolGre.gf @@ -1,3 +1,5 @@ +--# -path=.:../abstract:../common:../prelude + concrete SymbolGre of Symbol = CatGre ** open Prelude, CommonGre, ResGre in { diff --git a/src/hebrew/AllHeb.gf b/src/hebrew/AllHeb.gf index 842c56a0..7b5a2bdb 100644 --- a/src/hebrew/AllHeb.gf +++ b/src/hebrew/AllHeb.gf @@ -1,3 +1,3 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllHeb of AllHebAbs = LangHeb ; diff --git a/src/hindi/SymbolHin.gf b/src/hindi/SymbolHin.gf index e60f69b3..51b0d1d9 100644 --- a/src/hindi/SymbolHin.gf +++ b/src/hindi/SymbolHin.gf @@ -1,4 +1,4 @@ ---# -path=.:../hindustani:../abstract:../common +--# -path=.:../hindustani:../abstract:../common:../prelude concrete SymbolHin of Symbol = CatHin ** SymbolHindustani with (ResHindustani = ResHin) ; diff --git a/src/hungarian/AllHun.gf b/src/hungarian/AllHun.gf index fd5af02a..c8d4c3ed 100644 --- a/src/hungarian/AllHun.gf +++ b/src/hungarian/AllHun.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllHun of AllHunAbs = LangHun, diff --git a/src/interlingua/AllIna.gf b/src/interlingua/AllIna.gf index e4e8593a..810c0772 100644 --- a/src/interlingua/AllIna.gf +++ b/src/interlingua/AllIna.gf @@ -1,3 +1,3 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllIna of AllInaAbs = LangIna ; diff --git a/src/italian/AllIta.gf b/src/italian/AllIta.gf index d6abcd29..67ce19e8 100644 --- a/src/italian/AllIta.gf +++ b/src/italian/AllIta.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common:../api +--# -path=.:../romance:../abstract:../common:../api:../prelude concrete AllIta of AllItaAbs = LangIta, diff --git a/src/italian/CompatibilityIta.gf b/src/italian/CompatibilityIta.gf index 91446be5..2d80eaa8 100644 --- a/src/italian/CompatibilityIta.gf +++ b/src/italian/CompatibilityIta.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common +--# -path=.:../romance:../abstract:../common:../prelude concrete CompatibilityIta of Compatibility = CatIta ** open Prelude, CommonRomance in { diff --git a/src/italian/SymbolIta.gf b/src/italian/SymbolIta.gf index 6555c5e9..c3c7bfec 100644 --- a/src/italian/SymbolIta.gf +++ b/src/italian/SymbolIta.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common +--# -path=.:../romance:../abstract:../common:../prelude concrete SymbolIta of Symbol = CatIta ** SymbolRomance with (ResRomance = ResIta) ; diff --git a/src/japanese/AllJpn.gf b/src/japanese/AllJpn.gf index 428be289..1481f0a5 100644 --- a/src/japanese/AllJpn.gf +++ b/src/japanese/AllJpn.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../prelude concrete AllJpn of AllJpnAbs = LangJpn, diff --git a/src/japanese/SymbolJpn.gf b/src/japanese/SymbolJpn.gf index 9ed6fcc0..8aa0d651 100644 --- a/src/japanese/SymbolJpn.gf +++ b/src/japanese/SymbolJpn.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../prelude concrete SymbolJpn of Symbol = CatJpn ** open Prelude, ResJpn in { diff --git a/src/latin/AllLat.gf b/src/latin/AllLat.gf index 902c6529..a978fac3 100644 --- a/src/latin/AllLat.gf +++ b/src/latin/AllLat.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllLat of AllLatAbs = LangLat, diff --git a/src/maltese/AllMlt.gf b/src/maltese/AllMlt.gf index 019ee0d7..1a37a34f 100644 --- a/src/maltese/AllMlt.gf +++ b/src/maltese/AllMlt.gf @@ -4,7 +4,7 @@ -- John J. Camilleri 2011 -- 2013 -- Licensed under LGPL ---# -path=.:prelude:../abstract:../common +--# -path=.:../prelude:../abstract:../common concrete AllMlt of AllMltAbs = LangMlt, diff --git a/src/maltese/SymbolMlt.gf b/src/maltese/SymbolMlt.gf index a11fad17..2e796508 100644 --- a/src/maltese/SymbolMlt.gf +++ b/src/maltese/SymbolMlt.gf @@ -4,7 +4,7 @@ -- John J. Camilleri 2011 -- 2013 -- Licensed under LGPL ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolMlt of Symbol = CatMlt ** open Prelude, ResMlt in { diff --git a/src/norwegian/AllNor.gf b/src/norwegian/AllNor.gf index cf84e676..bdf65c14 100644 --- a/src/norwegian/AllNor.gf +++ b/src/norwegian/AllNor.gf @@ -1,4 +1,4 @@ ---# -path=.:../scandinavian:../abstract:../common:prelude +--# -path=.:../scandinavian:../abstract:../common:../prelude concrete AllNor of AllNorAbs = LangNor, diff --git a/src/norwegian/SymbolNor.gf b/src/norwegian/SymbolNor.gf index 600f0e74..54e2c795 100644 --- a/src/norwegian/SymbolNor.gf +++ b/src/norwegian/SymbolNor.gf @@ -1,4 +1,4 @@ ---# -path=.:../scandinavian:../abstract:../common +--# -path=.:../scandinavian:../abstract:../common:../prelude concrete SymbolNor of Symbol = CatNor ** SymbolScand with (ResScand = ResNor) ; diff --git a/src/persian/SymbolPes.gf b/src/persian/SymbolPes.gf index 18d1f54e..602547a3 100644 --- a/src/persian/SymbolPes.gf +++ b/src/persian/SymbolPes.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolPes of Symbol = CatPes ** open Prelude, ResPes in { diff --git a/src/polish/AllPol.gf b/src/polish/AllPol.gf index f2c9d325..2df32642 100644 --- a/src/polish/AllPol.gf +++ b/src/polish/AllPol.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllPol of AllPolAbs = LangPol, diff --git a/src/punjabi/SymbolPnb.gf b/src/punjabi/SymbolPnb.gf index 4727dfe3..0726f5c3 100644 --- a/src/punjabi/SymbolPnb.gf +++ b/src/punjabi/SymbolPnb.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolPnb of Symbol = CatPnb ** open Prelude, ResPnb in { diff --git a/src/russian/AllRus.gf b/src/russian/AllRus.gf index 024ce67e..9961da73 100644 --- a/src/russian/AllRus.gf +++ b/src/russian/AllRus.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllRus of AllRusAbs = LangRus, diff --git a/src/russian/SymbolRus.gf b/src/russian/SymbolRus.gf index 3ee9bab7..27d48af7 100644 --- a/src/russian/SymbolRus.gf +++ b/src/russian/SymbolRus.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolRus of Symbol = CatRus ** open Prelude, ResRus in { flags coding=utf8; diff --git a/src/sindhi/SymbolSnd.gf b/src/sindhi/SymbolSnd.gf index 8d015e3d..fa889a5e 100644 --- a/src/sindhi/SymbolSnd.gf +++ b/src/sindhi/SymbolSnd.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolSnd of Symbol = CatSnd ** open Prelude, ResSnd in { diff --git a/src/spanish/AllSpa.gf b/src/spanish/AllSpa.gf index 2d93fe31..7bef719f 100644 --- a/src/spanish/AllSpa.gf +++ b/src/spanish/AllSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common:../api +--# -path=.:../romance:../abstract:../common:../api:../prelude concrete AllSpa of AllSpaAbs = LangSpa, diff --git a/src/spanish/CompatibilitySpa.gf b/src/spanish/CompatibilitySpa.gf index b8af3136..6d1402b5 100644 --- a/src/spanish/CompatibilitySpa.gf +++ b/src/spanish/CompatibilitySpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common +--# -path=.:../romance:../abstract:../common:../prelude concrete CompatibilitySpa of Compatibility = CatSpa ** open Prelude, CommonRomance in { diff --git a/src/spanish/SymbolSpa.gf b/src/spanish/SymbolSpa.gf index e300021c..48193609 100644 --- a/src/spanish/SymbolSpa.gf +++ b/src/spanish/SymbolSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common +--# -path=.:../romance:../abstract:../common:../prelude concrete SymbolSpa of Symbol = CatSpa ** SymbolRomance with (ResRomance = ResSpa) ; diff --git a/src/swedish/AllSwe.gf b/src/swedish/AllSwe.gf index 44a58fb0..66318a84 100644 --- a/src/swedish/AllSwe.gf +++ b/src/swedish/AllSwe.gf @@ -1,4 +1,4 @@ ---# -path=.:../scandinavian:../abstract:../common:../api +--# -path=.:../scandinavian:../abstract:../common:../api:../prelude concrete AllSwe of AllSweAbs = LangSwe - [PassV2], diff --git a/src/swedish/CompatibilitySwe.gf b/src/swedish/CompatibilitySwe.gf index 84ab961b..deb89eb6 100644 --- a/src/swedish/CompatibilitySwe.gf +++ b/src/swedish/CompatibilitySwe.gf @@ -1,4 +1,4 @@ ---# -path=.:../scandinavian:../abstract:../common +--# -path=.:../scandinavian:../abstract:../common:../prelude concrete CompatibilitySwe of Compatibility = CatSwe ** open Prelude, CommonScand in { diff --git a/src/swedish/SymbolSwe.gf b/src/swedish/SymbolSwe.gf index 331e4ba3..054c10ff 100644 --- a/src/swedish/SymbolSwe.gf +++ b/src/swedish/SymbolSwe.gf @@ -1,4 +1,4 @@ ---# -path=.:../scandinavian:../abstract:../common +--# -path=.:../scandinavian:../abstract:../common:../prelude concrete SymbolSwe of Symbol = CatSwe ** SymbolScand with (ResScand = ResSwe) ; diff --git a/src/telugu/AllTel.gf b/src/telugu/AllTel.gf index e70fe34f..87699dd8 100644 --- a/src/telugu/AllTel.gf +++ b/src/telugu/AllTel.gf @@ -1,3 +1,3 @@ -----# -path=.:../abstract:../common:prelude +----# -path=.:../abstract:../common:../prelude -- --concrete AllTel of AllTelAbs = LangTel ; diff --git a/src/thai/AllTha.gf b/src/thai/AllTha.gf index 0ca82496..37bfe6c8 100644 --- a/src/thai/AllTha.gf +++ b/src/thai/AllTha.gf @@ -1,3 +1,3 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllTha of AllThaAbs = LangTha ; diff --git a/src/thai/SymbolTha.gf b/src/thai/SymbolTha.gf index 8d2ce77a..f6ea7486 100644 --- a/src/thai/SymbolTha.gf +++ b/src/thai/SymbolTha.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common +--# -path=.:../abstract:../common:../prelude concrete SymbolTha of Symbol = CatTha ** open Prelude, ResTha in { diff --git a/src/turkish/AllTur.gf b/src/turkish/AllTur.gf index d3c20ce5..967b180d 100644 --- a/src/turkish/AllTur.gf +++ b/src/turkish/AllTur.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../prelude concrete AllTur of AllTurAbs = LangTur diff --git a/src/urdu/SymbolUrd.gf b/src/urdu/SymbolUrd.gf index a9fa1f3e..642029fe 100644 --- a/src/urdu/SymbolUrd.gf +++ b/src/urdu/SymbolUrd.gf @@ -1,4 +1,4 @@ ---# -path=.:../hindustani:../abstract:../common +--# -path=.:../hindustani:../abstract:../common:../prelude concrete SymbolUrd of Symbol = CatUrd ** SymbolHindustani with (ResHindustani = ResUrd) ;