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