grr
[mcs.git] / tools / tuner / Makefile
blobf917423e01a2e37fc8d073c30a46b976ac9d8ef9
1 thisdir = tools/tuner
2 SUBDIRS =
3 include ../../build/rules.make
5 CECIL = $(topdir)/class/lib/net_1_1/Mono.Cecil.dll
6 LINKER = $(topdir)/class/lib/net_2_0/monolinker.exe
8 LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:$(LINKER) -r:$(CECIL)
10 LIBRARY = Mono.Tuner.dll
12 NO_INSTALL = yes
13 NO_TEST = yes
14 NO_SIGN_ASSEMBLY = yes
16 include ../../build/library.make