X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=runtime%2FMakefile.am;h=4b947918a0c8fcd0a4f076f9cbb20d3398d93803;hb=8702850b3f5f0e6d28603068ec302cddfcb6e1cf;hp=664f92c262f0fa3243ae84757f5e4b0b906ff396;hpb=aeb0f402b060afccc30afdda0424e22226eebeee;p=mono.git diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 664f92c262f..4b947918a0c 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -4,26 +4,40 @@ # assemblies_DATA = \ - corlib.dll \ - System.dll \ - System.Data.dll \ - System.Xml.dll \ - System.Web.dll \ - System.Web.Services.dll \ - System.Drawing.dll \ - System.EnterpriseServices.dll \ - System.Configuration.Install.dll \ - System.Runtime.Remoting.dll \ + Accessibility.dll \ + corlib.dll \ + Cscompmgd.dll \ + I18N.CJK.dll \ + I18N.dll \ + I18N.MidEast.dll \ + I18N.Other.dll \ + I18N.Rare.dll \ + I18N.West.dll \ + Microsoft.VisualBasic.dll \ + Mono.CSharp.Debugger.dll \ + Mono.Data.MySql.dll \ + Mono.Data.PostgreSqlClient.dll \ + Mono.Data.SqliteClient.dll \ + Mono.Data.SybaseClient.dll \ + Mono.Data.TdsClient.dll \ + Mono.Data.Tds.dll \ + Mono.Data.DB2Client.dll \ + Mono.GetOptions.dll \ + Mono.PEToolkit.dll \ + NUnitCore_mono.dll \ + System.Configuration.Install.dll \ + System.Data.dll \ + System.dll \ + System.Drawing.dll \ + System.EnterpriseServices.dll \ + System.Runtime.Remoting.dll \ System.Runtime.Serialization.Formatters.Soap.dll \ - Mono.CSharp.Debugger.dll \ - I18N.dll \ - I18N.West.dll \ - I18N.Rare.dll \ - I18N.Other.dll \ - I18N.MidEast.dll \ - I18N.CJK.dll + System.Web.dll \ + System.Web.Services.dll \ + System.Windows.Forms.dll \ + System.Xml.dll -monobins_DATA = mcs.exe monoresgen.exe +monobins_DATA = mcs.exe mbas.exe monoresgen.exe secutil.exe sqlsharp.exe EXTRA_DIST = $(monobins_DATA) $(assemblies_DATA) @@ -34,11 +48,14 @@ assembliesdir = $(libdir) monobinsdir = $(bindir) $(assemblies_DATA): - cp $(top_srcdir)/../mcs/class/lib/$@ . || cp $(assembliesdir)/$@ . || touch $@ + -cp $(top_srcdir)/../mcs/class/lib/$@ . || cp $(assembliesdir)/$@ . $(monobins_DATA): - cp $(top_srcdir)/../mcs/mcs/mcs.exe . - cp $(top_srcdir)/../mcs/monoresgen/monoresgen.exe . + -cp $(top_srcdir)/../mcs/mcs/mcs.exe . || cp $(monobinsdir)/$@ . + -cp $(top_srcdir)/../mcs/mbas/mbas.exe . || cp $(monobinsdir)/$@ . + -cp $(top_srcdir)/../mcs/tools/secutil.exe . || cp $(monobinsdir)/$@ . + -cp $(top_srcdir)/../mcs/tools/SqlSharp/sqlsharp.exe . || cp $(monobinsdir)/$@ . + -cp $(top_srcdir)/../mcs/monoresgen/monoresgen.exe . || cp $(monobinsdir)/$@ . dist-hook: for i in $(monobins_DATA) $(assemblies_DATA); do \