Finish support for the System.Security.Cryptography.RNGCryptoServiceProvider
[mono.git] / mcs / class / makefile
index 33a6eca6f11c9703b7ef2d0a868edde75d261a39..1f5eebb6e5261e44b69255e0ca34f2ea87e39046 100644 (file)
@@ -1,14 +1,19 @@
-DIRS=corlib System System.XML
-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) NUNIT_CONSOLE=NUnitConsole.exe PLATFORM=window make windows) || exit 1;\
-       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