Merge pull request #1225 from strawd/bug22307
[mono.git] / mcs / build / config-default.make
1 # -*- makefile -*-
2 #
3 # This makefile fragment has (default) configuration
4 # settings for building MCS.
5
6 # DO NOT EDIT THIS FILE! Create config.make and override settings
7 # there.
8
9 # Use UTF-8 as the default encoding for compilers
10 CODEPAGE = 65001
11
12 RUNTIME_FLAGS = 
13 TEST_HARNESS = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe
14 MCS_FLAGS = 
15 MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
16 LIBRARY_FLAGS = /noconfig
17 ifndef CFLAGS
18 CFLAGS = -g -O2
19 endif
20 prefix = /usr/local
21 exec_prefix = $(prefix)
22 mono_libdir = $(exec_prefix)/lib
23 sysconfdir = $(prefix)/etc
24 #RUNTIME = mono
25 RUNTIME = false
26 TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug
27
28 # In case you want to add MCS_FLAGS, this lets you not have to
29 # keep track of the default value
30
31 DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
32 DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
33 DEFAULT_PROFILE := net_4_x
34
35 # You shouldn't need to set these but might on a 
36 # weird platform.
37
38 # CC = cc
39 # SHELL = /bin/sh
40 # MAKE = gmake