3 # This makefile fragment has (default) configuration
4 # settings for building MCS.
6 # DO NOT EDIT THIS FILE! Create config.make and override settings
9 # Use UTF-8 as the default encoding for compilers
13 TEST_HARNESS
= $(topdir
)/class
/lib
/$(PROFILE
)/nunit-console.exe
14 MCS_FLAGS
= $(PLATFORM_DEBUG_FLAGS
)
15 MBAS_FLAGS
= $(PLATFORM_DEBUG_FLAGS
)
16 LIBRARY_FLAGS
= /noconfig
21 exec_prefix = $(prefix)
22 mono_libdir
= $(exec_prefix)/lib
23 sysconfdir
= $(prefix)/etc
26 TEST_RUNTIME
= MONO_PATH
="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME
) --debug
28 # In case you want to add MCS_FLAGS, this lets you not have to
29 # keep track of the default value
31 DEFAULT_MCS_FLAGS
:= $(MCS_FLAGS
)
32 DEFAULT_MBAS_FLAGS
:= $(MBAS_FLAGS
)
34 # You shouldn't need to set these but might on a