2009-12-01 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Json / Makefile
blob52f4f7d0cf35a6e902c4a4685e76c1e38f940e0b
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.Core.dll \
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
12 EXTRA_DISTFILES =
14 VALID_PROFILE := $(filter 2.1 4.0, $(FRAMEWORK_VERSION))
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
22 include ../../build/library.make