Merge pull request #1684 from Garciat/fix-zlib-helper
[mono.git] / mcs / class / SMDiagnostics / Makefile
1 thisdir = class/SMDiagnostics
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = SMDiagnostics.dll
6 LIB_REFS = System System.Core System.Xml System.ServiceModel.Internals
7 LIB_MCS_FLAGS =
8 ifneq (2.1, $(FRAMEWORK_VERSION))
9         LIB_REFS += System.Configuration
10 else
11         LIB_MCS_FLAGS += -d:NO_CONFIGURATION
12 endif
13
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
15
16 EXTRA_DISTFILES = 
17
18 VALID_PROFILE := $(filter net_4_5 monotouch monodroid, $(PROFILE))
19 ifndef VALID_PROFILE
20 LIBRARY_NAME = dummy-SMDiagnostics.dll
21 NO_INSTALL = yes
22 NO_SIGN_ASSEMBLY = yes
23 NO_TEST = yes
24 endif
25
26 include ../../build/library.make