From 69ba797c35764d9800c5c7f05fe839d977f3acde Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 4 Jul 2007 15:40:47 +0000 Subject: [PATCH] Added prelude target to lib/resource-1.0/Makefile, to make src/Makefile work. --- lib/resource-1.0/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/resource-1.0/Makefile b/lib/resource-1.0/Makefile index 64e2cf049..1480731bd 100644 --- a/lib/resource-1.0/Makefile +++ b/lib/resource-1.0/Makefile @@ -18,9 +18,9 @@ GFCCP=$(GFCC) -preproc=./mkPresent #GFCP=$(GFC) -preproc=mkPresent -.PHONY: show-path all 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 compiled treebank stat gfdoc clean api -all: show-path present alltenses mathematical api multimodal compiled langs +all: show-path prelude present alltenses mathematical api multimodal compiled langs show-path: @echo GF_LIB_PATH=$(GF_LIB_PATH) @@ -31,6 +31,9 @@ test: pretest: echo "gr -cat=Cl -number=11 -prob | tb" | $(GF) -probs=lang.gfprob -path=present:prelude -nocf ../present/Lang???.gfc +prelude: + $(GFC) ../prelude/*.gf + alltenses: # $(GFC) arabic/GrammarAra.gf # $(GFC) catalan/Catalan.gf