f16983c58cb0fa2dfe91cdc75e920c57b2de1d82
[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_REFS = System System.Xml System.Core
7 LIB_MCS_FLAGS =
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 EXTRA_DISTFILES =
12
13 VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
14
15 ifndef VALID_PROFILE
16 LIBRARY_NAME = dummy-System.Json.dll
17 NO_INSTALL = yes
18 NO_SIGN_ASSEMBLY = yes
19 NO_TEST = yes
20 endif
21
22 include ../../build/library.make