Merge pull request #1604 from iainx/cov-install-coverage-filter
[mono.git] / mcs / class / Mono.Simd / Makefile
1 thisdir = class/Mono.Simd
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Simd.dll
6 LIB_REFS = System.Core
7 LIB_MCS_FLAGS = -r:$(corlib) -r:System.Core.dll /unsafe
8 TEST_MCS_FLAGS = -r:Mono.Simd.dll
9
10 NO_TEST = yes
11
12
13 # This is a .NET 2.0+ only assembly
14 VALID_PROFILE := $(filter net_4_5, $(PROFILE))
15 ifndef VALID_PROFILE
16 LIBRARY_NAME = dummy-Mono.Simd.dll
17 NO_INSTALL = yes
18 NO_TEST = yes
19 endif
20
21 include ../../build/library.make
22