Merge pull request #2802 from BrzVlad/feature-evacuation-opt2
[mono.git] / mcs / class / Mono.CompilerServices.SymbolWriter / Makefile
1 thisdir = class/Mono.CompilerServices.SymbolWriter
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = Mono.CompilerServices.SymbolWriter.dll
6 LIB_REFS = System
7 LIB_MCS_FLAGS =
8
9 NO_TEST = yes
10
11 ifneq (basic, $(PROFILE))
12 USE_BOOT_COMPILE = yes
13 endif
14
15 ifdef USE_BOOT_COMPILE
16 LIBRARY_COMPILE = $(BOOT_COMPILE)
17 endif
18
19 include ../../build/library.make
20
21 $(build_lib): $(bare_libdir)/System.dll
22
23 $(bare_libdir)/System.dll:
24         (cd ../System; make $@)
25
26 .NOTPARALLEL: $(bare_libdir)/System.dll