Finish support for the System.Security.Cryptography.RNGCryptoServiceProvider
[mono.git] / mcs / class / makefile
index 6e8779c1d27b6a9cc34dd3156d6766817cdb4c05..1f5eebb6e5261e44b69255e0ca34f2ea87e39046 100644 (file)
@@ -1,14 +1,19 @@
-DIRS=corlib System
-CSC=//c/winnt/microsoft.net/framework/v1.0.2914/csc.exe
-
 all:
-       @echo "You must use 'make windows' or 'make unix'."
-       @echo "'make unix' is broken for now."
+       @echo "You must use 'make windows' or 'make linux'."
 
 windows:
-       for i in $(DIRS); do                            \
-               (cd $$i; CSC=$(CSC) make windows)       \
-       done;
+       ../nant/NAnt.exe windows
+
+unix: linux
+
+linux:
+       ../nant/NAnt.exe linux
+
+push:
+       scp lib/*.dll mono-cvs:libs
+
+test:
+       ../nant/NAnt.exe test
 
-unix:
-       @echo "'make unix' is broken for now."
+clean:
+       ../nant/NAnt.exe clean