Merge pull request #271 from pruiz/xamarin-bug-4108
[mono.git] / mcs / class / System.Web.WebPages / Makefile
1 thisdir = class/System.Web.WebPages
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.WebPages.dll
6 LIBRARY_NAME = System.Web.WebPages.dll
7
8 System.Web.WebPages.Common.CommonResources.resources: ../../../external/aspnetwebstack/src/CommonResources.resx
9         $(RESGEN) "$<" "$@"
10         
11 System.Web.WebPages.Resources.WebPageResources.resources: ../../../external/aspnetwebstack/src/System.Web.WebPages/Resources/WebPageResources.resx
12         $(RESGEN) "$<" "$@"
13
14 LIB_MCS_FLAGS = \
15                 /warn:1 \
16                 /keyfile:../winfx.pub \
17                 /delaysign \
18                 /r:Microsoft.CSharp.dll \
19                 /r:Microsoft.Web.Infrastructure.dll \
20                 /r:System.dll \
21                 /r:System.ComponentModel.DataAnnotations.dll \
22                 /r:System.Configuration.dll \
23                 /r:System.Core.dll \
24                 /r:System.Data.Linq.dll \
25                 /r:System.Web.dll \
26                 /r:System.Web.WebPages.Deployment.dll \
27                 /r:System.Web.Razor.dll \
28                 /r:System.Xml.dll \
29                 /r:System.Xml.Linq.dll \
30                 /d:ASPNETWEBPAGES \
31                 /resource:System.Web.WebPages.Resources.WebPageResources.resources \
32                 /resource:System.Web.WebPages.Common.CommonResources.resources
33
34 EXTRA_DISTFILES = $(RESX_DIST)
35
36 include ../../build/library.make
37
38 $(build_lib): System.Web.WebPages.Resources.WebPageResources.resources \
39                 System.Web.WebPages.Common.CommonResources.resources