[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / System.Numerics / Makefile
blob2b3d458da81cc611aaa38051a582e131a382448b
1 thisdir = class/System.Numerics
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Numerics.dll
6 LIB_REFS = System
7 LIB_MCS_FLAGS = /unsafe -d:MONO
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10 RESOURCE_STRINGS = ../../../external/referencesource/System.Numerics/System.Numerics.txt
12 EXTRA_DISTFILES =
14 include ../../build/library.make