2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/Mono.CSharp
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.CSharp.dll
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System.Core System.Xml System
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../mono.pub
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2017-04-10 11:41:01 +00:00
|
|
|
ifdef AOT_FRIENDLY_PROFILE
|
2014-08-13 10:39:27 +01:00
|
|
|
LIB_MCS_FLAGS += -d:IOS_REFLECTION
|
|
|
|
endif
|
|
|
|
|
2016-02-22 11:00:01 -05:00
|
|
|
ifndef NO_THREAD_ABORT
|
|
|
|
REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_THREAD_ABORT
|
|
|
|
endif
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
TEST_MCS_FLAGS =
|
|
|
|
TEST_LIB_REFS = System.Core
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-02-22 11:00:01 -05:00
|
|
|
LIB_MCS_FLAGS += $(REFERENCE_SOURCES_FLAGS)
|
|
|
|
|
2017-08-21 15:34:15 +00:00
|
|
|
BUILT_SOURCES = $(PROFILE)-parser.cs
|
|
|
|
|
|
|
|
$(PROFILE)-parser.cs: $(topdir)/mcs/cs-parser.jay $(topdir)/jay/skeleton.cs
|
|
|
|
$(topdir)/jay/jay -c < $(topdir)/jay/skeleton.cs $< > $(PROFILE)-jay-tmp.out && mv $(PROFILE)-jay-tmp.out $@
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2017-08-21 15:34:15 +00:00
|
|
|
include ../../build/library.make
|
2016-08-03 10:59:49 +00:00
|
|
|
|