c364223deb0419d3df72bd4ed047101a2d167dd7
[mono.git] / mcs / tools / tuner / Makefile
1 thisdir = tools/tuner
2 SUBDIRS =
3 DEP_DIRS = linker
4 include ../../build/rules.make
5
6 LOCAL_MCS_FLAGS = -r:$(topdir)/class/lib/$(PROFILE)/monolinker.exe
7 LIB_REFS = System System.Core System.Xml Mono.Cecil
8
9 LIBRARY = Mono.Tuner.dll
10
11 NO_INSTALL = yes
12 NO_TEST = yes
13 NO_SIGN_ASSEMBLY = yes
14
15 include ../../build/library.make