Merge pull request #1109 from adbre/iss358
[mono.git] / mcs / class / System.Json / Makefile
1 thisdir = class/System.Json
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Json.dll
6 LIB_MCS_FLAGS = \
7                 /r:System.dll \
8                 /r:System.Xml.dll \
9                 /r:System.Core.dll
10
11 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
12
13 EXTRA_DISTFILES =
14
15 VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
16
17 ifndef VALID_PROFILE
18 LIBRARY_NAME = dummy-System.Json.dll
19 NO_INSTALL = yes
20 NO_SIGN_ASSEMBLY = yes
21 NO_TEST = yes
22 endif
23
24 include ../../build/library.make