mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
More consistent use of RTS flags in lib/resource/Makefile.
This commit is contained in:
@@ -1,19 +1,15 @@
|
|||||||
GF=gf -s
|
GF=gf -s
|
||||||
RTS=+RTS -M800M -K100M
|
|
||||||
RTSS=+RTS -M1300M -K100M
|
|
||||||
|
|
||||||
#may need this on amd64
|
RTS=+RTS -M2000M -K200M -RTS
|
||||||
RTS=+RTS -M2000M -K200M
|
|
||||||
RTSS=+RTS -M2000M -K200M
|
|
||||||
|
|
||||||
GFNewC=gfc -s
|
GFNewC=gfc -s $(RTS)
|
||||||
GFNew=$(GFNewC) -src
|
GFNew=$(GFNewC) -src
|
||||||
GFNewMake=$(GFNew) --make
|
GFNewMake=$(GFNew) --make
|
||||||
GFNewPres=$(GFNew) -preproc=./mkPresent
|
GFNewPres=$(GFNew) -preproc=./mkPresent
|
||||||
GFNewPresC=$(GFNewC) -preproc=./mkPresent
|
GFNewPresC=$(GFNewC) -preproc=./mkPresent
|
||||||
|
|
||||||
GFCA=$(GF) -nocf
|
GFCA=$(GF) -nocf
|
||||||
GFCC=$(GF) -nocf -make
|
GFCC=$(GF) -nocf -make $(RTS)
|
||||||
GFC=$(GFCC) -src
|
GFC=$(GFCC) -src
|
||||||
|
|
||||||
# comment the first and uncomment the second in Windows
|
# comment the first and uncomment the second in Windows
|
||||||
@@ -70,9 +66,9 @@ alltenses:
|
|||||||
mv api/toplevel/Over*.gfc api/Try*.gf? ../alltenses
|
mv api/toplevel/Over*.gfc api/Try*.gf? ../alltenses
|
||||||
|
|
||||||
langs:
|
langs:
|
||||||
echo "s ;; pm | wf langs.gfcm" | $(GFCA) -path=present:prelude ../present/Lang???.gfc $(RTSS)
|
echo "s ;; pm | wf langs.gfcm" | $(GFCA) -path=present:prelude ../present/Lang???.gfc
|
||||||
mv langs.gfcm ../present
|
mv langs.gfcm ../present
|
||||||
echo "s ;; pm | wf langs.gfcm" | $(GFCA) -path=alltenses:prelude ../alltenses/Lang???.gfc $(RTSS)
|
echo "s ;; pm | wf langs.gfcm" | $(GFCA) -path=alltenses:prelude ../alltenses/Lang???.gfc
|
||||||
mv langs.gfcm ../alltenses
|
mv langs.gfcm ../alltenses
|
||||||
|
|
||||||
api:
|
api:
|
||||||
@@ -167,10 +163,10 @@ gf3alltenses:
|
|||||||
$(GFNew) finnish/Finnish.gf
|
$(GFNew) finnish/Finnish.gf
|
||||||
$(GFNew) french/French.gf
|
$(GFNew) french/French.gf
|
||||||
$(GFNew) german/German.gf
|
$(GFNew) german/German.gf
|
||||||
$(GFNew) italian/Italian.gf $(RTSS)
|
$(GFNew) italian/Italian.gf
|
||||||
$(GFNew) norwegian/Norwegian.gf
|
$(GFNew) norwegian/Norwegian.gf
|
||||||
$(GFNew) russian/Russian.gf
|
$(GFNew) russian/Russian.gf
|
||||||
$(GFNew) spanish/Spanish.gf $(RTSS)
|
$(GFNew) spanish/Spanish.gf
|
||||||
$(GFNew) swedish/Swedish.gf
|
$(GFNew) swedish/Swedish.gf
|
||||||
$(GFNew) common/ConstructX.gf
|
$(GFNew) common/ConstructX.gf
|
||||||
cp -p */*.gfo ../alltenses
|
cp -p */*.gfo ../alltenses
|
||||||
|
|||||||
Reference in New Issue
Block a user