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