2004-06-03 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / web / web / makefile
index f4a6737db5b8239e865805e8c87920317c98b947..61e6b08d67171d245be585f72db381bb1baa94f7 100644 (file)
@@ -11,6 +11,7 @@ OBJECTS=                                                                      \
        deploy/ado-net.html                                                     \
        deploy/anoncvs.html                                                     \
        deploy/asp-net.html                                                     \
+       deploy/beta1-press.html                                                 \
        deploy/blogs.html                                                       \
        deploy/books.html                                                       \
        deploy/bugs.html                                                        \
@@ -33,6 +34,7 @@ OBJECTS=                                                                      \
        deploy/ideas.html                                                       \
        deploy/ibmdb2.html                                                      \
        deploy/index.html                                                       \
+       deploy/issues.html                                                      \
        deploy/oldnews.html                                                     \
        deploy/java.html                                                        \
        deploy/jit-debug.html                                                   \
@@ -77,15 +79,23 @@ OBJECTS=                                                                    \
        deploy/class-status-corlib.html                                         \
        deploy/class-status-System.html                                         \
        deploy/class-status-System.Xml.html                                     \
+       deploy/class-status-System.Configuration.Install.html                   \
        deploy/class-status-System.Data.html                                    \
+       deploy/class-status-System.Data.OracleClient.html                       \
+       deploy/class-status-System.Design.html                                  \
+       deploy/class-status-System.Management.html                              \
+       deploy/class-status-System.Messaging.html                               \
        deploy/class-status-System.Security.html                                \
        deploy/class-status-System.Web.html                                     \
        deploy/class-status-System.Web.Services.html                            \
        deploy/class-status-System.Drawing.html                                 \
+       deploy/class-status-System.Drawing.Design.html                          \
        deploy/class-status-Microsoft.VisualBasic.html                          \
        deploy/class-status-System.Windows.Forms.html                           \
        deploy/class-status-System.DirectoryServices.html                       \
-       deploy/class-status-Cscompmgd.html                                      \
+       deploy/class-status-System.EnterpriseServices.html                      \
+       deploy/class-status-System.Runtime.Remoting.html                        \
+       deploy/class-status-cscompmgd.html                                      \
        deploy/class-status-System.Runtime.Serialization.Formatters.Soap.html
 
 HTML_SOURCES = ../mono-roadmap.html
@@ -168,7 +178,7 @@ src/%.html.in: src/%.xml transform.exe $(CORCOMPARE)/mono-api.xsl
 
 
 .PRECIOUS: infos/%.xml
-infos/%.xml: ../../../mcs/class/lib/%.dll $(CORCOMPARE)/mono-api-info.exe
+infos/%.xml: ../../../mcs/class/lib/default/%.dll $(CORCOMPARE)/mono-api-info.exe
        $(RUN_MONO) $(CORCOMPARE)/mono-api-info.exe $< > $@ || (rm -f $@ && exit 1)
 
 .PRECIOUS: src/%.xml
@@ -176,21 +186,21 @@ src/%.xml: infos/%.xml $(CORCOMPARE)/mono-api-diff.exe
        $(RUN_MONO) $(CORCOMPARE)/mono-api-diff.exe masterinfos/$(notdir $<) $< > $@ || (rm -f $@ && exit 1)
 
 # corlib, corlib...
-infos/mscorlib.xml: ../../../mcs/class/lib/mscorlib.dll $(CORCOMPARE)/mono-api-info.exe
+infos/mscorlib.xml: ../../../mcs/class/lib/default/mscorlib.dll $(CORCOMPARE)/mono-api-info.exe
        $(RUN_MONO) $(CORCOMPARE)/mono-api-info.exe $(notdir $(basename $<)) > $@ || (rm -f $@ && exit 1)
 
 src/corlib.xml: infos/mscorlib.xml $(CORCOMPARE)/mono-api-diff.exe 
        $(RUN_MONO) $(CORCOMPARE)/mono-api-diff.exe masterinfos/mscorlib.xml $< > $@ || (rm -f $@ && exit 1)
 
 # System
-infos/System.xml: ../../../mcs/class/lib/System.dll $(CORCOMPARE)/mono-api-info.exe
+infos/System.xml: ../../../mcs/class/lib/default/System.dll $(CORCOMPARE)/mono-api-info.exe
        $(RUN_MONO) $(CORCOMPARE)/mono-api-info.exe $(notdir $(basename $<)) > $@ || (rm -f $@ && exit 1)
 
 src/System.xml: infos/System.xml $(CORCOMPARE)/mono-api-diff.exe 
        $(RUN_MONO) $(CORCOMPARE)/mono-api-diff.exe masterinfos/System.xml $< > $@ || (rm -f $@ && exit 1)
 
 # System.Xml
-infos/System.Xml.xml: ../../../mcs/class/lib/System.Xml.dll $(CORCOMPARE)/mono-api-info.exe
+infos/System.Xml.xml: ../../../mcs/class/lib/default/System.Xml.dll $(CORCOMPARE)/mono-api-info.exe
        $(RUN_MONO) $(CORCOMPARE)/mono-api-info.exe $(notdir $(basename $<)) > $@ || (rm -f $@ && exit 1)
 
 src/System.Xml.xml: infos/System.Xml.xml $(CORCOMPARE)/mono-api-diff.exe