initial checkin. New assembly in Silverlight 2.0 beta 2.
[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.Core.dll \
9
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
11
12 EXTRA_DISTFILES =
13
14 ifneq (net_2_1, $(PROFILE))
15 LIBRARY_NAME = dummy-System.Json.dll
16 NO_INSTALL = yes
17 NO_SIGN_ASSEMBLY = yes
18 NO_TEST = yes
19 endif
20
21 include ../../build/library.make