Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2009-11-09 22:37:49 +0300
committerMarek Safar <marek.safar@gmail.com>2009-11-09 22:37:49 +0300
commitb123047a720ffba6223682bd41586168d81b6144 (patch)
tree2bf03fafee8117cafa4c3466d058a7c8740d7cc1 /mcs/class/dlr
parent5c111ed1dcd4a942c23cb568c8b2fe2300349e9a (diff)
2009-11-09 Marek Safar <marek.safar@gmail.com>
* Makefile: Add dist only Makefile. svn path=/trunk/mcs/; revision=145761
Diffstat (limited to 'mcs/class/dlr')
-rw-r--r--mcs/class/dlr/ChangeLog4
-rw-r--r--mcs/class/dlr/Makefile15
2 files changed, 19 insertions, 0 deletions
diff --git a/mcs/class/dlr/ChangeLog b/mcs/class/dlr/ChangeLog
index 294c36fde8e..ac91ac2861c 100644
--- a/mcs/class/dlr/ChangeLog
+++ b/mcs/class/dlr/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-09 Marek Safar <marek.safar@gmail.com>
+
+ * Makefile: Add dist only Makefile.
+
2009-10-23 Marek Safar <marek.safar@gmail.com>
* Updated to r33356.
diff --git a/mcs/class/dlr/Makefile b/mcs/class/dlr/Makefile
new file mode 100644
index 00000000000..2a701832e6d
--- /dev/null
+++ b/mcs/class/dlr/Makefile
@@ -0,0 +1,15 @@
+thisdir = class/dlr
+SUBDIRS =
+
+include ../../build/rules.make
+
+DISTFILES = \
+ Runtime/Microsoft.Dynamic/*.cs \
+ Runtime/Microsoft.Scripting.Core/Actions/*.cs \
+ Runtime/Microsoft.Scripting.Core/Ast/*.cs \
+ Runtime/Microsoft.Scripting.Core/Compiler/*.cs \
+ Runtime/Microsoft.Scripting.Core/Utils/*.cs
+
+all-local install-local clean-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local csproj-local:
+
+dist-local: dist-default