2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.CSharp / Makefile
blob40c2bcf7c6bbae19a980203efaa0eba6c18e8f6b
1 thisdir = class/Mono.CSharp
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.CSharp.dll
7 LIB_MCS_FLAGS = -r:System.Core.dll -r:System.Xml -r:System
9 Mono.CSharp.dll.sources: ../../mcs/gmcs.exe.sources Makefile
10 cat ../../mcs/gmcs.exe.sources | grep -v AssemblyInfo.cs | sed -e 's,^,../../mcs/,' -e 's,mcs/../,,' > Mono.CSharp.dll.sources
11 echo "../../mcs/cs-parser.cs" >> Mono.CSharp.dll.sources
12 echo "Assembly/AssemblyInfo.cs" >> Mono.CSharp.dll.sources
14 include ../../build/library.make