Merge pull request #5353 from jonpryor/jonp-mono-api-html-ignore-class-removal
[mono.git] / mcs / class / System.Web.WebPages / Makefile
index 86c363d4e2b7519b6041953e55eb425f6419dcb1..91e15810c7d829f8455aef378d581a5e72030826 100644 (file)
@@ -5,36 +5,18 @@ include ../../build/rules.make
 LIBRARY = System.Web.WebPages.dll
 LIBRARY_NAME = System.Web.WebPages.dll
 
-System.Web.WebPages.Common.CommonResources.resources: ../../../external/aspnetwebstack/src/CommonResources.resx
-       $(RESGEN) "$<" "$@"
-       
-System.Web.WebPages.Resources.WebPageResources.resources: ../../../external/aspnetwebstack/src/System.Web.WebPages/Resources/WebPageResources.resx
-       $(RESGEN) "$<" "$@"
+RESOURCE_DEFS = \
+       System.Web.WebPages.Common.CommonResources,../../../external/aspnetwebstack/src/CommonResources.resx \
+       System.Web.WebPages.Resources.WebPageResources,../../../external/aspnetwebstack/src/System.Web.WebPages/Resources/WebPageResources.resx
 
 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
+
+KEYFILE=../winfx.pub
 LIB_MCS_FLAGS = \
-               /warn:1 \
-               /keyfile:../winfx.pub \
-               /delaysign \
-               /r:Microsoft.CSharp.dll \
-               /r:Microsoft.Web.Infrastructure.dll \
-               /r:System.dll \
-               /r:System.ComponentModel.DataAnnotations.dll \
-               /r:System.Configuration.dll \
-               /r:System.Core.dll \
-               /r:System.Data.Linq.dll \
-               /r:System.Web.dll \
-               /r:System.Web.WebPages.Deployment.dll \
-               /r:System.Web.Razor.dll \
-               /r:System.Xml.dll \
-               /r:System.Xml.Linq.dll \
-               /d:ASPNETWEBPAGES \
-               /resource:System.Web.WebPages.Resources.WebPageResources.resources \
-               /resource:System.Web.WebPages.Common.CommonResources.resources
+                       /warn:1 \
+                       /delaysign \
+               /d:ASPNETWEBPAGES 
 
 EXTRA_DISTFILES = $(RESX_DIST)
 
 include ../../build/library.make
-
-$(build_lib): System.Web.WebPages.Resources.WebPageResources.resources \
-               System.Web.WebPages.Common.CommonResources.resources