[xbuild] Add missing api for 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 ifneq (2.1, $(FRAMEWORK_VERSION))
17 LIBRARY_NAME = dummy-System.Json.dll
18 NO_INSTALL = yes
19 NO_SIGN_ASSEMBLY = yes
20 NO_TEST = yes
21 endif
22
23 include ../../build/library.make