[sgen] Evacuate from emptier blocks to fuller ones
[mono.git] / mcs / class / System.Design / Makefile
1 thisdir = class/System.Design
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Design.dll
6
7 LIB_REFS = System System.Xml System.Web System.Windows.Forms System.Drawing Accessibility System.Data System.Configuration
8 LIB_MCS_FLAGS = -r:$(corlib)
9
10 plainweb_dir = $(the_libdir_base)plainweb
11 LOCAL_MCS_FLAGS = -lib:$(plainweb_dir)
12
13 TEST_MCS_FLAGS = /r:System.dll -r:System.Drawing.dll -r:System.Windows.Forms
14
15 include ../../build/library.make
16
17 ifneq (plaindesign/,$(intermediate))
18 $(the_libdir_base)plaindesign/System.Design.dll:
19         $(MAKE) intermediate=plaindesign/ $(the_libdir_base)plaindesign/System.Design.dll
20 endif