2002-12-28 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / makefile
index 30b93f02bb81006815b0d876d487eb470dbc1a0d..d619d4f87f3baa6ce0b619265974aa25e7b91518 100644 (file)
@@ -1,9 +1,15 @@
-SUBDIRS=corlib System
-csc=/c/winnt/microsoft.net/framework/v1.0.2914/csc.exe
+NANT   = ../nant/NAnt.exe
 
-all: windows
+all: linux
 
-windows:
-       for subdir in $(SUBDIRS); do                            \
-               cd $$subdir; csc=$(csc) make windows; cd ..;    \
-       done;
+linux:
+       $(NANT)
+
+push:
+       scp lib/*.dll mono-cvs:libs
+
+test:
+       $(NANT) test
+
+clean:
+       $(NANT) clean