eol
[mcs.git] / build / config-default.make
bloba6969592c55791c5f00906baf0121f9c08eb0577
1 # -*- makefile -*-
3 # This makefile fragment has (default) configuration
4 # settings for building MCS.
6 # DO NOT EDIT THIS FILE! Create config.make and override settings
7 # there.
9 # Use UTF-8 as the default encoding for compilers
10 CODEPAGE = 65001
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 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
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
35 # weird platform.
37 # CC = cc
38 # SHELL = /bin/sh
39 # MAKE = gmake