From 056de911a0d6082d7e4793de1a9ac5deaaec6836 Mon Sep 17 00:00:00 2001 From: marek Date: Mon, 9 Nov 2009 19:37:49 +0000 Subject: [PATCH] 2009-11-09 Marek Safar * Makefile: Add dist only Makefile. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@145761 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/dlr/ChangeLog | 4 ++++ class/dlr/Makefile | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 class/dlr/Makefile diff --git a/class/dlr/ChangeLog b/class/dlr/ChangeLog index 294c36fde8..ac91ac2861 100644 --- a/class/dlr/ChangeLog +++ b/class/dlr/ChangeLog @@ -1,3 +1,7 @@ +2009-11-09 Marek Safar + + * Makefile: Add dist only Makefile. + 2009-10-23 Marek Safar * Updated to r33356. diff --git a/class/dlr/Makefile b/class/dlr/Makefile new file mode 100644 index 0000000000..2a701832e6 --- /dev/null +++ b/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 -- 2.11.4.GIT