Install 4.0 profile as developers package and make 4.5 profile default gac target...
[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                 /r:System.ServiceModel.Web.dll
11
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
13
14 EXTRA_DISTFILES =
15
16 VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
17
18 ifndef VALID_PROFILE
19 LIBRARY_NAME = dummy-System.Json.dll
20 NO_INSTALL = yes
21 NO_SIGN_ASSEMBLY = yes
22 NO_TEST = yes
23 endif
24
25 include ../../build/library.make