2005-07-14 Iain McCoy <iain@mccoy.id.au>
[mono.git] / mcs / class / PresentationFramework / Makefile
1 thisdir = class/PresentationFramework
2 include ../../build/rules.make
3
4 LIBRARY = PresentationFramework.dll
5
6 LIB_MCS_FLAGS = -r:System.Xml.dll -r:WindowsBase.dll -r:System.dll
7 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:TestVocab.dll -r:System.dll
8 TEST_MONO_PATH = .
9
10 Test/XamlParser.cs: Test/TestVocab.dll
11
12 Test/TestVocab.dll: ../../tools/xamlc/demo/TestVocab/*.cs
13         echo $(MONO_PATH)
14         (cd ../../tools/xamlc/demo; make TestVocab.dll)
15         cp ../../tools/xamlc/demo/TestVocab.dll Test/TestVocab.dll
16         cp Test/TestVocab.dll TestVocab.dll
17
18 include ../../build/library.make