svn path=/branches/mono-1-1-9/mcs/; revision=51206
[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 RUNTIME_FLAGS = 
10 TEST_HARNESS = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe
11 MCS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
12 MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
13 LIBRARY_FLAGS = /noconfig
14 CFLAGS = -g -O2
15 prefix = /usr/local
16 exec_prefix = $(prefix)
17 mono_libdir = $(exec_prefix)/lib
18 #RUNTIME = mono
19 RUNTIME = false
20 TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug
21
22 # In case you want to add MCS_FLAGS, this lets you not have to
23 # keep track of the default value
24
25 DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
26 DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
27
28 # You shouldn't need to set these but might on a 
29 # weird platform.
30
31 # CC = cc
32 # SHELL = /bin/sh
33 # MAKE = gmake