Merge pull request #1604 from iainx/cov-install-coverage-filter
[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         -r:System.dll \
14         -r:System.Core.dll \
15         -r:System.Xml.Linq.dll \
16         -r:System.Data.dll \
17         -r:System.Xml.dll \
18         -resource:Client/System.Data.Services.Client.resources \
19         -warn:2
20
21 ifneq (2.1, $(FRAMEWORK_VERSION))
22 LIB_REFS += WindowsBase
23 LIB_MCS_FLAGS += -r:WindowsBase
24 endif
25
26 include ../../build/library.make
27
28 $(the_lib): Client/System.Data.Services.Client.resources
29
30 EXTRA_DISTFILES = Client/System.Data.Services.Client.txt
31 CLEAN_FILES += Client/System.Data.Services.Client.resources