use MOONLIGHT symbol
[mcs.git] / class / System.Json / Makefile
blobda8a9b7abf8bdcc1a58f66638f7832ef7b2b12b0
1 thisdir = class/System.Json
2 SUBDIRS =
3 include ../../build/rules.make
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
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
14 EXTRA_DISTFILES =
16 VALID_PROFILE := $(filter 2.1 4.0, $(FRAMEWORK_VERSION))
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
24 include ../../build/library.make