Forward port of r146379
[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 = $(PLATFORM_DEBUG_FLAGS)
15 MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
16 LIBRARY_FLAGS = /noconfig
17 CFLAGS = -g -O2
18 prefix = /usr/local
19 exec_prefix = $(prefix)
20 mono_libdir = $(exec_prefix)/lib
21 sysconfdir = $(prefix)/etc
22 #RUNTIME = mono
23 RUNTIME = false
24 TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug
25
26 # In case you want to add MCS_FLAGS, this lets you not have to
27 # keep track of the default value
28
29 DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
30 DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
31
32 # You shouldn't need to set these but might on a 
33 # weird platform.
34
35 # CC = cc
36 # SHELL = /bin/sh
37 # MAKE = gmake