New test.
[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 #RUNTIME = mono
22 RUNTIME = false
23 TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug
24
25 # In case you want to add MCS_FLAGS, this lets you not have to
26 # keep track of the default value
27
28 DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
29 DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
30
31 # You shouldn't need to set these but might on a 
32 # weird platform.
33
34 # CC = cc
35 # SHELL = /bin/sh
36 # MAKE = gmake