70b6a73ddc240181f77719d80fa439ad700c376e
[mono.git] / mcs / class / makefile.gnu
1 DIRS =  corlib                          \
2         System                          \
3         System.XML                      \
4         System.Drawing                  \
5         System.Data                     \
6         System.EnterpriseServices       \
7         System.Web                      \
8         System.Web.Services             \
9         System.Configuration.Install
10
11 #       Microsoft.VisualBasic           \
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