X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=runtime%2FMakefile.am;h=4b947918a0c8fcd0a4f076f9cbb20d3398d93803;hb=d723c925d2d8fd2342c95f33ab045a61e177b507;hp=03246debab328f9ab2c9d321d8bdc6b98c0303d1;hpb=a0a3ecd4f73386cf5cbc807cbeefdea3cf6c8428;p=mono.git diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 03246debab3..4b947918a0c 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -4,14 +4,40 @@ # assemblies_DATA = \ - corlib.dll \ - System.dll \ - System.Data.dll \ - System.Xml.dll \ - System.Web.dll \ - System.Drawing.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 \ + System.Web.dll \ + System.Web.Services.dll \ + System.Windows.Forms.dll \ + System.Xml.dll -monobins_DATA = mcs.exe +monobins_DATA = mcs.exe mbas.exe monoresgen.exe secutil.exe sqlsharp.exe EXTRA_DIST = $(monobins_DATA) $(assemblies_DATA) @@ -22,10 +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/$@ . || cp $(monobinsdir)/$@ . || touch $@ + -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 \ @@ -36,4 +66,4 @@ copy_dlls: cp /nt/mono/mcs/class/*/*.dll . push_dlls: - scp -o "Protocol 1" *.dll snapshot@mono-cvs.ximian.com:dlls + scp -o "Protocol 1" *.dll *.exe snapshot@mono-cvs.ximian.com:dlls