Add EntityFramework (not same as System.Data.Entity)
[mono.git] / mcs / class / Mono.CSharp / Makefile
index 145bfea8a8868eca147cad80a3013cb548a5e6c8..2e67f5993926e04edda39a0b1f555dc5eed9439d 100644 (file)
@@ -4,24 +4,9 @@ include ../../build/rules.make
 
 LIBRARY = Mono.CSharp.dll
 
-docs = \
-       en/ns-Mono.CSharp.xml                           \
-       en/index.xml                                    \
-       en/Mono.CSharp/Evaluator.xml                    \
-       en/Mono.CSharp/Evaluator+NoValueSet.xml         \
-       en/Mono.CSharp/InteractiveBase.xml              \
-       en/Mono.CSharp/Report.xml                       \
-       en/Mono.CSharp/CompiledMethod.xml               \
-       en/Mono.CSharp/InteractiveBase+Simple.xml
+LIB_MCS_FLAGS = -r:System.Core.dll -r:System.Xml.dll -r:System.dll
 
-EXTRA_DISTFILES = $(docs)
-
-LIB_MCS_FLAGS = -r:System.Core.dll -r:System.Xml -r:System
-
-Mono.CSharp.dll.sources: ../../mcs/gmcs.exe.sources Makefile
-       cat ../../mcs/gmcs.exe.sources | grep -v AssemblyInfo.cs  | sed -e 's,^,../../mcs/,' -e 's,mcs/../,,' > Mono.CSharp.dll.sources
-       echo "../../mcs/cs-parser.cs" >> Mono.CSharp.dll.sources
-       echo "Assembly/AssemblyInfo.cs" >> Mono.CSharp.dll.sources
+TEST_MCS_FLAGS = -r:System.Core.dll
 
 include ../../build/library.make