2002-12-28 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / makefile
index 6e8779c1d27b6a9cc34dd3156d6766817cdb4c05..d619d4f87f3baa6ce0b619265974aa25e7b91518 100644 (file)
@@ -1,14 +1,15 @@
-DIRS=corlib System
-CSC=//c/winnt/microsoft.net/framework/v1.0.2914/csc.exe
+NANT   = ../nant/NAnt.exe
 
-all:
-       @echo "You must use 'make windows' or 'make unix'."
-       @echo "'make unix' is broken for now."
+all: linux
 
-windows:
-       for i in $(DIRS); do                            \
-               (cd $$i; CSC=$(CSC) make windows)       \
-       done;
+linux:
+       $(NANT)
 
-unix:
-       @echo "'make unix' is broken for now."
+push:
+       scp lib/*.dll mono-cvs:libs
+
+test:
+       $(NANT) test
+
+clean:
+       $(NANT) clean