108d98cf1499262eecf3a67dcca510a3d5711b57
[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 ifndef NO_WINDOWS_BASE
17 ifneq (2.1, $(FRAMEWORK_VERSION))
18 LIB_REFS += WindowsBase
19 endif
20 endif
21
22 include ../../build/library.make
23
24 $(the_lib): Client/System.Data.Services.Client.resources
25
26 EXTRA_DISTFILES = Client/System.Data.Services.Client.txt
27 CLEAN_FILES += Client/System.Data.Services.Client.resources