From b49a021608d1e15a17ffd54195aa812dbed2948f Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 30 Oct 2008 20:38:51 +0000 Subject: refactored romance VP. Now it is possible to parse with Spanish and Catalan; for the rest, some Slash rules still pose a problem. Some clitic and agreement things unfinished. All this in next-lib only; resource 1.4 untouched --- next-lib/src/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'next-lib/src/Makefile') diff --git a/next-lib/src/Makefile b/next-lib/src/Makefile index fad7db343..dab5a8a00 100644 --- a/next-lib/src/Makefile +++ b/next-lib/src/Makefile @@ -3,9 +3,9 @@ RUNMAKE=$(RUNGHC) Make.hs GF_LIB_PATH=.. -.PHONY: all present alltenses lang api math prelude test demo synopsis link compiled clean +.PHONY: all present alltenses lang api math prelude test demo synopsis link compiled constructX clean -all: link prelude present alltenses compat +all: link prelude constructX present alltenses compat present: $(RUNMAKE) present lang @@ -28,6 +28,10 @@ prelude: gfc prelude/*.gf cp -p prelude/*.gfo ../prelude +constructX: + gfc common/ConstructX.gf + cp -p common/ConstructX.gfo ../prelude + test: $(RUNMAKE) test -- cgit v1.2.3