makefiles for first make

This commit is contained in:
aarne
2007-10-04 11:24:46 +00:00
parent ceebc5efac
commit 4a020f6c75
2 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -66,6 +66,8 @@ endif
all: unix gfdoc $(BUILD_JAR) lib
gf: unix
unix: today opt
windows: unix