2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Windows.Forms.DataVisualization / Makefile
blob20cf295dd274ff22de2c4d03b192dd3d342cbe3a
1 thisdir = class/System.Windows.Forms.DataVisualization
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Windows.Forms.DataVisualization.dll
6 LIB_MCS_FLAGS = -r:System.Drawing -r:System.Windows.Forms -r:System.Core
7 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
9 EXTRA_DISTFILES =
11 VALID_PROFILE := $(filter 4.0, $(FRAMEWORK_VERSION))
13 ifndef VALID_PROFILE
14 LIBRARY_NAME = dummy-System.Windows.Forms.DataVisualization.dll
15 NO_INSTALL = yes
16 NO_SIGN_ASSEMBLY = yes
17 NO_TEST = yes
18 endif
20 include ../../build/library.make