From 7ded0832dfd68207d337fac5953d3a8d19d543a7 Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 21 Feb 2008 17:25:47 +0000 Subject: [PATCH] Added makefile targets for time. --- resource/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/resource/Makefile b/resource/Makefile index a59c9773..ba029a63 100644 --- a/resource/Makefile +++ b/resource/Makefile @@ -20,7 +20,7 @@ GFCCP=$(GFCC) -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: export GF='../../bin/gf -s' ; export GF_LIB_PATH='..'; $(MAKE) -e all @@ -126,6 +126,10 @@ multimodal: $(GF) -make -nocf multimodal/Multi???.gf mv multimodal/*.gfc ../multimodal +time: + $(GFCC) time/TimeEng.gf + mv time/*.gfc ../time + compiled: prelude present alltenses mathematical cd .. ; tar cfz compiled.tgz alltenses/ mathematical/ present/ prelude/*.gf? @@ -218,6 +222,10 @@ gf3mathematical: $(GFNew) mathematical/MathematicalFin.gf mv mathematical/*.gfo ../mathematical +gf3time: + $(GFNew) time/TimeEng.gf + mv time/*.gfo ../time + gf3langs: mv ../present/LangSpa.gfo tmpLangSpa.gfo $(GFNew) -path=present:prelude -target=langs --make ../present/Lang???.gfo $(RTSS)