changeset 390:f71968c5a035

Remove Makefile; we're using Ant now
author Chris Cannam
date Mon, 23 Sep 2013 14:23:34 +0100
parents e22536bdb196
children d178c5617f0c
files Makefile
diffstat 1 files changed, 0 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Sep 23 14:14:27 2013 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-ALL_SOURCES := $(wildcard may/*.yeti may/*/*.yeti may/*/*/*.yeti)
-TEST_SOURCES := $(wildcard may/test/*.yeti may/*/test/*.yeti may/*/*/test/*.yeti)
-SOURCES := $(filter-out $(TEST_SOURCES), $(ALL_SOURCES))
-
-bin/.testrun:	may.jar $(TEST_SOURCES)
-	./bin/yc may/test/all.yeti | tee $@.out
-	@grep -qv passed $@.out || touch $@
-
-may.jar:	$(SOURCES)
-	./bin/yc --no-may-jar -d classes -doc doc $^
-	jar cf $@ -C classes may 
-
-clean:	
-	rm -rf bin/.testrun classes
-
-distclean:	clean
-	rm -f may.jar