b3de3da911736990e4d7f8fbe7df40bc3248825b
[mono.git] / mcs / tools / tuner / Makefile
1 thisdir = tools/tuner
2 SUBDIRS =
3 include ../../build/rules.make
4
5 CECIL = $(topdir)/class/lib/$(PROFILE)/Mono.Cecil.dll
6 LINKER = $(topdir)/class/lib/$(PROFILE)/monolinker.exe
7
8 LOCAL_MCS_FLAGS = -r:System.dll -r:System.Core.dll -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