2017-10-19 20:04:20 +00:00
|
|
|
thisdir = class/Mono.Profiler.Log
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.Profiler.Log.dll
|
2018-08-07 15:19:03 +00:00
|
|
|
LIBRARY_WARN_AS_ERROR = yes
|
2017-10-19 20:04:20 +00:00
|
|
|
|
|
|
|
KEYFILE = $(LIBRARY_SNK)
|
2018-08-07 15:19:03 +00:00
|
|
|
|
|
|
|
LIB_REFS = System System.Core
|
2018-04-24 09:31:23 +00:00
|
|
|
LIB_MCS_FLAGS = /unsafe /publicsign /nowarn:0618
|
2017-10-19 20:04:20 +00:00
|
|
|
|
2018-08-07 15:19:03 +00:00
|
|
|
XTEST_LIB_REFS = System System.Core Facades/System.Threading.Tasks
|
|
|
|
|
2018-10-09 08:20:59 +00:00
|
|
|
xunit-test-local: $(topdir)/class/lib/$(PROFILE_DIRECTORY)/tests/log-profiler-test.exe
|
2018-08-07 15:19:03 +00:00
|
|
|
|
2018-10-09 08:20:59 +00:00
|
|
|
$(topdir)/class/lib/$(PROFILE_DIRECTORY)/tests/log-profiler-test.exe: Test/log-profiler-test.cs
|
|
|
|
mkdir -p $(dir $@)
|
2018-08-07 15:19:03 +00:00
|
|
|
$(CSCOMPILE) $(PLATFORM_DEBUG_FLAGS) /unsafe $(if $(MCS_MODE),,/warnaserror) /r:$(build_libdir)/mscorlib.dll /r:$(build_lib) /out:$@ $<
|
|
|
|
|
|
|
|
EXTRA_DISTFILES = \
|
|
|
|
Test/log-profiler-test.cs
|
2018-01-24 17:04:36 +00:00
|
|
|
|
2018-08-07 15:19:03 +00:00
|
|
|
CLEAN_FILES = \
|
2018-10-09 08:20:59 +00:00
|
|
|
$(topdir)/class/lib/$(PROFILE_DIRECTORY)/tests/log-profiler-test.exe \
|
|
|
|
$(topdir)/class/lib/$(PROFILE_DIRECTORY)/tests/log-profiler-test.exe.mdb \
|
|
|
|
$(topdir)/class/lib/$(PROFILE_DIRECTORY)/tests/log-profiler-test.pdb
|
2017-10-19 20:04:20 +00:00
|
|
|
|
|
|
|
include ../../build/library.make
|