Merge pull request #1605 from iainx/cov-install-coverage-filter
[mono.git] / mcs / class / System.Net.Http.Formatting / Makefile
1 thisdir = class/System.Net.Http.Formatting
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Net.Http.Formatting.dll
6
7
8 System.Net.Http.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
9         $(RESGEN) "$<" "$@"
10         
11 System.Net.Http.Properties.Resources.resources: ../../../external/aspnetwebstack/src/System.Net.Http.Formatting/Properties/Resources.resx
12         $(RESGEN) "$<" "$@"
13
14 LIB_REFS = System.Core System System.Net.Http System.Xml System.Runtime.Serialization System.Xml.Linq System.Data System.Configuration
15 LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Net.Http.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.Xml.Linq.dll -r:System.Data.dll -r:System.Configuration.dll \
16                 -d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
17                 -resource:System.Net.Http.Properties.CommonWebApiResources.resources \
18                 -resource:System.Net.Http.Properties.Resources.resources
19
20 include ../../build/library.make
21
22 $(the_lib): System.Net.Http.Properties.CommonWebApiResources.resources \
23         System.Net.Http.Properties.Resources.resources