2003-04-24 Ville Palo <vi64pa@kolumbus.fi>
[mono.git] / mcs / makefile.gnu
index 3a20109c19286bf95a7cd4472714ffb0ae8478b3..499300cd0840449efab63c06eb1bf1a649affd18 100644 (file)
@@ -1,4 +1,4 @@
-DIRS=jay mcs class nunit nunit20 monoresgen ilasm tools
+DIRS=jay mcs class mbas nunit20 monoresgen ilasm tools
 DIST=monocharge-`date -u +%Y%m%d`
 MCS = mcs
 INSTALL=/usr/bin/install
@@ -36,12 +36,18 @@ test: all
                $(MAKE) -C $$i -f makefile.gnu $@ || exit 1; \
        done
 
+testcorlib:
+       $(MAKE) -C class/corlib/Test -f makefile.gnu test
+
 clean:
        -rm -f monocharge-*.tar.gz
        for i in $(DIRS) ; do \
                $(MAKE) -C $$i -f makefile.gnu $@ || exit 1; \
        done
 
+corlib:
+       $(MAKE) -C class/corlib -f makefile.gnu
+
 # Please do only use `binary-snapshot', the `dist' target will disappear really soon !
 binary-snapshot: dist