mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Added makefile targets for time.
This commit is contained in:
@@ -20,7 +20,7 @@ GFCCP=$(GFCC) -preproc=./mkPresent
|
|||||||
#GFCP=$(GFC) -preproc=mkPresent
|
#GFCP=$(GFC) -preproc=mkPresent
|
||||||
|
|
||||||
|
|
||||||
.PHONY: show-path all prelude test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean api
|
.PHONY: show-path all prelude test alltenses pretest langs present mathematical multimodal time compiled treebank stat gfdoc clean api
|
||||||
|
|
||||||
new:
|
new:
|
||||||
export GF='../../bin/gf -s' ; export GF_LIB_PATH='..'; $(MAKE) -e all
|
export GF='../../bin/gf -s' ; export GF_LIB_PATH='..'; $(MAKE) -e all
|
||||||
@@ -126,6 +126,10 @@ multimodal:
|
|||||||
$(GF) -make -nocf multimodal/Multi???.gf
|
$(GF) -make -nocf multimodal/Multi???.gf
|
||||||
mv multimodal/*.gfc ../multimodal
|
mv multimodal/*.gfc ../multimodal
|
||||||
|
|
||||||
|
time:
|
||||||
|
$(GFCC) time/TimeEng.gf
|
||||||
|
mv time/*.gfc ../time
|
||||||
|
|
||||||
compiled: prelude present alltenses mathematical
|
compiled: prelude present alltenses mathematical
|
||||||
cd .. ; tar cfz compiled.tgz alltenses/ mathematical/ present/ prelude/*.gf?
|
cd .. ; tar cfz compiled.tgz alltenses/ mathematical/ present/ prelude/*.gf?
|
||||||
|
|
||||||
@@ -218,6 +222,10 @@ gf3mathematical:
|
|||||||
$(GFNew) mathematical/MathematicalFin.gf
|
$(GFNew) mathematical/MathematicalFin.gf
|
||||||
mv mathematical/*.gfo ../mathematical
|
mv mathematical/*.gfo ../mathematical
|
||||||
|
|
||||||
|
gf3time:
|
||||||
|
$(GFNew) time/TimeEng.gf
|
||||||
|
mv time/*.gfo ../time
|
||||||
|
|
||||||
gf3langs:
|
gf3langs:
|
||||||
mv ../present/LangSpa.gfo tmpLangSpa.gfo
|
mv ../present/LangSpa.gfo tmpLangSpa.gfo
|
||||||
$(GFNew) -path=present:prelude -target=langs --make ../present/Lang???.gfo $(RTSS)
|
$(GFNew) -path=present:prelude -target=langs --make ../present/Lang???.gfo $(RTSS)
|
||||||
|
|||||||
Reference in New Issue
Block a user