Merge pull request #1033 from godFather89/master
[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_MCS_FLAGS = -r:System.dll -lib:$(bare_libdir)
7
8 NO_TEST = yes
9
10 ifneq (basic, $(PROFILE))
11 USE_BOOT_COMPILE = yes
12 endif
13
14 ifdef USE_BOOT_COMPILE
15 LIBRARY_COMPILE = $(BOOT_COMPILE)
16 endif
17
18 include ../../build/library.make
19
20 $(build_lib): $(bare_libdir)/System.dll
21
22 $(bare_libdir)/System.dll:
23         (cd ../System; make $@)
24
25 .NOTPARALLEL: $(bare_libdir)/System.dll