2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Numerics / Makefile
blob2e6dea125d537ccfc658f3f55f2e1b3a7b50f63d
1 thisdir = class/System.Numerics
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Numerics.dll
6 LIB_MCS_FLAGS = -r:System.dll
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.Numerics.dll
15 NO_INSTALL = yes
16 NO_SIGN_ASSEMBLY = yes
17 NO_TEST = yes
18 endif
20 include ../../build/library.make