summaryrefslogtreecommitdiff
path: root/examples/tram
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-02-25 21:12:59 +0000
committeraarne <aarne@cs.chalmers.se>2006-02-25 21:12:59 +0000
commit281f57112a38d75fc29c4391712535f3cfad9e22 (patch)
treeae064c54bbd555bf56211210811c18f896e222aa /examples/tram
parent3cbd135010a597aa4caf1098bd21b95814f5de64 (diff)
directories of precompiled libraries under lib
Diffstat (limited to 'examples/tram')
-rw-r--r--examples/tram/README6
-rw-r--r--examples/tram/TramEng.gf2
-rw-r--r--examples/tram/TramFin.gf2
-rw-r--r--examples/tram/TramFre.gf4
-rw-r--r--examples/tram/TramGer.gf3
-rw-r--r--examples/tram/TramIta.gf2
-rw-r--r--examples/tram/TramNor.gf2
-rw-r--r--examples/tram/TramSpa.gf2
-rw-r--r--examples/tram/TramSwe.gf4
9 files changed, 12 insertions, 15 deletions
diff --git a/examples/tram/README b/examples/tram/README
index f8753dfbb..2376afaf8 100644
--- a/examples/tram/README
+++ b/examples/tram/README
@@ -16,10 +16,12 @@ This works in eight languages.
Notice that the compilation of the grammars uses precompiled
resources, located in
- GF/lib/compiled
+ GF/lib/
To produce them, use 'make' and 'make install' in GF/lib/resource-1.0.
+You moreover have to set your GF_LIB_PATH to point to your GF/lib/.
-AR 7/11/2005 -- 23/2/2006
+
+AR 7/11/2005 -- 25/2/2006
diff --git a/examples/tram/TramEng.gf b/examples/tram/TramEng.gf
index 994c0fcdc..ce2f4e845 100644
--- a/examples/tram/TramEng.gf
+++ b/examples/tram/TramEng.gf
@@ -1,4 +1,4 @@
---# -path=.:compiled:prelude
+--# -path=.:present:multimodal:mathematical:prelude
concrete TramEng of Tram = TramI with
(Multimodal = MultimodalEng),
diff --git a/examples/tram/TramFin.gf b/examples/tram/TramFin.gf
index b7d861d12..ae7a7e4ad 100644
--- a/examples/tram/TramFin.gf
+++ b/examples/tram/TramFin.gf
@@ -1,4 +1,4 @@
---# -path=.:compiled:prelude
+--# -path=.:present:multimodal:mathematical:prelude
concrete TramFin of Tram = TramI with
(Multimodal = MultimodalFin),
diff --git a/examples/tram/TramFre.gf b/examples/tram/TramFre.gf
index 32e992717..43039e420 100644
--- a/examples/tram/TramFre.gf
+++ b/examples/tram/TramFre.gf
@@ -1,6 +1,4 @@
---# -path=.:compiled:prelude
-
--- --# -path=.:resource-1.0/abstract:resource-1.0/french:resource-1.0/common:resource-1.0/multimodal:resource-1.0/romance:prelude:resource-1.0/mathematical
+--# -path=.:present:multimodal:mathematical:prelude
concrete TramFre of Tram = TramI with
(Multimodal = MultimodalFre),
diff --git a/examples/tram/TramGer.gf b/examples/tram/TramGer.gf
index 1d1fb3281..678974a52 100644
--- a/examples/tram/TramGer.gf
+++ b/examples/tram/TramGer.gf
@@ -1,5 +1,4 @@
---# -path=.:compiled:prelude
--- --# -path=.:resource-1.0/abstract:resource-1.0/common:resource-1.0/mathematical:resource-1.0/multimodal:resource-1.0/german:prelude
+--# -path=.:present:multimodal:mathematical:prelude
concrete TramGer of Tram = TramI with
(Multimodal = MultimodalGer),
diff --git a/examples/tram/TramIta.gf b/examples/tram/TramIta.gf
index 656d64dbb..581ab6ad1 100644
--- a/examples/tram/TramIta.gf
+++ b/examples/tram/TramIta.gf
@@ -1,4 +1,4 @@
---# -path=.:compiled:prelude
+--# -path=.:present:multimodal:mathematical:prelude
concrete TramIta of Tram = TramI with
(Multimodal = MultimodalIta),
diff --git a/examples/tram/TramNor.gf b/examples/tram/TramNor.gf
index e7ba6aadd..70392de35 100644
--- a/examples/tram/TramNor.gf
+++ b/examples/tram/TramNor.gf
@@ -1,4 +1,4 @@
---# -path=.:compiled:prelude
+--# -path=.:present:multimodal:mathematical:prelude
concrete TramNor of Tram = TramI with
(Multimodal = MultimodalNor),
diff --git a/examples/tram/TramSpa.gf b/examples/tram/TramSpa.gf
index 7915a0331..822adad9d 100644
--- a/examples/tram/TramSpa.gf
+++ b/examples/tram/TramSpa.gf
@@ -1,4 +1,4 @@
---# -path=.:compiled:prelude
+--# -path=.:present:multimodal:mathematical:prelude
concrete TramSpa of Tram = TramI with
(Multimodal = MultimodalSpa),
diff --git a/examples/tram/TramSwe.gf b/examples/tram/TramSwe.gf
index 3d4814791..98886d5c5 100644
--- a/examples/tram/TramSwe.gf
+++ b/examples/tram/TramSwe.gf
@@ -1,6 +1,4 @@
---# -path=.:compiled:prelude
-
--- --# -path=.:resource-1.0/abstract:resource-1.0/swedish:resource-1.0/common:resource-1.0/multimodal:resource-1.0/scandinavian:prelude:resource-1.0/mathematical
+--# -path=.:present:multimodal:mathematical:prelude
concrete TramSwe of Tram = TramI with
(Multimodal = MultimodalSwe),