summaryrefslogtreecommitdiff
path: root/mcs/class/Facades/System.Runtime.Numerics/Makefile
blob: eb821c86566eee40846984d6d61526d210446877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
thisdir = class/Facades/System.Runtime.Numerics
SUBDIRS = 
include ../../../build/rules.make

LIBRARY_SUBDIR = Facades
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades

LIBRARY = System.Runtime.Numerics.dll
LIB_MCS_FLAGS = /r:System.Numerics

PLATFORM_DEBUG_FLAGS =

NO_TEST = yes

include ../../../build/library.make