next-lib renamed to lib, lib to old-lib
4
Makefile
@@ -3,8 +3,8 @@
|
|||||||
all: build
|
all: build
|
||||||
|
|
||||||
dist/setup-config: GF.cabal
|
dist/setup-config: GF.cabal
|
||||||
chmod u+x next-lib/src/mkPresent
|
chmod u+x lib/src/mkPresent
|
||||||
chmod u+x next-lib/src/mkMinimal
|
chmod u+x lib/src/mkMinimal
|
||||||
runghc Setup.hs configure
|
runghc Setup.hs configure
|
||||||
|
|
||||||
build: dist/setup-config
|
build: dist/setup-config
|
||||||
|
|||||||
2
Setup.hs
@@ -149,7 +149,7 @@ testRGL args _ pkg lbi = do
|
|||||||
else return False
|
else return False
|
||||||
|
|
||||||
|
|
||||||
rgl_dir = "next-lib" </> "src"
|
rgl_dir = "lib" </> "src"
|
||||||
|
|
||||||
-- the languages have long directory names and short ISO codes (3 letters)
|
-- the languages have long directory names and short ISO codes (3 letters)
|
||||||
-- we also give the decodings for postprocessing linearizations, as long as grammars
|
-- we also give the decodings for postprocessing linearizations, as long as grammars
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:/Users/aarne/GF/next-lib/present
|
--# -path=.:present
|
||||||
|
|
||||||
concrete AttemptoFre of Attempto = SymbolsC ** AttemptoI with
|
concrete AttemptoFre of Attempto = SymbolsC ** AttemptoI with
|
||||||
(Syntax = SyntaxFre),
|
(Syntax = SyntaxFre),
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:/Users/aarne/GF/next-lib/present
|
--# -path=.:present
|
||||||
|
|
||||||
concrete TestAttemptoEng of TestAttempto = AttemptoEng **
|
concrete TestAttemptoEng of TestAttempto = AttemptoEng **
|
||||||
open SyntaxEng, ParadigmsEng, IrregEng, (C = ConstructX) in {
|
open SyntaxEng, ParadigmsEng, IrregEng, (C = ConstructX) in {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:/Users/aarne/GF/next-lib/present
|
--# -path=.:present
|
||||||
|
|
||||||
concrete TestAttemptoFre of TestAttempto = AttemptoFre **
|
concrete TestAttemptoFre of TestAttempto = AttemptoFre **
|
||||||
open SyntaxFre, ParadigmsFre, IrregFre, (C = ConstructX) in {
|
open SyntaxFre, ParadigmsFre, IrregFre, (C = ConstructX) in {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:/Users/aarne/GF/next-lib/present
|
--# -path=.:present
|
||||||
|
|
||||||
concrete TestAttemptoSwe of TestAttempto = AttemptoSwe **
|
concrete TestAttemptoSwe of TestAttempto = AttemptoSwe **
|
||||||
open SyntaxSwe, ParadigmsSwe, IrregSwe, (C = ConstructX) in {
|
open SyntaxSwe, ParadigmsSwe, IrregSwe, (C = ConstructX) in {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# notice: GF_LIB_PATH has to point to GF/next-lib
|
# notice: GF_LIB_PATH has to point to GF/lib
|
||||||
|
|
||||||
all: magnet
|
all: magnet
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |