1
0
forked from GitHub/gf-core

Added prelude target to lib/resource-1.0/Makefile, to make src/Makefile work.

This commit is contained in:
bringert
2007-07-04 15:40:47 +00:00
parent f626a08116
commit 69ba797c35

View File

@@ -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