Rename the mobile_static profile to aot_only
[mono-project.git] / mcs / class / Mono.Dynamic.Interpreter / Makefile
blob256eb7cd7e6da795d2997defb078d3f9b4c18b59
1 thisdir = class/Mono.Dynamic.Interpreter
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Dynamic.Interpreter.dll
7 LIB_REFS = System
8 LIB_MCS_FLAGS = \
9 -d:FEATURE_CORE_DLR,FEATURE_DBNULL,FEATURE_DEFAULT_PARAMETER_VALUE,FEATURE_GET_TYPE_INFO,FEATURE_VARIANCE,FEATURE_SERIALIZATION,CLR45 \
10 -d:MONO_INTERPRETER \
11 -delaysign -keyfile:../mono.pub
13 ifdef AOT_FRIENDLY_PROFILE
14 mono_dynamic_interpreter_deps = $(the_libdir_base)plaincore/System.Core.dll
15 LIB_REFS += plaincore/System.Core
16 else
17 LIB_REFS += System.Core
18 endif
20 include ../../build/library.make
22 $(the_libdir_base)Mono.Dynamic.Interpreter.dll: $(mono_dynamic_interpreter_deps)
24 $(the_libdir_base)plaincore/System.Core.dll:
25 (cd ../System.Core; $(MAKE) $@)
27 .NOTPARALLEL: $(the_libdir_base)plaincore/System.Core.dll