From 4a020f6c75668946c84ca99cc5a258fbb5f4757b Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 4 Oct 2007 11:24:46 +0000 Subject: [PATCH] makefiles for first make --- lib/resource-1.0/Makefile | 5 ++++- src/Makefile | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/resource-1.0/Makefile b/lib/resource-1.0/Makefile index 31fb3b12a..6bda48d25 100644 --- a/lib/resource-1.0/Makefile +++ b/lib/resource-1.0/Makefile @@ -20,6 +20,9 @@ GFCCP=$(GFCC) -preproc=./mkPresent .PHONY: show-path all prelude test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean api +new: + export GF='../../bin/gf -s' ; make -e all + all: chmod show-path prelude present alltenses mathematical api multimodal langs compiled chmod: @@ -146,6 +149,6 @@ gfdoc: mv ../prelude/*.html doc/gfdoc clean: - -rm */*.gfc */*.gfr */*.gf~ ../*/*.gfc ../*/*.gfr ../*/*.gf~ ../*/langs.gfcm ../compiled.tgz + -rm -f */*.gfc */*.gfr */*.gf~ ../*/*.gfc ../*/*.gfr ../*/*.gf~ ../*/langs.gfcm ../compiled.tgz diff --git a/src/Makefile b/src/Makefile index 83b8e9561..6a54fdf09 100644 --- a/src/Makefile +++ b/src/Makefile @@ -66,6 +66,8 @@ endif all: unix gfdoc $(BUILD_JAR) lib +gf: unix + unix: today opt windows: unix