Add dist only Makefile
authorMarek Safar <marek.safar@gmail.com>
Thu, 16 Dec 2010 10:05:48 +0000 (10:05 +0000)
committerMarek Safar <marek.safar@gmail.com>
Thu, 16 Dec 2010 10:05:48 +0000 (10:05 +0000)
mcs/class/IKVM.Reflection/Makefile [new file with mode: 0644]

diff --git a/mcs/class/IKVM.Reflection/Makefile b/mcs/class/IKVM.Reflection/Makefile
new file mode 100644 (file)
index 0000000..069df18
--- /dev/null
@@ -0,0 +1,18 @@
+thisdir = class/IKVM.Reflection
+SUBDIRS = 
+
+include ../../build/rules.make
+
+DISTFILES = \
+       Emit/*.cs \
+       Impl/*.cs \
+       Metadata/*.cs \
+       Properties/*.cs \
+       Reader/*.cs \
+       Writer/*.cs \
+       *.cs  *.csproj \
+       Makefile
+
+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