[profiler] Don't call mono_gc_base_init () before loading profilers.
[mono-project.git] / mcs / packages / Makefile
blob34a4d83fa9c2b864bfd9263319ab1873f61523d7
1 thisdir = packages
2 include ../build/rules.make
4 ROSLYN_CSC_DIR = $(dir $(CSC_LOCATION))
6 ROSLYN_FILES = \
7 $(ROSLYN_CSC_DIR)/csc.exe \
8 $(ROSLYN_CSC_DIR)/csc.rsp \
9 $(ROSLYN_CSC_DIR)/csc.exe.config \
10 $(ROSLYN_CSC_DIR)/Microsoft.CodeAnalysis.CSharp.dll \
11 $(ROSLYN_CSC_DIR)/Microsoft.CodeAnalysis.dll \
12 $(ROSLYN_CSC_DIR)/System.Collections.Immutable.dll \
13 $(ROSLYN_CSC_DIR)/System.Reflection.Metadata.dll
15 DISTFILES = $(ROSLYN_FILES)
17 ifeq ($(PROFILE), $(DEFAULT_PROFILE))
19 TARGET_DIR = $(DESTDIR)$(mono_libdir)/mono/$(FRAMEWORK_VERSION)
21 install-local:
22 $(MKINSTALLDIRS) $(TARGET_DIR)
23 $(INSTALL_LIB) $(ROSLYN_FILES) $(TARGET_DIR)
25 endif
27 dist-local: dist-default