2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / tools / tuner / Makefile
1 thisdir = tools/tuner
2 SUBDIRS =
3 include ../../build/rules.make
4
5 CECIL = $(topdir)/class/lib/net_1_1/Mono.Cecil.dll
6 LINKER = $(topdir)/class/lib/net_2_0/monolinker.exe
7
8 LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:$(LINKER) -r:$(CECIL)
9
10 LIBRARY = Mono.Tuner.dll
11
12 NO_INSTALL = yes
13 NO_TEST = yes
14 NO_SIGN_ASSEMBLY = yes
15
16 include ../../build/library.make