[bcl] Ensure all .sources files have newline at the end
[mono.git] / mcs / class / System.ServiceModel.Syndication / Makefile
1 thisdir = class/System.ServiceModel.Syndication
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.ServiceModel.Syndication.dll
6 LIB_REFS = System System.Xml System.Runtime.Serialization System.ServiceModel System.Core
7 LIB_MCS_FLAGS =
8
9 ifeq (moonlight_raw, $(PROFILE))
10 LIB_REFS += System.Xml.Serialization
11 endif
12
13 ifneq (2.1, $(FRAMEWORK_VERSION))
14 LIB_REFS += System.Configuration
15 endif
16
17 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
18
19 EXTRA_DISTFILES = $(RESOURCE_FILES)
20
21 VALID_PROFILE := $(filter 2.1, $(FRAMEWORK_VERSION))
22 ifndef VALID_PROFILE
23 LIBRARY_NAME = dummy-System.ServiceModel.Syndication.dll
24 NO_INSTALL = yes
25 NO_SIGN_ASSEMBLY = yes
26 endif
27
28 include ../../build/library.make