show the difference between two versions for a specified path
[tfs.git] / build / config-default.make
blob35e5ff6a7dd79843cbc5f70ea6f0e8da49bbb00e
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 RUNTIME_FLAGS =
10 TEST_HARNESS = nunit-console
11 MCS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
12 MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
13 LIBRARY_FLAGS =
14 CFLAGS = -g -O2
15 prefix = /usr/local
16 exec_prefix = $(prefix)
17 mono_libdir = $(exec_prefix)/lib
18 RUNTIME = mono
19 TEST_RUNTIME = MONO_PATH="$(prefix)/lib/mono/2.0$(PLATFORM_PATH_SEPARATOR)$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug
21 # In case you want to add MCS_FLAGS, this lets you not have to
22 # keep track of the default value
24 DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
25 DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
27 # You shouldn't need to set these but might on a
28 # weird platform.
30 # CC = cc
31 # SHELL = /bin/sh
32 # MAKE = gmake