* Makefile (centum_tests): Add Mono.Security and
[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 INSTALL = /usr/bin/install
16 prefix = /usr/local
17 exec_prefix = $(prefix)
18 mono_libdir = $(exec_prefix)/lib
19 #RUNTIME = mono
20 RUNTIME = false
21 TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug
22
23 # In case you want to add MCS_FLAGS, this lets you not have to
24 # keep track of the default value
25
26 DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
27 DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
28
29 # You shouldn't need to set these but might on a 
30 # weird platform.
31
32 # CC = cc
33 # SHELL = /bin/sh
34 # MAKE = gmake