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