X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.CSharp%2FMakefile;h=2e67f5993926e04edda39a0b1f555dc5eed9439d;hb=42654d599f13e2d1a843c29e7800b6a68bddb4fa;hp=145bfea8a8868eca147cad80a3013cb548a5e6c8;hpb=6d1d08b0a6a520c04eb6a5931e3d436173039cd1;p=mono.git diff --git a/mcs/class/Mono.CSharp/Makefile b/mcs/class/Mono.CSharp/Makefile index 145bfea8a88..2e67f599392 100644 --- a/mcs/class/Mono.CSharp/Makefile +++ b/mcs/class/Mono.CSharp/Makefile @@ -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