It makes more sense to call mcs directly as wrapper shell scripts are soon to
[mono.git] / mcs / class / makefile.gnu
1 MCS = mcs
2
3 DIRS =  corlib                          \
4         System                          \
5         System.XML                      \
6         System.Drawing
7
8 #       System.Data                     \
9 #       System.Web                      \
10 #       Microsoft.VisualBasic           \
11 #       System.Configuration.Install
12
13 default: all
14
15 all clean:
16         @for i in $(DIRS) ; do \
17                 (cd $$i && $(MAKE) -f makefile.gnu $@) || exit 1; \
18         done
19