Merge pull request #2333 from joelmartinez/docs-classic-fix
[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_REFS = Microsoft.CSharp Microsoft.Web.Infrastructure System System.ComponentModel.DataAnnotations System.Configuration System.Core System.Data.Linq System.Web System.Web.WebPages.Deployment System.Web.Razor System.Xml System.Xml.Linq
15 LIB_MCS_FLAGS = \
16                 /warn:1 \
17                 /keyfile:../winfx.pub \
18                 /delaysign \
19                 /d:ASPNETWEBPAGES \
20                 /resource:System.Web.WebPages.Resources.WebPageResources.resources \
21                 /resource:System.Web.WebPages.Common.CommonResources.resources
22
23 EXTRA_DISTFILES = $(RESX_DIST)
24
25 include ../../build/library.make
26
27 $(build_lib): System.Web.WebPages.Resources.WebPageResources.resources \
28                 System.Web.WebPages.Common.CommonResources.resources