2002-07-22 Tim Coleman <tim@timcoleman.com>
[mono.git] / mcs / class / makefile.gnu
1 DIRS =  corlib                          \
2         System                          \
3         System.XML                      \
4         System.Drawing                  \
5         System.Data
6
7 #       System.Web                      \
8 #       Microsoft.VisualBasic           \
9 #       System.Configuration.Install
10
11 default: all
12
13 all clean:
14         @for i in $(DIRS) ; do \
15                 (cd $$i && $(MAKE) -f makefile.gnu $@) || exit 1; \
16         done
17