2004-06-08 Umadevi S <sumadevi@novell.com>
[mono.git] / mcs / Makefile
index 6b76fee3f2937ad3b4ff76ad9916be7d81a6e6e2..087aafe126749897a5e4c1e74ac1913845bca77e 100644 (file)
@@ -1,5 +1,5 @@
 thisdir := .
-SUBDIRS := build jay mcs class mbas nunit20 monoresgen ilasm tools tests errors docs gmcs
+SUBDIRS := build jay mcs monoresgen class mbas nunit20 ilasm tools tests errors docs
 OVERRIDE_BARE_TARGETS = hells yeah
 include build/rules.make
 
@@ -7,11 +7,9 @@ include build/rules.make
 
 #all: platform-check profile-check all-recursive #all-local
 
-all:
-       $(MAKE) PROFILE=default all-profile || exit 1; \
-       $(MAKE) PROFILE=net_2_0 all-profile || exit 1;
+.PHONY: all clean all-profiles clean-profiles install uninstall test run-test testcorlib
 
-all-profile: platform-check profile-check all-recursive
+all: platform-check profile-check all-recursive
 
 install: platform-check profile-check install-recursive #install-local
 
@@ -21,10 +19,20 @@ test: platform-check profile-check test-recursive #test-local
 
 run-test: run-test-recursive #run-test-local
 
+run-test-ondotnet: run-test-ondotnet-recursive # run-test-ondotnet-local
+
 clean: clean-recursive #clean-local
 
 # fun specialty targets
 
+all-profiles:
+       $(MAKE) PROFILE=default all || exit 1 ; \
+       $(MAKE) PROFILE=net_2_0 all || exit 1 ;
+
+clean-profiles:
+       $(MAKE) PROFILE=default clean || exit 1 ; \
+       $(MAKE) PROFILE=net_2_0 clean || exit 1 ;
+
 testcorlib:
        @cd class/corlib && $(MAKE) test run-test