Merge branch 'master' into import-system-xml-4
[mono.git] / mcs / class / System.Data.Services.Client / Makefile
1 thisdir = class/System.Data.Services.Client
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Data.Services.Client.dll
6
7 Client/System.Data.Services.Client.resources: Client/System.Data.Services.Client.txt
8         $(RESGEN) "$<" "$@"
9
10 LIB_REFS = System System.Core System.Xml.Linq System.Data System.Xml
11 LIB_MCS_FLAGS = \
12         -d:NET_3_5      \
13         -resource:Client/System.Data.Services.Client.resources \
14         -warn:2
15
16 ifneq (2.1, $(FRAMEWORK_VERSION))
17 LIB_REFS += WindowsBase
18 endif
19
20 include ../../build/library.make
21
22 $(the_lib): Client/System.Data.Services.Client.resources
23
24 EXTRA_DISTFILES = Client/System.Data.Services.Client.txt
25 CLEAN_FILES += Client/System.Data.Services.Client.resources